File tree 1 file changed +2
-1
lines changed
perception/image_projection_based_fusion/launch
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 18
18
<arg name =" input/camera_info7" default =" /camera_info7" />
19
19
<arg name =" input/pointcloud" default =" /sensing/lidar/top/rectified/pointcloud" />
20
20
<arg name =" output/objects" default =" objects" />
21
+ <arg name =" data_path" default =" $(env HOME)/autoware_data" description =" packages data and artifacts directory path" />
21
22
<arg name =" model_name" default =" pointpainting" description =" options: `pointpainting`" />
22
- <arg name =" model_path" default =" $(find-pkg-share image_projection_based_fusion)/data " />
23
+ <arg name =" model_path" default =" $(var data_path)/image_projection_based_fusion " />
23
24
<arg name =" model_param_path" default =" $(find-pkg-share image_projection_based_fusion)/config/$(var model_name).param.yaml" />
24
25
<arg name =" class_remapper_param_path" default =" $(find-pkg-share lidar_centerpoint)/config/detection_class_remapper.param.yaml" />
25
26
<arg name =" sync_param_path" default =" $(find-pkg-share image_projection_based_fusion)/config/roi_sync.param.yaml" />
You can’t perform that action at this time.
0 commit comments