ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The AMCL node will skip scans until it moves/rotates more than the distances/angles defined by these parameters:
<param name="update_min_d" value="0.2"/>
<param name="update_min_a" value="0.5"/>
If you set these parameters to a negative value, the filter should update and publish the /amcl_pose
topic at your /scan
frequency.