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

The EKF finds the imu data that you want, looks at the transform frame of that imu data, tries to look up where it is located in the world, fails, and warns you. You need to tell the system where your sensors are located. This is done via transforms. I think the method of choice is to provide a URDF for your robot, but I'm not sure. There are tutorials available that you could use.