No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
|
Repository Summary
Description | |
Checkout URI | https://github.com/julioplaced/active_graph_slam.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2023-04-24 |
Dev Status | UNKNOWN |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
kobuki_plugins | 0.5.7 |
base_local_planner | 1.17.1 |
clear_costmap_recovery | 1.17.1 |
costmap_2d | 1.17.1 |
dwa_local_planner | 1.17.1 |
global_planner | 1.17.1 |
map_server | 1.17.1 |
move_base | 1.17.1 |
move_slow_and_clear | 1.17.1 |
nav_core | 1.17.1 |
navfn | 1.17.1 |
navigation | 1.17.1 |
rotate_recovery | 1.17.1 |
voxel_grid | 1.17.1 |
open_karto | 1.2.3 |
graph_d_exploration | 1.0.0 |
slam_karto_g2o | 0.7.3 |
README
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:
- Python3 (numpy, networkx, matplotlib, scikit-learn)
- ROS Noetic & Gazebo
- OpenCV: https://opencv.org/
- Eigen3: https://eigen.tuxfamily.org/dox/GettingStarted.html
- g2o: Downloand and install from https://github.com/RainerKuemmerle/g2o.
- python3 catkin tools (sudo apt-get install python3-catkin-tools)
- SuiteSparse (sudo apt-get install libsuitesparse-dev)
Contained in 3d party folder working in ROS Noetic:
- kobuki_plugins
- open_karto
Build:
- Clone repository
- Build:
cd active_graph_slam
catkin b
- 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:
- First source workspace:
source active_graph_slam/devel/setup.bash
- Launch Gazebo simulator, RViZ and SLAM algorithm:
roslaunch graph_d_exploration single_willow.launch
- Launch Active Decision Maker:
roslaunch graph_d_exploration graph_dopt.launch
CONTRIBUTING
No CONTRIBUTING.md found.
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.