File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,13 @@ This repo defines the __naoqi_driver__ package for ROS2. The driver is in charge
7
7
8
8
The __ naoqi_driver__ is a ROS node.
9
9
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.
10
11
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 ` .
18
17
19
18
20
19
## Installation
You can’t perform that action at this time.
0 commit comments