Initial Commit

This commit is contained in:
2025-03-30 10:58:46 -07:00
commit e59b3f3a5f
16 changed files with 547 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# Project Nautilus
## Prerequisites
1. Install `aarch64-unknown-linux-gnu` linker
1. macOS: https://github.com/messense/homebrew-macos-cross-toolchains
## Build Ground
`cargo build --bin nautilus-ground`
## Build Flight
`cargo build --target aarch64-unknown-linux-gnu --bin nautilus-flight --features raspi`