Skip to content

Commit

Permalink
Minor changes to urdfs.
Browse files Browse the repository at this point in the history
  • Loading branch information
oscillare committed Sep 21, 2012
1 parent c4ce03e commit 85e9feb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ihe_hardware/turtlebot_body/urdf/turtlebot_metric.urdf.xacro
Expand Up @@ -2,4 +2,9 @@
<robot name="turtlebot" xmlns:controller="http://playerstage.sourceforge.net/gazebo/xmlschema/#controller" xmlns:interface="http://playerstage.sourceforge.net/gazebo/xmlschema/#interface" xmlns:sensor="http://playerstage.sourceforge.net/gazebo/xmlschema/#sensor" xmlns:xacro="http://ros.org/wiki/xacro"> <robot name="turtlebot" xmlns:controller="http://playerstage.sourceforge.net/gazebo/xmlschema/#controller" xmlns:interface="http://playerstage.sourceforge.net/gazebo/xmlschema/#interface" xmlns:sensor="http://playerstage.sourceforge.net/gazebo/xmlschema/#sensor" xmlns:xacro="http://ros.org/wiki/xacro">
<include filename="$(find turtlebot_body)/urdf/turtlebot_metric.xacro"/> <include filename="$(find turtlebot_body)/urdf/turtlebot_metric.xacro"/>
<turtlebot_body/> <turtlebot_body/>
<include filename="$(find urdf_compose)/urdf/kinect.xacro"/>
<include filename="$(find turtlebot_xtion_top_description)/urdf/turtlebot_hardware.xacro"/>
<turtlebot_standoff_kinect number="0" parent="plate_2_link" x_loc="-0.102438" y_loc="-0.098" z_loc="0.003201"/>
<turtlebot_standoff_kinect number="1" parent="plate_2_link" x_loc="-0.102438" y_loc="0.098" z_loc="0.003201"/>
<turtlebot_kinect cam_rp="0" cam_rr="0" cam_ry="0" cam_x="-0.0844382" cam_y="0" cam_z="0.10475" parent="plate_2_link"/>
</robot> </robot>
Expand Up @@ -494,7 +494,7 @@
<!-- left clip for xtion --> <!-- left clip for xtion -->


<joint name="base_xtion_left_clip_joint" type="fixed"> <joint name="base_xtion_left_clip_joint" type="fixed">
<origin xyz="0.017 -0.0745 0.00635" <origin xyz="-0.017 -0.0745 0.00635"
rpy="0.0 0.0 0.0" /> rpy="0.0 0.0 0.0" />
<parent link="xtion_platform" /> <parent link="xtion_platform" />
<child link="xtion_left_clip" /> <child link="xtion_left_clip" />
Expand Down

0 comments on commit 85e9feb

Please sign in to comment.