]> defiant.homedns.org Git - ros_wild_thumper.git/blobdiff - launch/move_base.launch
amcl tuning
[ros_wild_thumper.git] / launch / move_base.launch
index 102f98dadb2639e63b42d40eadbc31c4e7a0f826..f2fd7330fcbd6d14dc28ab36f0f5cc832fbf315e 100644 (file)
                <node name="map_server" pkg="map_server" type="map_server" args="$(arg map_file)" output="screen" unless="$(arg slam_gmapping)" />
 
                <include file="$(find amcl)/examples/amcl_diff.launch" unless="$(arg slam_gmapping)" />
-               <param name="amcl/base_frame_id" value="base_footprint" />
+               <group ns="amcl">
+                       <param name="base_frame_id" value="base_footprint" />
+                       <param name="odom_model_type" value="diff-corrected" />
+                       <!-- Specifies the expected noise in odometry's rotation estimate from the rotational component of the robot's motion. -->
+                       <param name="odom_alpha1" value="0.00001" />
+                       <!-- Specifies the expected noise in odometry's rotation estimate from translational component of the robot's motion. -->
+                       <param name="odom_alpha2" value="0.00001" />
+                       <!-- Specifies the expected noise in odometry's translation estimate from the translational component of the robot's motion. -->
+                       <param name="odom_alpha3" value="0.01" />
+                       <!-- Specifies the expected noise in odometry's translation estimate from the rotational component of the robot's motion. -->
+                       <param name="odom_alpha4" value="0.03" />
+                       <!-- How many evenly-spaced beams in each scan to be used when updating the filter. -->
+                       <param name="laser_max_beams" value="50" />
+                       <!-- Exponential decay rate for the slow average weight filter, used in deciding when to recover by adding random poses. -->
+                       <param name="recovery_alpha_slow" value="0.01" />
+                       <!-- Exponential decay rate for the fast average weight filter, used in deciding when to recover by adding random poses. -->
+                       <param name="recovery_alpha_fast" value="0.2" />
+                       <!-- Minimum allowed number of particles. -->
+                       <param name="min_particles" value="100" />
+               </group>
        </group>
 
-       <node pkg="gmapping" type="slam_gmapping" name="slap_gmapping" if="$(arg slam_gmapping)">
-               <param name="scan" value="scan" />
-               <param name="delta" value="0.01" />
-               <param name="map_update_interval" value="30" />
-               <param name="linearUpdate" value="0.5" />
-               <param name="angularUpdate" value="0.25" />
-               <param name="xmin" value="-5.0"/>
-               <param name="ymin" value="-5.0"/>
-               <param name="xmax" value="5.0"/>
-               <param name="ymax" value="5.0"/>
-               <param name="odom_frame" value="odom"/>
-       </node>
+       <include file="$(find wild_thumper)/launch/gmapping.launch" if="$(arg slam_gmapping)" />
 
        <node pkg="move_base" type="move_base" respawn="false" name="move_base" output="screen">
                <param name="base_local_planner" value="$(arg base_local_planner)"/>