ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
![]() | 1 | initial version |
Your IMU0 configuration is specified incorrectly. You have this:
<rosparam param="imu0">[false, false, false,
false false, true,
false, false, false,
false, false, true,
true, false, false]</rosparam>
You want this:
<rosparam param="imu0_config">[false, false, false,
false false, true,
false, false, false,
false, false, true,
true, false, false]</rosparam>