Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mapping #17

Open
cmurray3 opened this issue Nov 18, 2021 · 0 comments
Open

Mapping #17

cmurray3 opened this issue Nov 18, 2021 · 0 comments

Comments

@cmurray3
Copy link
Contributor

These are the "noetic" instructions for the materials in Chapters 9 and 10 of the textbook.


1. BUILD A MAP:

  • Start Gazebo

    export TURTLEBOT3_MODEL=burger
    roslaunch turtlebot3_gazebo turtlebot3_world.launch
    
  • Start the SLAM server

    export TURTLEBOT3_MODEL=burger
    roslaunch turtlebot3_slam turtlebot3_slam.launch slam_methods:=gmapping
    
  • Navigate using keyboard

    export TURTLEBOT3_MODEL=burger
    roslaunch turtlebot3_teleop turtlebot3_teleop_key.launch
    

2. SAVE MAP:

rosrun map_server map_saver -f ~/map
eog ~/map.pgm

3. NAVIGATE:

export TURTLEBOT3_MODEL=burger
roslaunch turtlebot3_gazebo turtlebot3_world.launch
export TURTLEBOT3_MODEL=burger
roslaunch turtlebot3_navigation turtlebot3_navigation.launch map_file:=$HOME/map.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant