You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: planning/motion_velocity_planner/autoware_motion_velocity_planner_node/schema/motion_velocity_planner.schema.json
+3-59
Original file line number
Diff line number
Diff line change
@@ -5,64 +5,8 @@
5
5
"definitions": {
6
6
"behavior_velocity_planner": {
7
7
"type": "object",
8
-
"properties": {
9
-
"forward_path_length": {
10
-
"type": "number",
11
-
"default": "1000.0",
12
-
"description": "forward path"
13
-
},
14
-
"backward_path_length": {
15
-
"type": "number",
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",
27
-
"description": "(to be a global parameter) max acceleration of the vehicle"
28
-
},
29
-
"system_delay": {
30
-
"type": "number",
31
-
"default": "0.5",
32
-
"description": "(to be a global parameter) delay time until output control command"
33
-
},
34
-
"delay_response_time": {
35
-
"type": "number",
36
-
"default": "0.5",
37
-
"description": "(to be a global parameter) delay time of the vehicle's response to control commands"
0 commit comments