Browse Source

Update example_9.md

pull/16/head
Binit Shah 1 year ago
committed by GitHub
parent
commit
b6f16bc3d2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      ros1/example_9.md

+ 6
- 1
ros1/example_9.md View File

@ -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
```

Loading…
Cancel
Save