Skip to content

MissionPlanner: add AI waypoint planner plugin - #3766

Closed
Alico12315 wants to merge 1 commit into
ArduPilot:masterfrom
Alico12315:codex/ai-waypoint-planner-v1.4.2
Closed

MissionPlanner: add AI waypoint planner plugin#3766
Alico12315 wants to merge 1 commit into
ArduPilot:masterfrom
Alico12315:codex/ai-waypoint-planner-v1.4.2

Conversation

@Alico12315

@Alico12315 Alico12315 commented Sep 1, 2026

Copy link
Copy Markdown

Summary

  • Add an isolated .NET Framework 4.7.2 Mission Planner plugin under plugins/AIWaypointPlanner.
  • Convert written mission requirements and optional reference files into locally validated candidate mission items.
  • Support OpenAI-compatible Responses and Chat Completions endpoints, named connection profiles, local document processing and deterministic mission validation.
  • Preserve the existing safety boundary: candidate rows are appended locally only; no flight-controller upload, mode change, arming, RC/PWM output or direct vehicle command is performed.

Compatibility and packaging

The current Mission Planner loader compiles top-level plugins/*.cs scripts. This change is supplied as a separate multi-file project because it uses external dependencies and an offline test assembly. Please advise whether it should be integrated into the main solution, adapted to the script loader or packaged separately.

Testing

  • Release build against the installed Mission Planner host assemblies (net472) succeeded.
  • AIWaypointPlanner.SelfTests.exe passed all offline tests, including endpoint validation, route and survey compilation, RTL enforcement, PDF/DOCX/PNG handling, request formatting, response capture and local-proxy diagnostics.

No live vehicle was connected and no mission was uploaded during testing.

Update repository documentation with scope, safety boundary, build and test instructions, packaging limitations, contribution workflow and GPLv3 licensing notes.
@Alico12315
Alico12315 force-pushed the codex/ai-waypoint-planner-v1.4.2 branch from 36be734 to 100ffb7 Compare September 1, 2026 14:37
@Alico12315 Alico12315 closed this Sep 1, 2026
@Alico12315
Alico12315 deleted the codex/ai-waypoint-planner-v1.4.2 branch September 1, 2026 15:09
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.

1 participant