[Turtlebot3] How to increase the publish frequency for the IMU topic
I'm using a TurtleBot3 waffle pi, and it works on ROS2 foxy.
I try to get the acceleration of the turtlebot3, which is contained in the /imu topic, at a higher frequency (about 200Hz). By default, the publish frequency for the /imu topic is around 20Hz (This can be confirmed by running the command "ros2 topic hz /imu").
Is there any way to increase the publish frequency for the /imu topic?
Thanks.