ros2_rmp/README.md

27 lines
531 B
Markdown
Raw Permalink Normal View History

2023-07-26 10:51:22 +00:00
# ros2_rmp
2023-07-28 09:11:54 +00:00
2023-08-02 13:56:21 +00:00
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).
2023-07-28 09:11:54 +00:00
2023-08-02 13:56:21 +00:00
For Robot:
2023-12-18 10:28:26 +00:00
```
2023-08-02 13:56:21 +00:00
docker buildx bake overlay --load
docker buildx bake overlay --push
2023-12-18 10:28:26 +00:00
```
2023-08-02 13:56:21 +00:00
e.g.:
2023-12-18 10:28:26 +00:00
```
2023-08-02 13:56:21 +00:00
docker compose up -d controller
2023-12-18 10:28:26 +00:00
```
2023-08-02 13:56:21 +00:00
For PC:
2023-12-18 10:28:26 +00:00
```
2023-08-02 13:56:21 +00:00
docker buildx bake guis --load
docker buildx bake guis --push
2023-12-18 10:28:26 +00:00
```
2023-08-02 13:56:21 +00:00
--> get into container shell:
2023-12-18 10:28:26 +00:00
```
2023-08-02 13:56:21 +00:00
docker compose run guis
2023-12-18 10:28:26 +00:00
```
2023-08-02 13:56:21 +00:00
or
2023-12-18 10:28:26 +00:00
```
docker compose up rviz2
```