Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR V2 ESC Status Msg Changes #50

Merged
merged 3 commits into from
Dec 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions uavcan/equipment/esc/1036.StatusExtended.uavcan
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
#

uint7 input_pct # Input command to ESC, in percent, which is commanded using the setpoint messages. Range 0% to 100%.
uint7 output_pct # Output command from ESC to motor, in percent. Range 0% to 100%.
uint7 output_pct # Output command from ESC to motor, in percent. Range 0% to 100%.

int9 motor_temperature_degC # Temperature of connected motor, in Celsius. Range is -256 to +255 C.
uint9 motor_angle # Measured angle of connected angle sensor, in degrees. Range is 0 to 360.

uint24 status_flags # Manufacturer-specific status flags currently active.
uint19 status_flags # Manufacturer-specific status flags currently active.

uint5 esc_index # Index of currently reporting ESC.
Loading