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 89258c0 commit ecaac75Copy full SHA for ecaac75
1 file changed
src/sysstate.yaml
@@ -18,7 +18,8 @@ sysstate:
18
kcu_steering: "MyFloat" # steering after the kcu, before applying offset and depower scaling [-1..1]
19
set_steering: "MyFloat" # set value of the steering [-1..1]
20
heading: "MyFloat" # heading angle [rad]
21
- heading_rate: "MyFloat" # heading rate [rad/s]
+ heading_rate: "MyFloat" # heading rate [rad/s]
22
+ # add heading_turn_rate, course_rate and course_turn_rate
23
course: "MyFloat" # course angle [rad]
24
bearing: "MyFloat" # bearing angle (set value of heading/ course) [rad]
25
attractor: "MVector{2, MyFloat}" # attractor coordinates (azimuth, elevation) [rad]
0 commit comments