izhengfan / se2lam

(ICRA 2019) Visual-Odometric On-SE(2) Localization and Mapping
https://github.com/izhengfan/se2lam
MIT License
404 stars 108 forks source link
g2o graph-optimization icra icra2019 robotics ros slam state-estimation visual-slam

se2lam

On-SE(2) Localization and Mapping for Ground Vehicles by Fusing Odometry and Vision

Related Publication

Dependencies

Build

Build this project as a ROS package

Demo

  1. Download DatasetRoom.zip, and extract it. In a terminal, cd into DatasetRoom/.

    We prepare two packages of odometry measurement data, one is more accurate (odo_raw_accu.txt), the other less accurate (odo_raw_roug.txt). To use either one of them, copy it to odo_raw.txt in DatasetRoom/.

  2. Download ORBvoc.bin.

  3. Run rviz:

    roscd se2lam
    rosrun rviz rviz -d rviz.rviz
  4. Run se2lam:

    rosrun se2lam test_vn PATH_TO_DatasetRoom PATH_TO_ORBvoc.bin

Related Project

izhengfan/se2clam
izhengfan/ORB_SLAM2

License

MIT