robot_pose_ekf on an inclined plane [closed]
Hi all,
I have some questions about combining odometry with IMU for a rover navigating on a terrain.
1) (not necessarily related to ROS) What is the standard method to combine IMU and odometry for a uneven terrain rover?
- Is it like, we assume a temporal plane based on IMU and use odometry data along that plane, and finally transform it to world frame?
2) In odom_estimation.cpp (robot_pose_ekf), absolute measurements are converted to relative odom measurements in horizontal plane, as well as only the yaw measurement of IMU is used.
- So, does that mean robot_pose_ekf is only for 2D navigation? The package summary mentions that it has a 6D model (3D position and 3D orientation)
Thank you for your time.
CS