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 was a little confused when doing odometer fusion.
When using command roslaunch kobuki_node minimal.launch to start kobuki, check the published topic through the command rostopic list, I found that there are the following three topics:
# Use imu readings for heading instead of encoders. That's the normal operation mode for Kobuki, as its
# gyro is very reliable. Disable only if you want to fuse encoders and imu readings in a more sophisticated
# way, for example filtering and fussing with robot_pose_ekf (bool, default: true)
use_imu_heading: true
In short, if use_imu_heading: true both odom and imu_data provide gyro heading. If false, only imu_data does.
I was a little confused when doing odometer fusion.
When using command
roslaunch kobuki_node minimal.launch
to start kobuki, check the published topic through the commandrostopic list
, I found that there are the following three topics:Then I also checked the value of the parameter
/mobile_base/use_imu_heading
istrue
through the commandrosparam get /mobile_base/use_imu_heading
.But I am not sure if the topic is published by imu.
Does Kobuki have a wheel encoder, how to view its output?
The text was updated successfully, but these errors were encountered: