Add drone primitive contracts - #252
Open
1020559180 wants to merge 2 commits into
Open
1020559180 wants to merge 2 commits into
1020559180 wants to merge 2 commits into
Conversation
Member
|
https://github.com/syswonder/robonix/actions/runs/35055362607/job/104667256785?pr=252 please use English inside robonix code repo. thanks for adding drone primitives! |
enkerewpo
reviewed
Sep 16, 2026
| version = "1" | ||
| kind = "primitive" | ||
| idl = "drone/srv/Land.srv" | ||
| description = "Land in place (the APK has no such endpoint yet; use rth to return and land instead)." |
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.
Summary
Add a
droneprimitive contract area to the framework so drone packages(e.g. a DJI MSDK flight driver) can declare standard flight / mission
primitives instead of shipping SDK-specific contracts.
Contracts added
Namespace
robonix/primitive/drone/*— kind = primitive, mode = rpc:capabilities/primitive/drone/(Schema A:[contract] id/version/kind/idl/description+[mode] type=rpc).capabilities/lib/drone/srv/; responses usestd_msgs/String status.drone.protoplaceholder that was previously incapabilities/primitive/drone/.Note
Contract layer only. The DJI MSDK driver implementation lives in a separate
package repo (
robonix.primitive.dji.msdk.flight) and will be registered inthe package catalog after this merges.