Skip to content

Commit ecaac75

Browse files
committed
Add comments for missing fields
1 parent 89258c0 commit ecaac75

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/sysstate.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ sysstate:
1818
kcu_steering: "MyFloat" # steering after the kcu, before applying offset and depower scaling [-1..1]
1919
set_steering: "MyFloat" # set value of the steering [-1..1]
2020
heading: "MyFloat" # heading angle [rad]
21-
heading_rate: "MyFloat" # heading rate [rad/s]
21+
heading_rate: "MyFloat" # heading rate [rad/s]
22+
# add heading_turn_rate, course_rate and course_turn_rate
2223
course: "MyFloat" # course angle [rad]
2324
bearing: "MyFloat" # bearing angle (set value of heading/ course) [rad]
2425
attractor: "MVector{2, MyFloat}" # attractor coordinates (azimuth, elevation) [rad]

0 commit comments

Comments
 (0)