Skip to content

Nominal yaw dynamics for crazyflow 0.0.2#41

Merged
amacati merged 4 commits intomainfrom
fix_yaw_dynamics
Oct 9, 2025
Merged

Nominal yaw dynamics for crazyflow 0.0.2#41
amacati merged 4 commits intomainfrom
fix_yaw_dynamics

Conversation

@yufei4hua
Copy link
Copy Markdown
Collaborator

Add nominal yaw dynamics:
"yaw_acc": np.array([-60.0, -10.0, 120.0]),
So that the controller can stabilize unknown disturbances from numerical issues.
Otherwise, the drone starts spinning after a while, and we cannot control it.
Set default window size. Originally 480p, too small for visualization.
width: int = 1280,
height: int = 720,

Set default window size.
@yufei4hua yufei4hua requested a review from amacati as a code owner October 8, 2025 15:47
@amacati
Copy link
Copy Markdown
Collaborator

amacati commented Oct 8, 2025

Can you set this to 1920x1080? Full HD is a reasonable standard. Also, the symbolic tests are failing.

@yufei4hua
Copy link
Copy Markdown
Collaborator Author

Done. I forgot to synchronize the params in the symbolic model. Tests are fixed.

Copy link
Copy Markdown
Collaborator

@amacati amacati left a comment

Choose a reason for hiding this comment

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

I adapted the comments to reflect your changes. Looks good.

@amacati amacati merged commit 4007847 into main Oct 9, 2025
4 checks passed
@amacati amacati deleted the fix_yaw_dynamics branch December 10, 2025 14:41
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.

3 participants