-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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
EKF introduce ecl_float_t type for double precision floating point where available (disabled by default) #12215
Conversation
73731bc
to
5dff9e7
Compare
Seems to be working on fmu-v5. The individual double precision floating point operations aren't any slower, so I'm guessing the performance difference is largely from moving significantly more memory around. The size of the generated code also increased significantly. PR
Master
|
|
@PX4/testflights this is lower priority, but could you give this PR an initial flight test on any fmu-v5 (pixhawk 4 or 4 mini)? |
Tested on Pixhawk 4 mini v5Modes Tested
Procedure Notes:
Logs: Master |
Tested on Pixhawk 4 v5 Modes tested:
Procedure: Notes: PR Log: Master log: |
Tested on Pixhawk 2 Cube V3:Note: Log Note |
5dff9e7
to
a7d37ba
Compare
1779fcb
to
ae66237
Compare
ae66237
to
4c48652
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.
Nice.
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions. |
Any plans here @dagar? |
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions. |
PX4/PX4-ECL#613