Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: MasatoSaeki <[email protected]>
  • Loading branch information
MasatoSaeki committed Oct 22, 2024
1 parent c68b14e commit ac3c6ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<arg name="detected_objects_filter_method" default="lanelet_filter" description="options: lanelet_filter, position_filter"/>
<arg name="detected_objects_validation_method" default="obstacle_pointcloud" description="options: obstacle_pointcloud, occupancy_grid (must be used with laserscan_based_occupancy_grid_map)"/>
<arg name="data_path" default="$(env HOME)/autoware_data" description="packages data and artifacts directory path"/>
<arg name="lidar_detection_model" default="centerpoint" description="specify lidar detection model and optinally can add model config like `centerpoint/centerpoint_sigma`"/>
<arg name="lidar_detection_model" default="centerpoint" description="specify lidar detection model and optionally can add model config like `centerpoint/centerpoint_sigma`"/>
<arg name="all_traffic_light_camera" default="[camera6, camera7]" description="choose camera which use for traffic light recognition"/>

<include file="$(find-pkg-share tier4_perception_launch)/launch/perception.launch.xml">
Expand Down

0 comments on commit ac3c6ce

Please sign in to comment.