]> defiant.homedns.org Git - ros_roboint.git/blob - explorer_configuration.launch
rename chatter_pub to pub_inputs
[ros_roboint.git] / explorer_configuration.launch
1 <?xml version="1.0"?>
2 <launch>
3         <param name="robot_description" textfile="$(find roboint)/urdf/explorer.urdf" />
4
5         <node pkg="roboint" type="libft_adapter" name="libft_adapter" output="screen">
6         </node>
7
8         <node pkg="roboint" type="robo_explorer.py" name="robo_explorer" output="screen">
9                 <!-- Distance between both wheels in meter (18.55cm) -->
10                 <param name="wheel_dist" value="0.1855" />
11                 <!-- Size of wheel Diameter in meter (5.15cm) * gear ratio (0.5) = 2.575cm -->
12                 <param name="wheel_size" value="0.02575" />
13         </node>
14
15         <node name="robot_state_publisher" pkg="robot_state_publisher" type="state_publisher" />
16
17         <include file="$(find roboint)/launch/move_base.launch"/>
18 </launch>