Add RC-aircraft & autonomous drone implementation guidelines with multi-language firmware skeletons - #24
Merged
Conversation
…skeleton Co-authored-by: smaruf <10070242+smaruf@users.noreply.github.com>
Co-authored-by: smaruf <10070242+smaruf@users.noreply.github.com>
Co-authored-by: smaruf <10070242+smaruf@users.noreply.github.com>
Co-authored-by: smaruf <10070242+smaruf@users.noreply.github.com>
Co-authored-by: smaruf <10070242+smaruf@users.noreply.github.com>
Co-authored-by: smaruf <10070242+smaruf@users.noreply.github.com>
Co-authored-by: smaruf <10070242+smaruf@users.noreply.github.com>
smaruf
requested changes
Mar 18, 2026
smaruf
left a comment
Owner
There was a problem hiding this comment.
Also, add gasoline-based engines for drones
…nd Zig Co-authored-by: smaruf <10070242+smaruf@users.noreply.github.com>
…o, and Zig Co-authored-by: smaruf <10070242+smaruf@users.noreply.github.com>
…on lifecycle) Co-authored-by: smaruf <10070242+smaruf@users.noreply.github.com>
…ra interval comment Co-authored-by: smaruf <10070242+smaruf@users.noreply.github.com>
smaruf
marked this pull request as ready for review
March 18, 2026 07:17
…l clean) Co-authored-by: smaruf <10070242+smaruf@users.noreply.github.com>
….gitignore Co-authored-by: smaruf <10070242+smaruf@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add guidelines for implementing RC aircraft and autonomous drones
Add RC-aircraft & autonomous drone implementation guidelines with multi-language firmware skeletons
Mar 18, 2026
smaruf
approved these changes
Mar 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a structured reference under
remote-aircraft/covering the full implementation spectrum for RC-aircraft and fully autonomous drones — from structural design through production-grade deployment across four languages.Guidelines (
remote-aircraft/guidelines/)Six markdown documents covering each requirement dimension:
01-structural-implementation.md02-active-passive-components.md03-firmware-guide.md04-complexity-levels.md05-multilang-guide.md06-autonomous-drone-guide.mdFirmware skeletons (
remote-aircraft/firmware/)12 runnable skeletons — 4 languages × 3 complexity tiers:
simple/rc_basic.*medium/autopilot_medium.*production/autonomous_drone.*Example — Zig comptime PID (zero-allocation, production tier):
Example — Python MAVSDK mission runner (production tier):
Notes
.gitignoreupdated to excluderoot/Go module cache artifacts.📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.