-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
catch indigo branch up with current master #106
Open
jack-oquin
wants to merge
110
commits into
indigo
Choose a base branch
from
master
base: indigo
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This replaces hokuyo_node for ROS Kinetic. Only the v4 bots currently have the ability to boot Xenial and run Kinetic. The other segbot versions are left alone for now. That causes trouble when compiling on Trusty with ROS Indigo.
Add arm launch files
Prefix some unprefixed xacro tags
A more discoverable, sensible location
Refactor segbot_arm_joystick due to its egregious dependency structure Part of utexas-bwi/bwi#52
…ity and updated member variable access
No clear documentation, dependencies that don't exist in the codebase
Launch perception by default Add an option for using the arm Move some arm related bringup into the aux so it can be shared with simulation Add arm udev rule
Should help with arm code compile times Remove perception related helper
Migrate to object-oriented arm library
Add side view approach pose and helper
Had been broken in earlier refactoring
This is passing Travis CI now: perhaps we should merge it? |
Support returning details of the executed grasp
…er to approch within 10cm for the table, Added heuristic grasp generation to grasp action server.
commented out the line for grounded_dialogue_agent_ros and for bject_to_office_task.cpp
commented out the line
…lower to see benches. Fixed eband parameters
Transform bug with refactored generate_heuristic_grasps
… for the v2 arm robot to represent the added front caster wheel
* Modified travis yaml to melodic * updated filter name expectations * removes leading slash if tf_prefix is not set. Now assumes the tf_prefix will add a trailing slash. Needed for melodic update to tf2 * in combination with updates in bwi_launch, allows simulated planning through MoveIt * residual transmission syntax fixes * resolves inverted movement for the v3 in simulation * corrects the multi_level_mux tf tree in a multi agent simulation, updates with new navigation api * travis update * travis update * travis updates * travis updates * travis updates Co-authored-by: Yifeng Zhu <yifengz2@andrew.cmu.edu>
Minor bugfix - added PoseStamped.h to position_record.cpp.
* Add missing headers Co-authored-by: Nick Walker <nickswalker@utexas.edu> * fixes missing include Co-authored-by: YuqianJiang <jiangyuqian@utexas.edu> Co-authored-by: Nick Walker <nickswalker@utexas.edu>
…rd against missing values
Redirect move_base scan topic from "scan_filtered" to "scan_hallucinated" to implement PHHP.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
These are several Indigo commits that were sitting around in the wrong branch.