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

Make blended backend a real backend #26919

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

peterbarker
Copy link
Contributor

Tested in SITL.

Board               AP_Periph  blimp  bootloader  copter  heli  iofirmware  plane  rover  sub
Durandal                       352    *           184     304               328    352    360
Hitec-Airspeed      *                                                                     
KakuteH7-bdshot                480    *           496     472               656    472    472
MatekF405                      56     *           128     128               -96    80     104
Pixhawk1-1M-bdshot             96                 120     104               64     104    104
f103-QiotekPeriph   *                                                                     
f303-Universal      *                                                                     
iomcu                                                           *                         
revo-mini                      64     *           -96     8                 16     0      104
skyviper-v2450                                    *                                       

Copy link
Contributor

@amilcarlucas amilcarlucas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very cool changes!

libraries/AP_GPS/AP_GPS_Blended.h Outdated Show resolved Hide resolved
libraries/AP_GPS/AP_GPS_Blended.h Outdated Show resolved Hide resolved
@tridge
Copy link
Contributor

tridge commented Apr 30, 2024

we will do some SpringValley flight testing

@peterbarker
Copy link
Contributor Author

Flight testing at SV went well today.

Copy link
Contributor

@tridge tridge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how does this interact with EKF3 affinity?

@@ -606,7 +604,7 @@ class AP_GPS
protected:

// configuration parameters
Params params[GPS_MAX_RECEIVERS];
Params params[GPS_MAX_INSTANCES];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we remove GPS_MAX_RECEIVERS now?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not yet. There are all sorts of interesting decisions to be made revolving around it.

Many of them will end up turning into a :-style iteration across the instances array.

@tridge
Copy link
Contributor

tridge commented Jul 15, 2024

I'd like to understand how this interacts with affinity

@amilcarlucas
Copy link
Contributor

Is this planned for 4.6?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants