CPS Loki Robot workspace
Go to file
bjoernellens1 57d028a3ea
update
2023-11-30 11:25:44 +01:00
.github/workflows Update buildx-bake.yml 2023-11-21 11:11:12 +01:00
config update 2023-11-30 10:31:31 +01:00
docker update 2023-11-30 11:25:44 +01:00
maps update 2023-11-30 09:13:22 +01:00
.gitignore update 2023-11-20 10:26:40 +01:00
dependencies.repos update 2023-08-02 16:18:54 +02:00
docker-compose.robot update 2023-11-20 11:13:31 +01:00
docker-compose.yaml update 2023-11-30 10:30:51 +01:00
overlay.repos update 2023-11-27 17:51:51 +01:00
README.md Update README.md 2023-11-22 10:46:59 +01:00
sudo update 2023-11-30 09:13:22 +01:00

cps_loki main repo

Now working via Docker!

Follow the instructions: To use this you need the latest Docker installed and for the multiplatform build the binfmt dependencies for your system. Otherwise just use the pre-built Docker containers. I will try to make the images available public.

TODO: rename packages! First let's check if you are able to pull the pre-built images:

    docker pull ghcr.io/bjoernellens1/bot_mini_ws/bot:overlay
    docker pull ghcr.io/bjoernellens1/bot_mini_ws/bot:guis

Run: For instance on your PC:

    docker compose run guis

This will launch the "guis" container where you will find a full ros2 humble installation and all the dependencies this robot needs.

On the robot:

    docker compose up -d controller teleop

So as you can see, you will be working from the same git repository as well on the robot and your dev PC. For the fact all can run inside Docker makes the project super portable so everyone should be able to tinker around with it. Nice bonus perks: You won't interfere with your computer's local environment. With Docker you are even able to run multiple versions of ROS simultanously, even on unsupported Linux operating systems like Debian or NixOS. Also on MacOS. Windows might be possible but not tested.

Attention: do not launch docker compose without arguments else you will start all services at once and you won't need them.

For building your own images: I would advise to fork the repository and start working in your own one.

    docker buildx bake overlay --load

This will allow you to modify the images to your needs. Enjoy!

Useful commands:

rosdep install --from-paths src --ignore-src -r -y