Skip to content

Instantly share code, notes, and snippets.

@rethink-imcmahon
Last active December 10, 2015 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rethink-imcmahon/7781e0b72eeb1ee6100d to your computer and use it in GitHub Desktop.
Save rethink-imcmahon/7781e0b72eeb1ee6100d to your computer and use it in GitHub Desktop.
A block to replace baxter's base: rostopic pub /robot/urdf baxter_core_msgs/URDFConfiguration -f block.yaml
time:
secs: 1449703751
nsecs: 232993
link: 'torso'
joint: 'pedestal_fixed'
urdf: '<robot name="pedestal">
<link name="block">
<inertial>
<origin xyz="0.0 0.0 0.0" />
<mass value="40" />
<inertia ixx="0.5" ixy="0.0" ixz="0.0" iyy="0.5" iyz="0.0" izz="0.5" />
</inertial>
<visual>
<origin xyz="0.0 0.0 0.0"/>
<geometry>
<box size="0.5 0.5 0.5" />
</geometry>
<material name="holidaygreen">
<color rgba="0.0 1 0 1" />
</material>
</visual>
<collision>
<origin xyz="0.0 0.0 0.0"/>
<geometry>
<box size="0.5 0.5 0.5" />
</geometry>
</collision>
</link>
<joint name="pedestal_fixed" type="fixed">
<origin rpy="0 0 0" xyz="0.0 0.0 -0.32"/>
<parent link="torso"/>
<child link="block"/>
</joint>
</robot>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment