-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CONNECTED_ESC_MAX and NUM_MOTOR_OUTPUTS changed.
Maximum numbers of connected ESCs in uORB and in UAVCAN expanded to 16.
- Loading branch information
Showing
3 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
uint64 timestamp # time since system start (microseconds) | ||
uint8 NUM_MOTOR_OUTPUTS = 8 | ||
uint8 NUM_MOTOR_OUTPUTS = 16 | ||
|
||
uint32 motor_number # number of motor to spin | ||
float32 value # output power, range [0..1] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters