Split ros wrapper into two docker images.

This commit is contained in:
Daniel
2025-03-21 12:59:05 +01:00
parent e6464f4614
commit 4a64bd40ca
7 changed files with 56 additions and 14 deletions

View File

@ -129,7 +129,7 @@ Tested with a _Jetson AGX Orin Developer Kit_ module.
- Build docker container:
```bash
docker build --progress=plain -f extras/ros/dockerfile -t rapidposetriangulation_ros .
docker build --progress=plain -f extras/ros/dockerfile_2d -t rapidposetriangulation_ros2d .
```
- Run and test:

View File

@ -1,7 +1,7 @@
services:
test_node:
image: rapidposetriangulation_ros
image: rapidposetriangulation_ros2d
network_mode: "host"
ipc: "host"
runtime: nvidia
@ -18,7 +18,7 @@ services:
command: /bin/bash -i -c 'sleep infinity'
estimator:
image: rapidposetriangulation_ros
image: rapidposetriangulation_ros2d
network_mode: "host"
ipc: "host"
runtime: nvidia