...
ROBOT_IP
is the adress of the Nao or Pepper robotROBOT_DEVICE_ID
can be any name as it is thedevice_id
with which the robot will identify itself in the framework.REDIS_IP
is the IP adress of the redis database used for communication. If you started SIC in docker this is the ip adress of your own laptop. Your laptop IP address (useipconfig
on windows orhostname -I
on linux or on mac)
Example command:
Code Block | ||
---|---|---|
| ||
sh ./start_robot.sh -h 192.168.0.116 -n nao1 -b 192.168.0.181 |
...