We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"Furthermore, I noticed an error at minute 46:30 in the derivative of the angular velocity (a sin should be a cos)."
The text was updated successfully, but these errors were encountered:
I have this angular velocity:
$$ ^N \bar{\omega}^{B} = \dot{\beta}\hat{b}_x + \dot{\alpha}\sin\beta\hat{b}_y + \dot{\alpha}\cos{\beta}\hat{b}_z $$
The time derivative should be:
$$ ^N \bar{\alpha}^{B} = \ddot{\beta}\hat{b}_x + (\ddot{\alpha}\sin\beta) + \dot{\alpha}\cos{\beta}\dot{\beta})\hat{b}_y + (\ddot{\alpha}\cos{\beta} - \dot{\alpha}\sin{\beta}\dot{\beta})\hat{b}_z $$
Sorry, something went wrong.
It is corrected in the handwritten notes.
No branches or pull requests
"Furthermore, I noticed an error at minute 46:30 in the derivative of the angular velocity (a sin should be a cos)."
The text was updated successfully, but these errors were encountered: