Skip to content

Commit ec9cfe5

Browse files
committed
sovle schema error
Signed-off-by: Ariiees <yuxw@udel.edu>
1 parent d1d2197 commit ec9cfe5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

planning/autoware_obstacle_stop_planner/schema/adaptive_cruise_control.schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@
197197
"required" : ["adaptive_cruise_control"],
198198
"additionalProperties": false
199199
}
200+
}
200201
},
201202
"properties": {
202203
"/**": {

planning/autoware_obstacle_stop_planner/schema/obstacle_stop_planner.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"properties": {
99
"chattering_threshold": {
1010
"type": "number",
11-
"description": "even if the obstacle disappears, the stop judgment continues for chattering_threshold [s]PTION",
11+
"description": "even if the obstacle disappears, the stop judgment continues for chattering_threshold [s]",
1212
"default": "0.5"
1313
},
1414
"max_velocity": {

0 commit comments

Comments
 (0)