All Projects → Project-MANAS → slam_gmapping

Project-MANAS / slam_gmapping

Licence: other
Slam Gmapping for ROS2

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to slam gmapping

Door Slam
Distributed, Online, and Outlier Resilient SLAM for Robotic Teams
Stars: ✭ 107 (+91.07%)
Mutual labels:  localization, mapping, slam
Iris lama
LaMa - A Localization and Mapping library
Stars: ✭ 217 (+287.5%)
Mutual labels:  localization, mapping, slam
Rtabmap
RTAB-Map library and standalone application
Stars: ✭ 1,376 (+2357.14%)
Mutual labels:  localization, mapping, slam
Kimera Vio
Visual Inertial Odometry with SLAM capabilities and 3D Mesh generation.
Stars: ✭ 741 (+1223.21%)
Mutual labels:  localization, mapping, slam
direct lidar odometry
Direct LiDAR Odometry: Fast Localization with Dense Point Clouds
Stars: ✭ 202 (+260.71%)
Mutual labels:  localization, mapping, slam
Cartographer
Cartographer is a system that provides real-time simultaneous localization and mapping (SLAM) in 2D and 3D across multiple platforms and sensor configurations.
Stars: ✭ 5,754 (+10175%)
Mutual labels:  localization, mapping, slam
Pythonrobotics
Python sample codes for robotics algorithms.
Stars: ✭ 13,934 (+24782.14%)
Mutual labels:  localization, mapping, 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 (+3250%)
Mutual labels:  mapping, slam, ros2
GA SLAM
🚀 SLAM for autonomous planetary rovers with global localization
Stars: ✭ 40 (-28.57%)
Mutual labels:  localization, mapping, slam
ros-vrep-slam
ROS and V-REP for Robot Mapping and Localization
Stars: ✭ 39 (-30.36%)
Mutual labels:  localization, mapping, slam
Deep Learning Localization Mapping
A collection of deep learning based localization models
Stars: ✭ 300 (+435.71%)
Mutual labels:  localization, mapping, slam
UrbanLoco
UrbanLoco: A Full Sensor Suite Dataset for Mapping and Localization in Urban Scenes
Stars: ✭ 147 (+162.5%)
Mutual labels:  localization, mapping, slam
JuliaAutonomy
Julia sample codes for Autonomy, Robotics and Self-Driving Algorithms.
Stars: ✭ 21 (-62.5%)
Mutual labels:  localization, mapping, slam
Urbannavdataset
UrbanNav: an Open-Sourcing Localization Data Collected in Asian Urban Canyons, Including Tokyo and Hong Kong
Stars: ✭ 79 (+41.07%)
Mutual labels:  localization, slam
Xivo
X Inertial-aided Visual Odometry
Stars: ✭ 558 (+896.43%)
Mutual labels:  localization, slam
Ov2slam
OV²SLAM is a Fully Online and Versatile Visual SLAM for Real-Time Applications
Stars: ✭ 119 (+112.5%)
Mutual labels:  localization, slam
Dynamic robot localization
Point cloud registration pipeline for robot localization and 3D perception
Stars: ✭ 339 (+505.36%)
Mutual labels:  localization, mapping
Dl Vision Papers
深度学习和三维视觉相关的论文
Stars: ✭ 123 (+119.64%)
Mutual labels:  localization, slam
Mola
A Modular Optimization framework for Localization and mApping (MOLA)
Stars: ✭ 206 (+267.86%)
Mutual labels:  localization, slam
awesome-mobile-robotics
Useful links of different content related to AI, Computer Vision, and Robotics.
Stars: ✭ 243 (+333.93%)
Mutual labels:  localization, slam

SLAM_GMAPPING

SLAM(Simultaneous Localization and Mapping) is the computational problem of constructing or updating a map of an unknown environment while simultaneously keeping track of an agent's location within it.

This contains package openslam_gmapping and slam_gmapping which is a ROS2 wrapper for OpenSlam's Gmapping. Using slam_gmapping, you can create a 2-D occupancy grid map (like a building floorplan) from laser and pose data collected by a mobile robot.

Launch:

ros2 launch slam_gmapping slam_gmapping.launch.py

The node slam_gmapping subscribes to sensor_msgs/LaserScan on ros2 topic scan. It also expects appropriate TF to be available.

It publishes the nav_msgs/OccupancyGrid on map.

Map Meta Data and Entropy is published on map_metadata and entropy respectively.

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].