diff --git a/ros1/intro_to_nav.md b/ros1/intro_to_nav.md new file mode 100644 index 0000000..6acc558 --- /dev/null +++ b/ros1/intro_to_nav.md @@ -0,0 +1,17 @@ +# Intro to Navigation + +## Display + +Visualize the robot in Rviz: + +``` +roslaunch stretch_core stretch.launch +``` + +## Simulation + +Visualize the simulated robot in Rviz: + +``` +TODO +```