Skip to content

Commit 271274c

Browse files
committed
modification according to comments
Signed-off-by: Ariiees <yuxw@udel.edu>
1 parent 74c01ed commit 271274c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

planning/autoware_obstacle_stop_planner/schema/obstacle_stop_planner.schema.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
"enable_slow_down": {
3030
"type": "boolean",
3131
"description": "whether to use slow down planner [-]",
32-
"default": "False"
32+
"default": "false"
3333
},
3434
"enable_z_axis_obstacle_filtering": {
3535
"type": "boolean",
3636
"description": "filter obstacles in z axis (height) [-]",
37-
"default": "True"
37+
"default": "true"
3838
},
3939
"z_axis_filtering_buffer": {
4040
"type": "number",
@@ -59,12 +59,12 @@
5959
"use_predicted_objects": {
6060
"type": "boolean",
6161
"description": "whether to use predicted objects [-]",
62-
"default": "False"
62+
"default": "false"
6363
},
6464
"publish_obstacle_polygon": {
6565
"type": "boolean",
6666
"description": "whether to publish obstacle polygon [-]",
67-
"default": "False"
67+
"default": "false"
6868
},
6969
"predicted_object_filtering_threshold": {
7070
"type": "number",
@@ -136,7 +136,7 @@
136136
"enable_stop_behind_goal_for_obstacle": {
137137
"type": "boolean",
138138
"description": "enable extend trajectory after goal lane for obstacle detection",
139-
"default": "True"
139+
"default": "true"
140140
}
141141
},
142142
"required": [
@@ -222,7 +222,7 @@
222222
"max_slow_down_velocity": {
223223
"type": "number",
224224
"description": "max slow down velocity (use this param if consider_constraints is False)[m/s]",
225-
"default": "1.38 "
225+
"default": "1.38"
226226
},
227227
"min_slow_down_velocity": {
228228
"type": "number",
@@ -261,7 +261,7 @@
261261
"consider_constraints": {
262262
"type": "boolean",
263263
"description": "set 'True', if no decel plan found under jerk/dec constrains, relax target slow down vel [-]",
264-
"default": "False"
264+
"default": "false"
265265
},
266266
"velocity_threshold_decel_complete": {
267267
"type": "number",

0 commit comments

Comments
 (0)