- This will work with ubuntu 18.04 and ROS melodic
- 1st: run this code in the terminal.
sudo apt-get install ros-melodic-hector-trajectory-server ros-melodic-slam-gmapping ros-melodic-navigation
- 2nd: run this code in the terminal:
cd ~/catkin_ws/src
git clone https://github.com/mrymalsubhi/warehouse_simulation_toolkit
cd ..
catkin_make
source ~/catkin_ws/devel/setup.bash
- last step is launch ROS by running this code:
roslaunch warehouse_simulation warehouse_simulation.launch
- here is some pictures of how it worked with me:
- and finally to save the map, run this code:
rosrun map_server map_saver -f ~/map