Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.39 KB

README.md

File metadata and controls

56 lines (39 loc) · 1.39 KB

Simulation of LaMB
CC BY-NC-SA 4.0

Simulation of LaMB in Gazebo environment.

alt_text

Real Robot

For Real Robot Instruction visit here

Instructions

1. Give a star to this repo at the top.

Install Pre-requiste

sudo apt-get install ros-melodic-navigation ros-melodic-gmapping

2. Launch Gazebo world

roslaunch lamb_sim room.launch

3. Mapping

roslaunch lamb_sim gmapping.launch

Visualization

cd /workspace/src/lamb_sim/rviz/
rviz -d mapping.rviz

Save Map - rosrun map_server map_saver -f /workspace/src/lamb_sim/maps/map_name

4. Navigation

roslaunch lamb_sim amcl.launch map:='map_name'
roslaunch lamb_sim move_base.launch 

Visualization

cd /workspace/src/lamb_sim/rviz/
rviz -d navigate.rviz

License

This work/project is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License. Please read the license before replicating the project.
CC BY-NC-SA 4.0