Browse Source

updated launch file.

main
Alan G. Sanchez 2 years ago
parent
commit
b10f1afaf7
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.
Begin by running the `sample_respeaker.launch` file in a terminal.
Begin by running the `respeaker.launch` file in a terminal.
```bash
# 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.

Loading…
Cancel
Save