Building ros for jetson.
This commit is contained in:
@ -93,3 +93,20 @@ Tested with a _Jetson AGX Orin Developer Kit_ module.
|
||||
```bash
|
||||
python3 /RapidPoseTriangulation/scripts/test_triangulate.py
|
||||
```
|
||||
|
||||
- Evaluate datasets:
|
||||
|
||||
```bash
|
||||
python3 /RapidPoseTriangulation/scripts/test_skelda_dataset.py
|
||||
```
|
||||
|
||||
<br>
|
||||
|
||||
## ROS interface
|
||||
|
||||
- Build docker container:
|
||||
|
||||
```bash
|
||||
docker build --progress=plain -f extras/jetson/dockerfile_ros -t rapidposetriangulation_ros .
|
||||
./run_container.sh
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user