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

estimated pose by hector mapping and robot_pose_ekf

asked 2013-03-10 21:57:26 -0500

Astronaut gravatar image

Hello

Im using three methods for my robot localisation and needs some helps regarding the estimated pose and the outcomes of those methods. First I tried AMCL and hector Mapping. There is significant improvements of the estimated pose by the Hector Mapping as the scan matching make a better performance. Than I tried the robot_pose_ekf package. First I fuse IMU and the virtual odometry from Hector Mapping. My virtual odometry contains also velocity massages. So the estimates pose from robot_pose_ekf almost does not differs from the Hector Mapping ones. When I used robot_pose_ekf fusing IMU with a real odometry from my wheel encoders the estimated pose follows the odometry but still is not so good as the from Hector Mapping. The odometry coming from the encoders also contains velocity. So is there any explonation about my results. And also when I extracted the velocity profiles (linear and angular velocity) of the robot runs there is almost no difference in all 4 methods.

Any help?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-03-11 01:52:09 -0500

dornhege gravatar image

Real odometry suffers from drift as it doesn't use any feedback. Hector mapping actually aligns scans in the world and matches them against past observations, so it can greatly reduce the drift. Fusing both methods with an IMU thus will only be able to slightly correct the output, but not counter any drift.

edit flag offensive delete link more

Comments

Well Im fusing IMU and real odometry with the robot_pose_ekf package and here the outcome is just slightly improve, the best is when Im fusing virtual odometry coming from Hector Mapping and IMU. But why robot_pose_ekf does not provide such good localisation when Im using real odometry and IMU ?

Astronaut gravatar image Astronaut  ( 2013-03-11 14:41:05 -0500 )edit

Because robot_pose_ekf does NOT do localization. There is no feedback. It does sensor fusion.

dornhege gravatar image dornhege  ( 2013-03-12 01:16:01 -0500 )edit

ok.. So which approach is most appropriately one? If I use the hector_localization can I achieve better localization?? I tried this but there is no documentation and I got some errors regarding Ignoring poseupdate for twist as the a-priori state covariance is zero!. So dont know how to get work that

Astronaut gravatar image Astronaut  ( 2013-03-12 01:32:12 -0500 )edit

Question Tools

Stats

Asked: 2013-03-10 21:57:26 -0500

Seen: 979 times

Last updated: Mar 11 '13