Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
languagebash
cd your/path/to/sic
docker compose up redis

docker compose up redisThis 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
languagebash
cd sic/sic_framework/scripts/

...

Code Block

sh ./start_robot.sh -h ROBOT_IP -n ROBOT_DEVICE_ID -b REDIS_IP

...