Skip to content

Commit 3544601

Browse files
committed
chore: rename yaml file
Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
1 parent ef78f81 commit 3544601

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

launch/tier4_perception_launch/launch/object_recognition/detection/detector/camera_lidar_detector.launch.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<arg name="output/objects" value="objects"/>
8383
<arg name="model_name" value="$(var lidar_detection_model)"/>
8484
<arg name="model_path" value="$(var pointpainting_model_path)"/>
85-
<arg name="model_param_path" value="$(var lidar_model_param_path)/pointpainting.param.yaml"/>
85+
<arg name="model_param_path" value="$(var lidar_model_param_path)/pointpainting_ros.param.yaml"/>
8686
<arg name="ml_package_param_path" value="$(var model_path)/pointpainting_ml_package.param.yaml"/>
8787
<arg name="class_remapper_param_path" value="$(var model_path)/detection_class_remapper.param.yaml"/>
8888

perception/image_projection_based_fusion/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The `pointpainting_fusion` node has `build_only` option to build the TensorRT en
5959
Although it is preferred to move all the ROS parameters in `.param.yaml` file in Autoware Universe, the `build_only` option is not moved to the `.param.yaml` file for now, because it may be used as a flag to execute the build as a pre-task. You can execute with the following command:
6060

6161
```bash
62-
ros2 launch image_projection_based_fusion pointpainting_fusion.launch.xml model_name:=pointpainting model_path:=/home/autoware/autoware_data/image_projection_based_fusion model_param_path:=$(ros2 pkg prefix image_projection_based_fusion --share)/config/pointpainting.param.yaml build_only:=true
62+
ros2 launch image_projection_based_fusion pointpainting_fusion.launch.xml model_name:=pointpainting model_path:=/home/autoware/autoware_data/image_projection_based_fusion model_param_path:=$(ros2 pkg prefix image_projection_based_fusion --share)/config/pointpainting_ros.param.yaml build_only:=true
6363
```
6464

6565
#### Known Limits

perception/image_projection_based_fusion/launch/pointpainting_fusion.launch.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<arg name="data_path" default="$(env HOME)/autoware_data" description="packages data and artifacts directory path"/>
2222
<arg name="model_name" default="pointpainting" description="options: `pointpainting`"/>
2323
<arg name="model_path" default="$(var data_path)/image_projection_based_fusion"/>
24-
<arg name="model_param_path" default="$(find-pkg-share image_projection_based_fusion)/config/pointpainting.param.yaml"/>
24+
<arg name="model_param_path" default="$(find-pkg-share image_projection_based_fusion)/config/pointpainting_ros.param.yaml"/>
2525
<arg name="ml_package_param_path" default="$(var model_path)/$(var model_name)_ml_package.param.yaml"/>
2626
<arg name="class_remapper_param_path" default="$(var model_path)/detection_class_remapper.param.yaml"/>
2727
<arg name="sync_param_path" default="$(find-pkg-share image_projection_based_fusion)/config/roi_sync.param.yaml"/>

0 commit comments

Comments
 (0)