Answer SetMissionReq with accepted and reason - #307
Draft
jp-pino wants to merge 2 commits into
Draft
Conversation
jp-pino
added this pull request to stack #304
September 9, 2026 21:15
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
jp-pino
force-pushed
the
jp-pino/set-mission-rep
branch
2 times, most recently
from
September 9, 2026 22:13
93f20a8 to
8bff1ef
Compare
Rules run unless disabled; MissionStatus.active_instruction_id is -1 when none (instruction ids may be 0); InsertInstruction.append instead of before_id 0; comments attach to the right messages again; the limits of rules, the commands that move the drone, the notification payloads and the meaning of an empty SetMissionRep are written down. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
jp-pino
force-pushed
the
jp-pino/set-mission-rep
branch
from
September 9, 2026 22:15
8bff1ef to
4b2a03d
Compare
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.
SetMissionRepgainsacceptedandreason, so a client learns right away why a mission was refused (an invalid instruction, a leg that is too long) instead of waiting for a notification.Depends on #306.