-
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
uORB::Publication simplify and cleanup #12210
Conversation
dagar
commented
Jun 7, 2019
•
edited
Loading
edited
- drop linked list
- base class is now template
- virtualization no longer required
- type safety!
- ekf2 updated to only publish with uORB::Publication
eccc18f
to
7cd8014
Compare
Tested on Pixhawk 4 V5 f-450Modes Tested
Notes: PR Log |
7cd8014
to
6ce888f
Compare
Your home position wasn't being published. Can you please try again with the current state of the PR? |
6f15109
to
c5f03e0
Compare
@dagar I waited about 10 minutes for GPS Lock on the PR and nothing. I decided to upload the master branch and had GPS Lock on 30 seconds, I will test this again on Monday to confirm the state of the PR. |
c5f03e0
to
665b709
Compare
- drop linked list - base class is now template - virtualization no longer required
665b709
to
e2cfe31
Compare
Tested on Pixhawk 4 mini v5Modes Tested
Procedure Notes: Logs: Master |
Tested on Pixhawk 4 V5 Position Mode: Good.
Notes: PR Log: https://review.px4.io/plot_app?log=2c809d10-c7f7-49bd-b278-c7efa225bf9c Master log: https://review.px4.io/plot_app?log=71a5aa74-1e6e-4c9c-ae20-2baff55f3daf |
Tested on PixRacer V4Modes Tested Position Mode: Good. Notes: Logs: MASTER COMPARISON |
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.
Ok!