Skip to content

Commit 9f208bb

Browse files
committed
chore(trajectory_validator): set collision shape defaults in config
1 parent f7543ab commit 9f208bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

planning/autoware_trajectory_validator/config/trajectory_validator.param.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
stopped_velocity_threshold: 0.3
2323
history_timeout: 0.3
2424
enable_assessment:
25-
# default target shape is [bbox].
25+
base: [bbox]
2626
unknown: [""]
2727
over_drivable: [""]
2828
under_drivable: [""]
@@ -82,7 +82,7 @@
8282
enable_abandon: false
8383
rss:
8484
enable_assessment:
85-
# default target shape is [bbox, polygon]. Use [""] to disable the class.
85+
base: [bbox, polygon]
8686
motorcycle: [bbox]
8787
bicycle: [bbox]
8888
over_drivable: [""]

0 commit comments

Comments
 (0)