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

Build ArduPilot in CI #110

Merged
merged 4 commits into from
Sep 23, 2024
Merged

Build ArduPilot in CI #110

merged 4 commits into from
Sep 23, 2024

Conversation

spernsteiner
Copy link
Contributor

This branch sets up CI to build the ArduPilot SITL binary for aarch64. Specifically, this branch adds three things:

  • Build scripts for setting up the build environment and compiling the arduplane binary
  • An ardupilot section in package.sh
  • A CI job to build and cache the ardupilot package.

Part of #97

Checklist before requesting a review

  • I have performed a self-review of my code
  • My code matches the coding standards and I have ran the appropriate linters
  • I included documentation updates for my code
  • I extended the test suite and the tests run by the CI to cover my code
  • I assigned a Milestone to this PR
  • I assigned this PR to a Project
  • I assigned this PR appropriate Labels

@spernsteiner spernsteiner added the application software application software components label Sep 10, 2024
@spernsteiner spernsteiner added this to the Someday milestone Sep 10, 2024
@spernsteiner
Copy link
Contributor Author

I tested the aarch64 arduplane binary manually in the dev VM, and it worked fine - I was able to connect to it from the base system with mavproxy and run an example mission. arduplane was very slow to start up inside the nested guest VM, but once it got running, there were no issues.

Copy link
Collaborator

@podhrmic podhrmic left a comment

Choose a reason for hiding this comment

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

LGTM

@spernsteiner spernsteiner merged commit 54b6fe4 into main Sep 23, 2024
14 checks passed
@spernsteiner spernsteiner deleted the 97-ardupilot-build branch September 23, 2024 17:22
@spernsteiner spernsteiner mentioned this pull request Sep 26, 2024
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
application software application software components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants