Skip to content

Commit c3b7841

Browse files
authored
fix: fix schema json in planning/vehicle (#6456)
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
1 parent 6af3496 commit c3b7841

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

planning/behavior_velocity_planner/schema/behavior_velocity_planner.schema.json

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
"default": "5.0",
1717
"description": "backward path"
1818
},
19+
"behavior_output_path_interval": {
20+
"type": "number",
21+
"default": "1.0",
22+
"description": "output path interval"
23+
},
1924
"max_accel": {
2025
"type": "number",
2126
"default": "-2.8",
@@ -49,6 +54,7 @@
4954
},
5055
"required": [
5156
"forward_path_length",
57+
"behavior_output_path_interval",
5258
"backward_path_length",
5359
"max_accel",
5460
"system_delay",

vehicle/raw_vehicle_cmd_converter/schema/raw_vehicle_cmd_converter.schema.json

-3
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,6 @@
142142
}
143143
},
144144
"required": [
145-
"csv_path_accel_map",
146-
"csv_path_brake_map",
147-
"csv_path_steer_map",
148145
"convert_accel_cmd",
149146
"convert_brake_cmd",
150147
"convert_steer_cmd",

0 commit comments

Comments
 (0)