Skip to content

Commit a0dc2b3

Browse files
README: fix usage of qi_listen_url
1 parent a0e43bc commit a0dc2b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ The driver can be launched from a remote machine this way:
104104

105105
```sh
106106
source /opt/ros/<distro>/setup.bash # or source <ws>/install/setup.bash if built from source
107-
ros2 launch naoqi_driver naoqi_driver.launch.py nao_ip:=<robot_host> qi_listen_url:=0.0.0.0:0
107+
ros2 launch naoqi_driver naoqi_driver.launch.py nao_ip:=<robot_host> qi_listen_url:=tcp://0.0.0.0:0
108108
```
109109

110110

@@ -114,7 +114,7 @@ Username and password arguments are required
114114
for robots running NAOqi 2.9 or greater:
115115

116116
```sh
117-
ros2 launch naoqi_driver naoqi_driver.launch.py nao_ip:=<robot_host> nao_username:=nao nao_password:=<robot_password> qi_listen_url:=0.0.0.0:0
117+
ros2 launch naoqi_driver naoqi_driver.launch.py nao_ip:=<robot_host> nao_username:=nao nao_password:=<robot_password> qi_listen_url:=tcp://0.0.0.0:0
118118
```
119119

120120

@@ -125,7 +125,7 @@ you must specify the libQi endpoint with, *e.g.* for port 56000:
125125

126126
```sh
127127
source /opt/ros/<distro>/setup.bash # or source <ws>/install/setup.bash if built from source
128-
ros2 launch naoqi_driver naoqi_driver.launch.py nao_ip:=<robot_host> qi_listen_url:=0.0.0.0:56000
128+
ros2 launch naoqi_driver naoqi_driver.launch.py nao_ip:=<robot_host> qi_listen_url:=tcp://0.0.0.0:56000
129129
```
130130

131131
Then you must [expose](https://docs.docker.com/engine/reference/commandline/run/#publish) it from the container.

0 commit comments

Comments
 (0)