-
Notifications
You must be signed in to change notification settings - Fork 12
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
Purge 'side' parameter #1083
Merged
Merged
Purge 'side' parameter #1083
Changes from 27 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
c660f29
changed docstring
PetervDooren 4c553aa
seperated gripper from arm naming conventions
PetervDooren 06aa3ff
change loading from parameter server
PetervDooren b6749c9
change hardware status (currently unused)
PetervDooren 1cb1bb3
object_repr + marker topic
PetervDooren abe09a2
Merge branch 'master' into fix/side_param
PetervDooren 54292da
changed action server
PetervDooren 527faff
represent arm with name, not side
PetervDooren c6a51b8
made gripper frame configurable
PetervDooren 4798967
rename side to name
PetervDooren e476b20
fix imports
PetervDooren 1073872
removed side argument from arm
PetervDooren 188911b
changed handover detector interface
PetervDooren d9c5268
update mockbot
PetervDooren 73d9b22
clean up grasp_sensor
PetervDooren 59a4aef
added test for the construction of hero
PetervDooren 387e064
hacked torso arm_gathering
PetervDooren 64047af
added test_depend
PetervDooren 3d41cc9
renamed atrribute arm_name to name
PetervDooren 25ab978
Merge branch 'master' into fix/side_param
PetervDooren d018927
moved init node to main
PetervDooren 9990790
changed rviz config
PetervDooren 3864a96
Merge branch 'master' into fix/side_param
MatthijsBurgh ae671e9
dont prefix sensor_topic
PetervDooren bab5470
Merge branch 'master' into fix/side_param
PetervDooren 407b74b
remove hero_test from robot_skills
PetervDooren 59332f7
remove test depend
PetervDooren bf05f7a
make gripper action_client parameterised
PetervDooren b09df1e
move arm_names out of torso.py
PetervDooren e78b0a2
Merge remote-tracking branch 'origin/master' into fix/side_param
MatthijsBurgh 9df8d98
empty commit
PetervDooren 6903751
Revert "empty commit"
PetervDooren c1230ff
dont use a mutable default argument
PetervDooren File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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 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 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 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 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 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 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To make this interface truly generic we should make it so that not all parameters, actions, tf_frames are linked via the arm name. Then we should allow these things as parameters to the interface. But that might be something for another day...