ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi,

Your IMU doesn't seem to compute orientation data, only angular velocity. For common wheel odometry (guessing husky_velocity_controller/odom), you would have x, y, theta position data and x, theta velocity data:

odom0_config: [true, true, false,
               false, false, true,
               true, false, false,
               false, false, true,
               false, false, false]
imu0_config: [false, false, false,
              false, false, false,
              false, false, false,
              true, true, true,
              true, true, true] <-- could be (false, false, false) if acceleration adds too much drift

cheers