- an environment variable
ROBOT_NAME
is expected to be defined, either in.env
or in the environment (e.g.~/.bashrc
) - Docker is needed with the NIVIDA runtime running and tested
- Navigate to the
configs
directory of this repository:
cd configs
- Start the container in detached mode and view logs:
docker compose up -d && docker compose logs -f
Note: By default, the containers here are restarted at boot time
- Find the IP address of your robot, let's name it
LIMO_IP
- Open your browser at address http://
LIMO_IP
:5801/, and connect
docker compose down
, again in theconfigs
directory