Some jetson specific ros updates.
This commit is contained in:
@ -110,3 +110,11 @@ Tested with a _Jetson AGX Orin Developer Kit_ module.
|
||||
docker build --progress=plain -f extras/jetson/dockerfile_ros -t rapidposetriangulation_ros .
|
||||
./run_container.sh
|
||||
```
|
||||
|
||||
- Run and test:
|
||||
```bash
|
||||
xhost +; docker compose -f extras/jetson/docker-compose.yml up
|
||||
|
||||
docker exec -it ros-test_node-1 bash
|
||||
export ROS_DOMAIN_ID=18
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user