]> defiant.homedns.org Git - ros_roboint.git/blobdiff - explorer_configuration.launch
rename chatter_pub to pub_inputs
[ros_roboint.git] / explorer_configuration.launch
index fa4e33d5b83d96e317e27def1230cbc6507123d4..4bff958d95845818ee8c56014dd4e0fc6bb7177e 100644 (file)
@@ -1,12 +1,11 @@
+<?xml version="1.0"?>
 <launch>
-       <param name="robot_description" textfile="urdf/explorer.urdf" />
+       <param name="robot_description" textfile="$(find roboint)/urdf/explorer.urdf" />
 
        <node pkg="roboint" type="libft_adapter" name="libft_adapter" output="screen">
        </node>
 
        <node pkg="roboint" type="robo_explorer.py" name="robo_explorer" output="screen">
-               <!-- fake laser scan with ultra sonic range finder -->
-               <param name="ultrasonic_laser" value="True" />
                <!-- Distance between both wheels in meter (18.55cm) -->
                <param name="wheel_dist" value="0.1855" />
                <!-- Size of wheel Diameter in meter (5.15cm) * gear ratio (0.5) = 2.575cm -->
@@ -14,4 +13,6 @@
        </node>
 
        <node name="robot_state_publisher" pkg="robot_state_publisher" type="state_publisher" />
+
+       <include file="$(find roboint)/launch/move_base.launch"/>
 </launch>