forked from MissouriMRR/SUAS-2023
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
State implementation files - Mavsdk to drone kit replacement #23
Labels
enhancement
New feature or request
flight
Flight subteam / controls the flight or overarching control of the drone
good first issue
Good for newcomers
Comments
DJDMVP
added
enhancement
New feature or request
good first issue
Good for newcomers
flight
Flight subteam / controls the flight or overarching control of the drone
labels
Sep 17, 2024
DJDMVP
changed the title
State implementation Mavsdk to drone kit replacement
State implementation files - Mavsdk to drone kit replacement
Sep 17, 2024
RexBerry
added a commit
that referenced
this issue
Sep 25, 2024
RexBerry
added a commit
that referenced
this issue
Sep 27, 2024
RexBerry
added a commit
that referenced
this issue
Oct 2, 2024
RexBerry
added a commit
that referenced
this issue
Oct 2, 2024
RexBerry
added a commit
that referenced
this issue
Oct 4, 2024
RexBerry
added a commit
that referenced
this issue
Oct 9, 2024
RexBerry
added a commit
that referenced
this issue
Oct 9, 2024
RexBerry
added a commit
that referenced
this issue
Oct 9, 2024
RexBerry
added a commit
that referenced
this issue
Oct 9, 2024
All imports of mavsdk have been removed. |
RexBerry
added a commit
that referenced
this issue
Nov 15, 2024
RexBerry
added a commit
that referenced
this issue
Nov 15, 2024
RexBerry
added a commit
that referenced
this issue
Nov 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
flight
Flight subteam / controls the flight or overarching control of the drone
good first issue
Good for newcomers
State implementation files Mavsdk to drone kit replacement
Problem
Replace the mavsdk commands in state_machine/states/impl with dronekit commands. The files that should need replacement are takeoff, waypoint, and land.
create the new branch for the feature off of the branch "feature/dronekit" This is to keep code for dronekit seperated until we are ready to fully replace mavsdk.
Solution
Mavsdk commands are no longer needed in the state_machine/states/impl folder and is instead replaced with dronekit commands.
Additional Information
Dronekit Docs
The text was updated successfully, but these errors were encountered: