Skip to content

Commit a0e43bc

Browse files
Update README
1 parent 139ed45 commit a0e43bc

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ This repo defines the __naoqi_driver__ package for ROS2. The driver is in charge
77

88
The __naoqi_driver__ is a ROS node.
99
It connects to a robot running NAOqi using libQi.
10+
To support the audio features, __naoqi_driver__ opens a public endpoint, on a random port by default.
1011

11-
To support the audio features, __naoqi_driver__ opens a libQi endpoint.
12-
It is set by default to `127.0.0.1:0` (random port on local host),
13-
so it should be set with the option `qi_listen_url`,
14-
*e.g.* `qi_listen_url:=0.0.0.0:0` to allow collecting audio buffers remotely.
15-
16-
Audio features are enabled by default and can be disabled in
17-
[boot_config.json](share/boot_config.json).
12+
> To avoid opening a public endpoint,
13+
> you would need to disable the audio features
14+
> by setting the `audio` argument to `false` in [boot_config.json](share/boot_config.json),
15+
> and then set `qi_listen_url` to listen to a local endpoint,
16+
> *e.g.* `qi_listen_url:=tcp://127.0.0.1:12345`.
1817
1918

2019
## Installation

0 commit comments

Comments
 (0)