]> defiant.homedns.org Git - ros_roboint.git/blob - explorer_configuration.launch
include outputs in input message
[ros_roboint.git] / explorer_configuration.launch
1 <launch>
2         <node pkg="roboint" type="libft_adapter" name="libft_adapter" output="screen">
3         </node>
4
5         <node pkg="roboint" type="robo_explorer.py" name="robo_explorer" output="screen">
6                 <!-- fake laser scan with ultra sonic range finder -->
7                 <param name="ultrasonic_laser" value="True" />
8                 <!-- Distance between both wheels in meter (18.55cm) -->
9                 <param name="wheel_dist" value="0.1855" />
10                 <!-- Size of wheel Diameter in meter (5.15cm) * gear ratio (0.5) = 2.575cm -->
11                 <param name="wheel_size" value="0.02575" />
12         </node>
13 </launch>