Skip to content

Fxx0105/active_graph_slam

 
 

Repository files navigation

Active Graph SLAM Project

Code used for the papers "Fast Autonomous Robotic Exploration Using the Underlying Graph Structure" and "A General Relationship between Optimality Criteria and Connectivity Indices for Active Graph-SLAM".

Tested by jplaced for Ubuntu 20.04, ROS Noetic.

Citation

  • Placed, J. A., & Castellanos, J. A. (2022). A General Relationship between Optimality Criteria and Connectivity Indices for Active Graph-SLAM. IEEE Robotics and Automation Letters, vol. 8, no. 2, pp. 816-823, doi: 10.1109/LRA.2022.3233230.
  • Placed, J. A., & Castellanos, J. A. (2021). Fast Autonomous Robotic Exploration Using the Underlying Graph Structure. 2021 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) (pp. 6672-6679), doi: 10.1109/IROS51168.2021.9636148

Dependencies:

Contained in 3d party folder working in ROS Noetic:

  • kobuki_plugins
  • open_karto

Build:

  1. Clone repository
  2. Build:

cd active_graph_slam

catkin b

  1. Edit path where graphs are saved/read, in graph_d_exploration/param/mapping_karto_g2o.yaml and graph_d_exploration/scripts/constants.py

Run simulation:

  1. First source workspace:

source active_graph_slam/devel/setup.bash

  1. Launch Gazebo simulator, RViZ and SLAM algorithm:

roslaunch graph_d_exploration single_willow.launch

  1. Launch Active Decision Maker:

roslaunch graph_d_exploration graph_dopt.launch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.4%
  • Python 6.2%
  • CMake 2.8%
  • C 0.6%