Update README.md

This commit is contained in:
bjoernellens1 2023-12-18 11:28:26 +01:00 committed by GitHub
parent 61e01c61fe
commit cc9e84479c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,15 +3,24 @@
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 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: For Robot:
```
docker buildx bake overlay --load docker buildx bake overlay --load
docker buildx bake overlay --push docker buildx bake overlay --push
```
e.g.: e.g.:
```
docker compose up -d controller docker compose up -d controller
```
For PC: For PC:
```
docker buildx bake guis --load docker buildx bake guis --load
docker buildx bake guis --push docker buildx bake guis --push
```
--> get into container shell: --> get into container shell:
```
docker compose run guis docker compose run guis
```
or or
docker compose up rviz2 ```
docker compose up rviz2
```