]> defiant.homedns.org Git - ros_roboint.git/blobdiff - explorer_configuration.launch
added explorer urdf
[ros_roboint.git] / explorer_configuration.launch
index edfdc1cdd26451d4c52780b2ebb7f7a653a7aa77..fa4e33d5b83d96e317e27def1230cbc6507123d4 100644 (file)
@@ -1,4 +1,6 @@
 <launch>
+       <param name="robot_description" textfile="urdf/explorer.urdf" />
+
        <node pkg="roboint" type="libft_adapter" name="libft_adapter" output="screen">
        </node>
 
@@ -10,4 +12,6 @@
                <!-- Size of wheel Diameter in meter (5.15cm) * gear ratio (0.5) = 2.575cm -->
                <param name="wheel_size" value="0.02575" />
        </node>
+
+       <node name="robot_state_publisher" pkg="robot_state_publisher" type="state_publisher" />
 </launch>