Skip to content

Commit

Permalink
launch debug
Browse files Browse the repository at this point in the history
Signed-off-by: Owen-Liuyuxuan <[email protected]>
  • Loading branch information
Owen-Liuyuxuan committed Nov 6, 2023
1 parent 72f136d commit 39da711
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions launch/detect_seg_depth.launch.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
<?xml version="1.0"?>
<launch>
<let name="mono3d_flag" value="true"/>
<let name="mono3d_ckpt_file" value="/home/yliuhb/vision_collection/model/det3d/mono3d.onnx"/>
<let name="mono3d_ckpt_file" value="/home/yliuhb/vision_collection/model/det3d/mono3d_yolox_576_768.onnx"/>

<let name="seg_flag" value="true"/>
<let name="seg_ckpt_file" value="/home/yliuhb/vision_collection/model/segmentation/bisenetv1.onnx"/>

<let name="monodepth_flag" value="true"/>
<let name="monodepth_ckpt_file" value="/home/yliuhb/vision_collection/model/monodepth/monodepth_res101_384_1280.onnx"/>

<let name="camera_topic" value="/kitti360/left_camera/image"/>
<let name="camera_param" value="/kitti360/left_camera/camera_info"/>
<let name="camera_topic" value="/nuscenes/CAM_FRONT/image"/>
<let name="camera_param" value="/nuscenes/CAM_FRONT/camera_info"/>
<let name="bbox_topic" value="/bboxes"/>

<node pkg="ros2_vision_inference" exec="vision_inference_node" name="vision_inference" output="screen">
<param name="VIS_FAC_PATH" value="$(var vision_factory)"/>
<param name="MONO3D_FLAG" value="$(var mono3d_flag)"/>
<param name="MONO3D_CKPT_FILE" value="$(var mono3d_ckpt_file)"/>

Expand Down

0 comments on commit 39da711

Please sign in to comment.