Skip to content

Commit af223d9

Browse files
tpwrulestridge
authored andcommitted
esc.StatusExtended: clarify directions
Matches currently deployed behavior of the originator of the message.
1 parent 6cf508c commit af223d9

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

uavcan/equipment/esc/1036.StatusExtended.uavcan

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
# Transmitted at a lower rate.
55
#
66

7-
uint7 input_pct # Input command to ESC, in percent, which is commanded using the setpoint messages. Range 0% to 100%.
8-
uint7 output_pct # Output command from ESC to motor, in percent. Range 0% to 100%.
7+
uint7 input_pct # Absolute input command to ESC, in percent, which is commanded using the setpoint messages. Range 0% to 100%.
8+
uint7 output_pct # Absolute output command from ESC to motor, in percent. Range 0% to 100%.
99

1010
int9 motor_temperature_degC # Temperature of connected motor, in Celsius. Range is -256 to +255 C.
11-
uint9 motor_angle # Measured angle of connected angle sensor, in degrees. Range is 0 to 360.
11+
uint9 motor_angle # Measured angle of connected angle sensor, in degrees. Range is 0 to 360. The angle increases as the
12+
# motor rotates forward, using the same "forward" definition as RPMCommand. ESCs are expected to report
13+
# decreasing values if currently spinning in reverse.
1214

1315
uint19 status_flags # Manufacturer-specific status flags currently active.
1416

0 commit comments

Comments
 (0)