Skip to content

Commit

Permalink
fix default arg
Browse files Browse the repository at this point in the history
  • Loading branch information
scepter914 committed Jul 8, 2022
1 parent 137933e commit 72b2690
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<!-- lidar param -->
<arg name="input/pointcloud"/>
<arg name="lidar_detection_model" default="centerpoint" description="options: `centerpoint`, `apollo`"/>
<arg name="lidar_detection_model" default="apollo" description="options: `centerpoint`, `apollo`"/>
<arg name="use_pointcloud_map" default="true" description="use pointcloud map in detection"/>

<!-- camera param -->
Expand Down

0 comments on commit 72b2690

Please sign in to comment.