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

Fix Conversions #56

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Fix Conversions #56

wants to merge 8 commits into from

Conversation

Mmoyv27
Copy link
Contributor

@Mmoyv27 Mmoyv27 commented Nov 23, 2024

Conversions now works directly with PositionLocal, PositionGlobal objects rather than the old drone_odometry (at common) and old drone_odometry_local (directly under modules), the latter of which is redundant and changed completely.

old drone_odometry_local was repetitive, redefined attributes identical position_local and orientation objects (both in common), so our new OdometryAndWaypoint structure can rely directly on the structures defined in common, with the addition of a flight_mode and next_waypoint parameter.

@Mmoyv27 Mmoyv27 closed this Nov 23, 2024
@Mmoyv27 Mmoyv27 reopened this Dec 15, 2024
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