Skip to content

Commit 357b62d

Browse files
authored
ActuatorServos.msg - uORB docs
1 parent 79660d0 commit 357b62d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

msg/versioned/ActuatorServos.msg

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Servo control message
2+
#
3+
# Normalised output setpoint for up to 8 servos.
4+
# Published by the vehicle's allocation and consumed by the actuator output drivers.
25

36
uint32 MESSAGE_VERSION = 0
47

5-
uint64 timestamp # time since system start (microseconds)
6-
uint64 timestamp_sample # the timestamp the data this control response is based on was sampled
8+
uint64 timestamp # Time since system start [us]
9+
uint64 timestamp_sample # Sampling timestamp of the data this control response is based on [us]
710

811
uint8 NUM_CONTROLS = 8
9-
float32[8] control # range: [-1, 1], where 1 means maximum positive position,
10-
# -1 maximum negative,
11-
# and NaN maps to disarmed
12+
float32[8] control # [@range -1, 1] Normalized output. 1 means maximum positive position. -1 maximum negative position (if not supported by the output, <0 maps to NaN). NaN maps to disarmed.

0 commit comments

Comments
 (0)