File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ The driver can be launched from a remote machine this way:
104
104
105
105
``` sh
106
106
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
108
108
```
109
109
110
110
@@ -114,7 +114,7 @@ Username and password arguments are required
114
114
for robots running NAOqi 2.9 or greater:
115
115
116
116
``` 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
118
118
```
119
119
120
120
@@ -125,7 +125,7 @@ you must specify the libQi endpoint with, *e.g.* for port 56000:
125
125
126
126
``` sh
127
127
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
129
129
```
130
130
131
131
Then you must [ expose] ( https://docs.docker.com/engine/reference/commandline/run/#publish ) it from the container.
You can’t perform that action at this time.
0 commit comments