xacro 0.1.3

A xml preprocessor for xacro files to generate URDF files
Documentation
1
2
3
4
5
6
7
<?xml version="1.0"?>
<robot name="test_robot" xmlns:xacro="http://www.ros.org/wiki/xacro">
 <link name="wheel_front_right"/>
 <link name="wheel_front_left"/>
 <link name="arm_left_link"/>
 <link name="arm_right_link"/>
</robot>