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

Move RC protocol used for Aero from Linux HAL to AP_RCProtocol #29461

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

peterbarker
Copy link
Contributor

MAVProxy PR for testing is here: ArduPilot/MAVProxy#1520

... near as I can tell both old and new code fails to lock against race conditions updating the RC data.

@peterbarker peterbarker force-pushed the pr/sololink-to-rcprotocol branch from c91b08b to 89b3281 Compare March 8, 2025 02:04
@peterbarker
Copy link
Contributor Author

Only compiler output change is aero:

Every 2.0s: ~/rc/ardupilot/Tools/scripts/filter_size_compare_branches_csv.py --hide /tmp/some.csv  ; wc /tmp/some.csv                                        threads: Sun Mar  9 18:39:51 2025

------------------------  -----  ------  -----  -----  -----  -----
Board                     blimp  copter  heli   plane  rover  sub
SITL_arm_linux_gnueabihf  0      0       0      0      0      0
SITL_x86_64_linux_gnu     0      0       0      0      0      0
aero                      66516  62280   66456  62248  62276  66564
------------------------  -----  ------  -----  -----  -----  -----
  361   361 10005 /tmp/some.csv

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

Successfully merging this pull request may close these issues.

1 participant