hsr

1. Create workspace

$ mkdir -p ~/catkin_ws/src
$ cd ~/catkin_ws/src
$ catkin_init_workspace // generate CMakeLists.txt

$ cd ~/catkin_ws
$ catkin_make

2. Add .gitignore

https://github.com/github/gitignore/blob/master/ROS.gitignore

3. Add a package

From existing pkgs

$ git submodule add https://github.com/ros-perception/slam_gmapping.git src/slam_gmapping
$ git submodule add https://github.com/turtlebot/turtlebot.git src/turtlebot
$ git submodule add https://github.com/turtlebot/turtlebot_simulator.git src/turtlebot_simulator
$ git submodule add https://github.com/turtlebot/turtlebot_interactions.git src/turtlebot_interactions

Add folders

4. rosdep

5. Make

Could not find a package configuration file provided by "joy" with any of

the following names:

6. Create World & Building Editor in Gazebo

run gazebo >> edit >> building editor

save to World folder

7. Add test_slam.sh

Debug Rosparams

Generate Map

Last updated

Was this helpful?