Integrates Ridgeback URDF with Baxter's Xacro URDF#1
Open
rethink-imcmahon wants to merge 1 commit intoridgeback:indigo-develfrom
Open
Integrates Ridgeback URDF with Baxter's Xacro URDF#1rethink-imcmahon wants to merge 1 commit intoridgeback:indigo-develfrom
rethink-imcmahon wants to merge 1 commit intoridgeback:indigo-develfrom
Conversation
- Adds a ridgeback_baxter_world.launch to demonstrate how to launch
the Ridgeback with Baxter in Gazebo (this needs some Ridgeback tweaks)
- Adds a pedestal stand segment and DAE's for combining the two platforms
- Makes Baxter's Torso the parent of the Ridgeback for integrating with
Baxter's onboard mutable robot state publisher
- Makes Baxter model optional to allow for publishing the
Ridgeback-Pedestal combo as a URDF fragment for the real Baxter:
$ rosrun xacro xacro.py --inorder
`rospack find ridgeback_baxter_description`/urdf/ridgeback_baxter.urdf.xacro
with_baxter:=false > ridgeback_baxter.xml
# After making ridgeback_baxter.yaml with the following values:
# time: current time
# link: 'torso'
# joint: 'pedestal_fixed'
# urdf: xml from ridgeback_baxter.xml
$ rostopic pub /robot/urdf baxter_core_msgs/URDFConfiguration -f ridgeback_baxter.yaml -l
# The real robot will replace its pedestal with the URDF fragment that you just created
# (you will likely then want to publish your wheel joint states to /robot/joint_states)
- Enjoy the marvels of your new mobile Baxter!
Author
|
This PR requires the |
Author
Author
There was a problem hiding this comment.
I am actually not sure if this is the right mass or inertia for the pedestal stand...
This file contains hidden or 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
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.

ridgeback_baxter_world.launchto demonstrate how to launchthe Ridgeback with Baxter in Gazebo (this needs some Ridgeback tweaks)
Baxter's onboard mutable robot state publisher
Ridgeback-Pedestal combo as a URDF fragment for the real Baxter: