Skip to content

Commit 0e6913c

Browse files
author
M. Fatih Cırıt
committed
fix behavior_velocity_planner.schema.json
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
1 parent 4df2bd0 commit 0e6913c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
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": "the output path will be interpolated by this interval"
23+
},
1924
"max_accel": {
2025
"type": "number",
2126
"default": "-2.8",
@@ -50,6 +55,7 @@
5055
"required": [
5156
"forward_path_length",
5257
"backward_path_length",
58+
"behavior_output_path_interval",
5359
"max_accel",
5460
"system_delay",
5561
"delay_response_time",

0 commit comments

Comments
 (0)