/odom does not reflect change in use_imu_heading of TurtleBot2
Hi, I'm curious about why use_imu_heading parameter change is not reflected to /odom topic of TurtleBot2.
I brought up my robot with:
roslaunch turtlebot_bringup minimal.launch
Then, rosparam set mobile_base/use_imu_heading false But, it still read yaw from integration of imu yaw velocity.
However, this works in minimal.launch:
param name="/mobile_base/use_imu_heading" value="false"
Thus, is it not able to reset use_imu_heading after launching kobuki_node?