forked from westonrobot/limo_ros2_docker
-
Notifications
You must be signed in to change notification settings - Fork 9
Expert notes for setting up the Limo installation
Josh Cooper edited this page Sep 16, 2024
·
1 revision
When connected via ssh to the robot, do the following steps:
- (only required once:) install docker compose:
curl https://raw.githubusercontent.com/LCAS/limo_ros2/humble/.devcontainer/on_limo/install-docker-compose.sh | bash -
- download the docker-compose file from https://raw.githubusercontent.com/LCAS/limo_ros2/humble/.devcontainer/on_limo/docker-compose.yaml to the home directory on the robot using this command:
curl -o ~/docker-compose.yaml https://raw.githubusercontent.com/LCAS/limo_ros2/humble/.devcontainer/on_limo/docker-compose.yaml
- login to the docker registry:
docker login -u lcas -p lincoln lcas.lincoln.ac.uk
- run
docker compose up
(note this will take a very long time when done for the first time, as the new image is pulled from the server)
- make some space:
docker system prune -a
andsudo apt-get purge "libreoffice*"
and open disks and delete the unusednano
and resize the first partition to fill the entire SD Card