We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
These are the "noetic" instructions for the materials in Chapters 9 and 10 of the textbook.
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
rosrun map_server map_saver -f ~/map
eog ~/map.pgm
export TURTLEBOT3_MODEL=burger roslaunch turtlebot3_navigation turtlebot3_navigation.launch map_file:=$HOME/map.yaml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
These are the "noetic" instructions for the materials in Chapters 9 and 10 of the textbook.
1. BUILD A MAP:
Start Gazebo
Start the SLAM server
Navigate using keyboard
2. SAVE MAP:
3. NAVIGATE:
The text was updated successfully, but these errors were encountered: