This commit is contained in:
Ivan
2022-05-27 08:26:38 +03:00
parent 9b54c48dc3
commit 5909db4eec
3849 changed files with 2165811 additions and 0 deletions

7
run_localization.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
#cmake-build-debug/localization "/home/ivan/ivan/git/work_drivecast2/SLAM/ORB_SLAM3-1.0-release/Vocabulary" "/home/ivan/ivan/git/work_drivecast2/SLAM/ORB_SLAM3-1.0-release/Examples/Stereo/KITTI04-12.yaml"
source /home/ivan/ivan/git/work_drivecast2/thirdparty/GStreamer_v4/py-gst-venv/bin/activate
STREAM_NAME="source"
echo "${HOSTNAME^^} (${STREAM_NAME})"
cmake-build-debug/localization "/home/ivan/ivan/git/work_drivecast2/SLAM/ORB_SLAM3-1.0-release/Vocabulary/ORBvoc.txt" "KITTI04-12.yaml" --ndi-name="${HOSTNAME^^} (${STREAM_NAME})"
deactivate