-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
861afe2
commit 3149af5
Showing
1 changed file
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,16 @@ | ||
A modular navigation stack built by Project MANAS | ||
# 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 Crystal Clemmys``` 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: | ||
|
||
```bash | ||
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. |