Add noise and miscalibration to amcl odometry
I am trying to add noise and miscalibration the odometry while using amcl
to make the turtlebot move from point A to point B. I wrote a subscriber to the odom
topic and a publisher called new_odom
that changes the values of the original topic. My question is: how can I make amcl
use my new topic for localization? I am not sure if I need to modify a launch file, remap a parameter, or change something after the turtlebot has started. More general, how can make any amcl
to one of my topics instead of the default topic.
Thanks!
Hi, how did you add noise and miscalibration the odometry in your robot? Could you please share the implementation with me?