Skip to content

Commit

Permalink
openai v1.0.0 Migration
Browse files Browse the repository at this point in the history
  • Loading branch information
antbono committed Apr 17, 2024
1 parent 8bbdaf4 commit 52eb5bb
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,30 @@ For more info, please refer to the related [paper](https://arxiv.org/abs/2403.13

## Usage

For a quick test, you can reproduce the HRI experiment described in the aformentioned paper and showed on [YouTube](https://youtu.be/LxboNtHfDJg?si=1951kaU84Miw7Ubb).


Open a terminal on the nao

ssh nao@<nao_ip_address>

On that terminal run

cd <your_oan_ws>
source install/local_setup.bash
ros2 launch hni_cpp experiment_nao_launch.py

Now on your machine install xterm if you don't have it

sudo apt install -y xterm

and then run

cd <your_oan_ws>
source install/local_setup.bash
ros2 launch hni_cpp experiment_pc_launch.py

You will see an xterm terminal popping up. Use it to start and run the experiment.

Enjoy it! :D

2 changes: 1 addition & 1 deletion hni_py/hni_py/gtts_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def __init__(self):

self.srv = self.create_service(TextToSpeech, "gtts_service", self.gtts_callback)

self.volume = 0.4
self.volume = 0.4 # from 0.1 to 1.0

self.get_logger().info("GTTSService Server initialized.")

Expand Down

0 comments on commit 52eb5bb

Please sign in to comment.