Skip to content

Commit 761a363

Browse files
committed
feat: fix service yaml
1 parent 14b0aeb commit 761a363

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

service.yaml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: 1.0.0
55
description: the authority on all steering decisions
66

77
commands:
8-
build: make build
8+
build: make build
99
run: ./bin/controller
1010

1111
inputs:
@@ -16,25 +16,24 @@ inputs:
1616
outputs:
1717
- decision
1818

19-
2019
configuration:
2120
- name: speed
2221
type: float
23-
value: 1.0
24-
mutable: true
22+
tunable: true
23+
value: 0.2
2524
- name: kp
2625
type: float
26+
tunable: true
2727
value: 0.01
28-
mutable: true
2928
- name: kd
3029
type: float
30+
tunable: true
3131
value: 0
32-
mutable: true
3332
- name: ki
3433
type: float
34+
tunable: true
3535
value: 0
36-
mutable: true
3736
- name: desired-trajectory-point
38-
type: int
37+
type: float
38+
tunable: false
3939
value: 320 # 640 / 2
40-
mutable: false

0 commit comments

Comments
 (0)