...
To enable communication between all your devices, we have to start Redis on some device. Start it on your laptop in the base root framework sic
folder (for MacOS: make sure Docker Desktop is running).
Code Block | ||
---|---|---|
| ||
cd your/path/to/sic
docker compose up redis |
docker compose up redis
This should start print Container sic-redis-1 Created
which means Redis is up and running.
Starting SIC on the Robot
To In a new terminal, start the framework on the robot run (also in using
Code Block | ||
---|---|---|
| ||
cd sic/sic_framework/scripts/ |
...
Code Block |
---|
sh ./start_robot.sh -h ROBOT_IP -n ROBOT_DEVICE_ID -b REDIS_IP |
...