You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working with a turtlebot3 burger on ROS2 foxy, and I'm trying to increase the IMU frequency. Right now, when I run the basic bringup script and type ros2 topic hz /imu I get 20Hz, but I want to increase it to > 100Hz.
I tried looking for issues/solutions on both this github page and on the turtlebot3 github and didn't find any queries relevant to my issue. I found a post here where the answer digs into the source code, but it seems to already initialize IMU at 200Hz.
I wanted to know if it's possible to increase the frequency that I get on the topic /imu when I run on ros2.
Thank you.
The text was updated successfully, but these errors were encountered:
Hello,
I'm working with a turtlebot3 burger on ROS2 foxy, and I'm trying to increase the IMU frequency. Right now, when I run the basic bringup script and type
ros2 topic hz /imu
I get 20Hz, but I want to increase it to > 100Hz.I tried looking for issues/solutions on both this github page and on the turtlebot3 github and didn't find any queries relevant to my issue. I found a post here where the answer digs into the source code, but it seems to already initialize IMU at 200Hz.
I wanted to know if it's possible to increase the frequency that I get on the topic
/imu
when I run on ros2.Thank you.
The text was updated successfully, but these errors were encountered: