From 80d27105936c141ddc57fe8afb64a5f058fca6bc Mon Sep 17 00:00:00 2001 From: Koki Shinjo Date: Wed, 29 Nov 2023 15:24:05 +0900 Subject: [PATCH] [jsk_spot_startup] add coral usb panorama detection --- .../launch/include/panorama_detection.launch | 58 +++++++++++++++++++ .../launch/jsk_spot_bringup.launch | 5 ++ 2 files changed, 63 insertions(+) create mode 100644 jsk_spot_robot/jsk_spot_startup/launch/include/panorama_detection.launch diff --git a/jsk_spot_robot/jsk_spot_startup/launch/include/panorama_detection.launch b/jsk_spot_robot/jsk_spot_startup/launch/include/panorama_detection.launch new file mode 100644 index 0000000000..0def9ef903 --- /dev/null +++ b/jsk_spot_robot/jsk_spot_startup/launch/include/panorama_detection.launch @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + score_thresh: 0.6 + model_file: $(arg model_file) + label_file: $(arg label_file) + image_transport: raw + device_id: $(arg device_id) + n_split: $(arg n_split) + overlap: $(arg overlap) + enable_visualization: false + + + + + + + + + + + + frame_fixed: "odom" + dimensions_labels: + person: [0.5, 0.5, 1.5] + car: [4.0, 4.0, 2.0] + truck: [4.0, 4.0, 3.0] + + + diff --git a/jsk_spot_robot/jsk_spot_startup/launch/jsk_spot_bringup.launch b/jsk_spot_robot/jsk_spot_startup/launch/jsk_spot_bringup.launch index 448c4468a2..c1dd3ada07 100644 --- a/jsk_spot_robot/jsk_spot_startup/launch/jsk_spot_bringup.launch +++ b/jsk_spot_robot/jsk_spot_startup/launch/jsk_spot_bringup.launch @@ -3,6 +3,7 @@ + @@ -27,4 +28,8 @@ + + +