All Projects → koide3 → slam_docker_collection

koide3 / slam_docker_collection

Licence: other
A collection of docker environments for 3D SLAM packages

Projects that are alternatives of or similar to slam docker collection

Loam velodyne
Laser Odometry and Mapping (Loam) is a realtime method for state estimation and mapping using a 3D lidar.
Stars: ✭ 1,135 (+773.08%)
Mutual labels:  lidar, slam
Awesome Robotic Tooling
Tooling for professional robotic development in C++ and Python with a touch of ROS, autonomous driving and aerospace.
Stars: ✭ 1,876 (+1343.08%)
Mutual labels:  lidar, slam
Lego Loam
LeGO-LOAM: Lightweight and Ground-Optimized Lidar Odometry and Mapping on Variable Terrain
Stars: ✭ 1,138 (+775.38%)
Mutual labels:  lidar, slam
Loam noted
loam code noted in Chinese(loam中文注解版)
Stars: ✭ 455 (+250%)
Mutual labels:  lidar, slam
Mola
A Modular Optimization framework for Localization and mApping (MOLA)
Stars: ✭ 206 (+58.46%)
Mutual labels:  lidar, slam
A Loam
Advanced implementation of LOAM
Stars: ✭ 869 (+568.46%)
Mutual labels:  lidar, slam
Ssl slam2
SSL_SLAM2: Lightweight 3-D Localization and Mapping for Solid-State LiDAR (mapping and localization separated) ICRA 2021
Stars: ✭ 96 (-26.15%)
Mutual labels:  lidar, slam
Overlapnet
OverlapNet - Loop Closing for 3D LiDAR-based SLAM (chen2020rss)
Stars: ✭ 299 (+130%)
Mutual labels:  lidar, slam
Staticmapping
Use LiDAR to map the static world
Stars: ✭ 191 (+46.92%)
Mutual labels:  lidar, slam
Pyicp Slam
Full-python LiDAR SLAM using ICP and Scan Context
Stars: ✭ 155 (+19.23%)
Mutual labels:  lidar, slam
Semantic suma
SuMa++: Efficient LiDAR-based Semantic SLAM (Chen et al IROS 2019)
Stars: ✭ 431 (+231.54%)
Mutual labels:  lidar, slam
SLAM-application
LeGO-LOAM, LIO-SAM, LVI-SAM, FAST-LIO2, Faster-LIO, VoxelMap, R3LIVE application and comparison on Gazebo and real-world datasets. Installation and config files are provided.
Stars: ✭ 258 (+98.46%)
Mutual labels:  lidar, slam
Interactive slam
Interactive Map Correction for 3D Graph SLAM
Stars: ✭ 372 (+186.15%)
Mutual labels:  lidar, slam
Hdl graph slam
3D LIDAR-based Graph SLAM
Stars: ✭ 945 (+626.92%)
Mutual labels:  lidar, slam
Sc Lego Loam
LiDAR SLAM: Scan Context + LeGO-LOAM
Stars: ✭ 332 (+155.38%)
Mutual labels:  lidar, slam
Urbannavdataset
UrbanNav: an Open-Sourcing Localization Data Collected in Asian Urban Canyons, Including Tokyo and Hong Kong
Stars: ✭ 79 (-39.23%)
Mutual labels:  lidar, slam
awesome-lidar
😎 Awesome LIDAR list. The list includes LIDAR manufacturers, datasets, point cloud-processing algorithms, point cloud frameworks and simulators.
Stars: ✭ 217 (+66.92%)
Mutual labels:  lidar, slam
UrbanLoco
UrbanLoco: A Full Sensor Suite Dataset for Mapping and Localization in Urban Scenes
Stars: ✭ 147 (+13.08%)
Mutual labels:  lidar, slam
M Loam
Robust Odometry and Mapping for Multi-LiDAR Systems with Online Extrinsic Calibration
Stars: ✭ 114 (-12.31%)
Mutual labels:  lidar, slam
li slam ros2
ROS2 package of tightly-coupled lidar inertial ndt/gicp slam
Stars: ✭ 160 (+23.08%)
Mutual labels:  lidar, slam

slam_docker_collection

This is my personal attempt to create reusable and portable environments for 3D SLAM with docker. I think SLAM packages are always difficult to build from scratch in particular when we use different versions of ROS/Ubuntu/libraries.

Basic Usage

1. Update submodule:

cd slam_docker_collection
git submodule init
git submodule update hdl_graph_slam

2. Build docker image:

cd slam_docker_collection/hdl_graph_slam/docker
./build.sh

3. Run docker image:

cd slam_docker_collection/hdl_graph_slam/docker
./run.sh -v ~/datasets:/datasets  # you can put more docker run arguments here

# in docker
roslaunch hdl_graph_slam hdl_graph_slam_400.launch

Dockernized packages

Build status Docker hub Package Short Usage
Build Docker ethzasl_icp_mapping [usage]
Build Docker hdl_graph_slam [usage]
Build Docker LOAM [usage]
Build Docker LeGO-LOAM [usage]
Build Docker SuMa [usage]
Build Docker LINS [usage]
Build Docker LIO-mapping [usage]
Build Docker LIO-SAM [usage]
Build Docker FAST-LIO [usage]
Build Docker VoxelMap [usage]
Build Docker BALM [usage]
Build Docker direct_lidar_odometry [usage]
Build Docker D-LIOM [usage]
Build Docker clins [usage]
Build Docker Voxblox [usage]
Build Docker Voxgraph [usage]
LOAM hdl_graph_slam LIO-SAM
LINS SuMa voxgraph
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].