mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
esc_setpoint in UAVCAN was just wrong, this is what it really is: uint7 power_rating_pct # Instant demand factor in percent (percent of maximum power); range 0% to 127%.
9 lines
612 B
Plaintext
9 lines
612 B
Plaintext
uint64 timestamp # time since system start (microseconds)
|
|
uint32 esc_errorcount # Number of reported errors by ESC - if supported
|
|
int32 esc_rpm # Motor RPM, negative for reverse rotation [RPM] - if supported
|
|
float32 esc_voltage # Voltage measured from current ESC [V] - if supported
|
|
float32 esc_current # Current measured from current ESC [A] - if supported
|
|
uint8 esc_temperature # Temperature measured from current ESC [degC] - if supported
|
|
uint8 esc_address # Address of current ESC (in most cases 1-8 / must be set by driver)
|
|
uint8 esc_state # State of ESC - depend on Vendor
|