diff --git a/ros1/example_9.md b/ros1/example_9.md index a7596eb..48f27c0 100644 --- a/ros1/example_9.md +++ b/ros1/example_9.md @@ -8,10 +8,15 @@ Begin by running the following command in a new terminal. roslaunch stretch_core stretch_driver.launch ``` -Switch the mode to `position` mode using a rosservice call. Then run the `respeaker.launch` file. In a new terminal, execute: +Switch the mode to `position` mode using a rosservice call. ```{.bash .shell-prompt} rosservice call /switch_to_position_mode +``` + +Then run the `respeaker.launch` file. In a new terminal, execute: + +```{.bash .shell-prompt} roslaunch stretch_core respeaker.launch ```