Skip to content
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

Dronekit to FlightController Migration - Stale #78

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

honzikschenk
Copy link

@honzikschenk honzikschenk commented Jan 30, 2025

Moves modules that interface with dronekit instance into flightcontroller functions.

Solves: https://app.asana.com/0/75198147526823/1209038150877644/f

@honzikschenk honzikschenk self-assigned this Jan 30, 2025
@@ -43,7 +42,7 @@ def main() -> int:
try:
# pylint: disable=invalid-name
TAKEOFF_ALTITUDE = config["takeoff_altitude"]
DRONE_TIMEOUT = config["drone_timeout"]
# DRONE_TIMEOUT = config["drone_timeout"]
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

flight_controller doesn't seem to have DRONE_TIMEOUT as a parameter to pass through. Should I make a method to overload upload_commands to include DRONE_TIMEOUT (similar to how Dronekit originally did this)?
Ie: controller.upload_commands(example_commands, DRONE_TIMEOUT)

@honzikschenk
Copy link
Author

Is the TODO here meant for this PR?

@honzikschenk honzikschenk marked this pull request as ready for review January 30, 2025 06:28
@honzikschenk honzikschenk marked this pull request as draft February 5, 2025 01:47
@honzikschenk honzikschenk changed the title Dronekit to FlightController Migration Dronekit to FlightController Migration - Stale Feb 7, 2025
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