Browse Source

Update the respeaker.launch command.

main
Alan G. Sanchez 2 years ago
parent
commit
28f21eceb1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      respeaker_microphone_array.md

+ 2
- 2
respeaker_microphone_array.md View File

@ -40,11 +40,11 @@ To stop the python script, type **Ctrl** + **c** in the terminal.
A [ROS package for the ReSpeaker](https://index.ros.org/p/respeaker_ros/#melodic) is utilized for this tutorial's section. A [ROS package for the ReSpeaker](https://index.ros.org/p/respeaker_ros/#melodic) is utilized for this tutorial's section.
Begin by running the `sample_respeaker.launch` file in a terminal.
Begin by running the `respeaker.launch` file in a terminal.
```bash ```bash
# Terminal 1 # Terminal 1
roslaunch respeaker_ros sample_respeaker.launch
roslaunch stretch_core respeaker.launch
``` ```
This will bring up the necessary nodes that will allow the ReSpeaker to implement a voice and sound interface with the robot. This will bring up the necessary nodes that will allow the ReSpeaker to implement a voice and sound interface with the robot.

Loading…
Cancel
Save