Browse Source

Changed instructions on what launch file to use.

main
hello-sanchez 2 years ago
parent
commit
8cf3bf3c36
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      example_8.md
  2. +1
    -1
      example_9.md

+ 1
- 1
example_8.md View File

@ -12,7 +12,7 @@ This example will showcase how to save the interpreted speech from Stretch's [Re
Begin by running the `sample_respeaker.launch` file in a terminal.
```bash
# Terminal 1
roslaunch respeaker_ros sample_respeaker.launch
roslaunch stretch_core respeaker.launch
```
Then run the speech_text node.

+ 1
- 1
example_9.md View File

@ -14,7 +14,7 @@ Switch the mode to *position* mode using a rosservice call. Then run the `sample
```bash
# Terminal 2
rosservice call /switch_to_position_mode
roslaunch respeaker_ros sample_respeaker.launch
roslaunch stretch_core respeaker.launch
```
Then run the voice teleoperation base node in a new terminal.

Loading…
Cancel
Save