How to change amcl_pose publish rate/frequency?
Hi, I am just starting to use AMCL package, and I noticed that the publishing rate is very low. https://answers.ros.org/question/2561... I tried to adjust the parameters according to this post, and the following are the changes I made to the parameters in the package:
Changed the parameters update_min_d and update_min_a to negative values in 'src/amcl_node.cpp' and 'cfg/AMCL.cf' Then cd catkin_ws and type in: catkin_make
But I didn't see any improvement, so is there any other places that I need to change the parameters?
Thank you!