ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi,

you need to include in your main URDF a include of the other URDF where you define the wheel:

<xacro:include filename="$(find <your packge>)<path to your urdf inside the package>/robot_essentials" />
<xacro:robot_wheel prefix="front_left"/>
<xacro:robot_wheel prefix="front_right"/>