We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df2bd0 commit 0e6913cCopy full SHA for 0e6913c
planning/behavior_velocity_planner/schema/behavior_velocity_planner.schema.json
@@ -16,6 +16,11 @@
16
"default": "5.0",
17
"description": "backward path"
18
},
19
+ "behavior_output_path_interval": {
20
+ "type": "number",
21
+ "default": "1.0",
22
+ "description": "the output path will be interpolated by this interval"
23
+ },
24
"max_accel": {
25
"type": "number",
26
"default": "-2.8",
@@ -50,6 +55,7 @@
50
55
"required": [
51
56
"forward_path_length",
52
57
"backward_path_length",
58
+ "behavior_output_path_interval",
53
59
"max_accel",
54
60
"system_delay",
61
"delay_response_time",
0 commit comments