-
Notifications
You must be signed in to change notification settings - Fork 43
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
Should be able to send feed-forward moments in quadrotor_msgs:SO3Command #50
Comments
See d335e01, we can cherry-pick the commit to master if this is really useful for multiple people. |
Sweet! This is great, but perhaps we could include snap in the PositionCommand and update so3_control accordingly before fully merging? |
So demanding! 😐 |
Sorry :-/ Feel free to merge :-P |
Now you've put the snap idea in my head, cannot merge without it 😛 |
What would snap be used to compute? Desired angular accelerations? Is our onboard attitude controller even capable of taking those? |
@kartikmohta hehe, gotcha! @jsvacha, yes, angular accelerations. They are required to compute feedforward moments. In the current state, the SO(3) controller doesn't include them but it is a fairly straightforward extension. I'm happy to send some derivations along if that would help. |
This makes sense. I'd just check the scaling factor on the moments. I made the scaling factor so that the moments would be what I expected to see caused by drag during forward flight, and I'm fairly confident that you want a larger range than that, especially if you want to do flips and such. |
Ahh, yes. Good point. Since the scaling factor is particular to the hummingbirds, we can determine the full range on the moments, so that should help. |
No description provided.
The text was updated successfully, but these errors were encountered: