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 ae907ab8a8..494c2c6dac 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 @@ + @@ -35,4 +36,8 @@ + + +