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

Real-time localization with vision only SLAM

asked 2014-03-05 23:12:04 -0500

Lamiss gravatar image

updated 2016-10-24 08:36:02 -0500

ngrennan gravatar image

Hi, I am working on the implementation in an embedded system of a vision only SLAM algorithm. I have then to pick an algorithm ensuring efficiency and precison. I read about algorithms (EKF SLAM, FASTSLAM, GraphSLAM..) and i found that the literature contains so many approaches..For the EKF version, I found the approach of Davidson implementating a real-time EKF vision only SLAM..I wanna ask if there are approaches of graphslam or fastslam using only cameras (no odometry) and ensuring a real-time localization of a robot? Thank you for your help.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-03-06 02:09:38 -0500

aswin gravatar image

If you are looking at vision-only, you could look at ethzasl_ptam. If you need the odometry in real world coordinates, you need to EKF with an IMU. If you dont want to use an IMU, you can try stereo based slam such as ScaviSLAM. Both are pose graph slam approaches

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-03-05 23:12:04 -0500

Seen: 547 times

Last updated: Mar 06 '14