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

Prop/motor blimp and waypoint navigation #29096

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

MichelleRos
Copy link
Contributor

@MichelleRos MichelleRos commented Jan 17, 2025

Adds propeller/motor-based blimp frame and SCurve-based waypoint navigation.
Also moves some parameters from the main blimp parameter group to the Loiter class.

Would appreciate any feedback - especially on the Level controller stuff - the propeller blimp has a large swinging issue due to all the propellers being attached to the gondola at the bottom (instead of around the "equator" like with the finned blimp) and I've added some PIDs to help keep it level but I'm not entirely sure this is the best method.

@MichelleRos MichelleRos changed the title Prop blimp and waypoint navigation Prop/motor blimp and waypoint navigation Jan 17, 2025
…cing forwards means the blimp has further to turn once it gets home; also added progress messages.
@Hwurzburg Hwurzburg added the WikiNeeded needs wiki update label Jan 17, 2025
};
enum motor_frame_type {
MOTOR_FRAME_TYPE_AIRFISH = 1,
MOTOR_FRAME_FISHBLIMP = 1,
Copy link
Collaborator

@Hwurzburg Hwurzburg Jan 17, 2025

Choose a reason for hiding this comment

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

MOTOR_FRAME_TYPE_FISHBLIMP?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WikiNeeded needs wiki update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants