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

Revision history [back]

Have you tried the following set of XML commands:

<!--  Set robot_description on the Parameter Server -->
    <param name="robot_description" textfile="$(find omniprobe_description)/urdf/omniprobe_test.urdf" />

<!-- Spawn the bot in Gazebo -->
    <node name="spawn_urdf" pkg="gazebo_ros" type="spawn_model" output="screen"
 args="-param robot_description -urdf -model your_robot_name" />