We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b0aeb commit 761a363Copy full SHA for 761a363
1 file changed
service.yaml
@@ -5,7 +5,7 @@ version: 1.0.0
5
description: the authority on all steering decisions
6
7
commands:
8
- build: make build
+ build: make build
9
run: ./bin/controller
10
11
inputs:
@@ -16,25 +16,24 @@ inputs:
16
outputs:
17
- decision
18
19
-
20
configuration:
21
- name: speed
22
type: float
23
- value: 1.0
24
- mutable: true
+ tunable: true
+ value: 0.2
25
- name: kp
26
27
value: 0.01
28
29
- name: kd
30
31
value: 0
32
33
- name: ki
34
35
36
37
- name: desired-trajectory-point
38
- type: int
+ type: float
+ tunable: false
39
value: 320 # 640 / 2
40
- mutable: false
0 commit comments