Skip to content

Commit 8093b05

Browse files
authored
unit/range first
1 parent 357b62d commit 8093b05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

msg/versioned/ActuatorServos.msg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
uint32 MESSAGE_VERSION = 0
77

8-
uint64 timestamp # Time since system start [us]
9-
uint64 timestamp_sample # Sampling timestamp of the data this control response is based on [us]
8+
uint64 timestamp # [us] Time since system start.
9+
uint64 timestamp_sample # [us] Sampling timestamp of the data this control response is based on.
1010

1111
uint8 NUM_CONTROLS = 8
1212
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)