Segway RMP220 lite ROS2 environment packeged in Docker
Go to file
2024-04-02 11:13:35 +02:00
__pycache__ update 2024-03-29 11:22:52 +01:00
.github/workflows Update docker-buildx-bake-build.yml 2023-10-16 08:32:01 +02:00
config update 2024-03-28 12:43:09 +01:00
docker update 2023-11-13 16:24:55 +01:00
docs update 2024-03-28 09:46:50 +01:00
.gitignore update 2024-03-29 11:22:52 +01:00
dependencies.amd64.repos update: bring rmp_middleware into base image 2023-08-17 09:49:03 +02:00
dependencies.arm64.repos update: bring rmp_middleware into base image 2023-08-17 09:49:03 +02:00
docker-compose.yaml update 2024-04-02 11:13:35 +02:00
install_portainer.sh update 2023-08-09 09:59:49 +02:00
overlay.repos update: oakd 2023-09-18 12:02:15 +02:00
README.md Update README.md 2023-12-18 11:28:26 +01:00
webcam.launch.py update 2024-03-29 10:43:00 +01:00

ros2_rmp

For the build with docker buildx bake you will need binfmt dependencies for arm64 architecture, as we are doing a multiplatform build (Works on PCs as well as Jetson Nano, Raspberry Pi, Apple Silicon Devices).

For Robot:

docker buildx bake overlay --load
docker buildx bake overlay --push

e.g.:

docker compose up -d controller

For PC:

docker buildx bake guis --load
docker buildx bake guis --push

--> get into container shell:

docker compose run guis

or

docker compose up rviz2