An open API service indexing awesome lists of open source software.

https://github.com/mgonzs13/gtts_ros

gtts for ROS 2
https://github.com/mgonzs13/gtts_ros

gtts ros2 text-to-speech tts

Last synced: about 1 month ago
JSON representation

gtts for ROS 2

Awesome Lists containing this project

README

        

# gtts_ros

Integration of the [gtts](https://pypi.org/project/gTTS/) within a ROS 2 node.

## Installation

```shell
$ cd ~/ros2_ws/src
$ git clone https://github.com/mgonzs13/gtts_ros.git
$ pip3 install -r requirements.txt
$ cd ~/ros2_ws
$ colcon build
```

## Usage

```shell
$ ros2 launch gtts_bringup gtts.launch.py
```