Skip to content

Commit

Permalink
Merge pull request ros-industrial#66 from Jmeyer1292/fix/basic_urdf_file
Browse files Browse the repository at this point in the history
Basic URDF Sample Fix
  • Loading branch information
Levi-Armstrong authored Dec 16, 2016
2 parents d36a816 + 9daafbd commit db8c735
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions share/templates/wizards/files/ros_basic_urdf/file.urdf
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<?xml version="1.0" ?>
<robot name="%{RobotName}" xmlns:xacro="http://ros.org/wiki/xacro">
<link name="base"/>
<link name="tool0"/>
<link name="base"/>
<link name="tool0"/>

</launch>
<joint name="base_to_tool0" type="fixed">
<parent link="base"/>
<child link="tool0"/>
<origin xyz="0 0 0" rpy="0 0 0"/>
</joint>
</robot>

0 comments on commit db8c735

Please sign in to comment.