-
Notifications
You must be signed in to change notification settings - Fork 0
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
APD F120 packet modification #138
APD F120 packet modification #138
Conversation
5774d3f
to
a4aa7bb
Compare
e5303d2
to
9c474a5
Compare
5cb9f2a
to
c2f18b7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make all the suggested changes and will review again
c2f18b7
to
7c07a46
Compare
7c07a46
to
7064d6d
Compare
@robertlong13 you can review it. |
7064d6d
to
313c678
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your fixed look good to me. I'm technically primary author, so I can't submit an approve.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review done. After final testing on thrust stand merge the code.
added cherry pick of uavcan.esc.StatusExtended message SW-187
- additional data fields for ESC backends - add extended telemetry log message SW-187
313c678
to
7da348d
Compare
This fixes an issue where an errant ESC[15] would show up for 5 seconds after boot that would contain NaN values. This is related to a bug that was years ago in ArduPilot: ArduPilot/ardupilot#22308 Basically, different areas of the code had different values for ESC_TELEM_MAX_ESCS based which other header files were included at that time. SW-187
7da348d
to
fb15ade
Compare
I accidentally dropped this change when resolving a merge conflict while rebasing #136 onto #138. This fixes an issue where an errant ESC[15] would show up for 5 seconds after boot that would contain NaN values. This is related to a bug that was years ago in ArduPilot: ArduPilot/ardupilot#22308 Basically, different areas of the code had different values for ESC_TELEM_MAX_ESCS based which other header files were included at that time. SW-244
I accidentally dropped this change when resolving a merge conflict while rebasing #136 onto #138. This fixes an issue where an errant ESC[15] would show up for 5 seconds after boot that would contain NaN values. This is related to a bug that was years ago in ArduPilot: ArduPilot/ardupilot#22308 Basically, different areas of the code had different values for ESC_TELEM_MAX_ESCS based which other header files were included at that time. SW-244
I accidentally dropped this change when resolving a merge conflict while rebasing #136 onto #138. This fixes an issue where an errant ESC[15] would show up for 5 seconds after boot that would contain NaN values. This is related to a bug that was years ago in ArduPilot: ArduPilot/ardupilot#22308 Basically, different areas of the code had different values for ESC_TELEM_MAX_ESCS based which other header files were included at that time. SW-244
I accidentally dropped this change when resolving a merge conflict while rebasing #136 onto #138. This fixes an issue where an errant ESC[15] would show up for 5 seconds after boot that would contain NaN values. This is related to a bug that was years ago in ArduPilot: ArduPilot/ardupilot#22308 Basically, different areas of the code had different values for ESC_TELEM_MAX_ESCS based which other header files were included at that time. SW-244
Add support for uavcan.equipment.esc.StatusExtended, and also for APD's new extended version of BLHeli tememetry.