...
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
Your laptop IP address (useipconfig
on windows orhostname -I
on linux oripconfig getifaddr en0
on mac)
Example command:
Code Block | ||
---|---|---|
| ||
sh ./start_robot.sh -h 192.168.0.116 -n nao1 -b 192.168.0.181 |
...