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

kinematic and dynamic model of the quadrotor #43

Open
boonflies opened this issue Dec 9, 2018 · 1 comment
Open

kinematic and dynamic model of the quadrotor #43

boonflies opened this issue Dec 9, 2018 · 1 comment

Comments

@boonflies
Copy link

Can you provide some reference to the kinematic and dynamics equations of the quadrotor considered while motion planning and how they have been integrated while using moveIt? How do the motion planner that we find in motion planning plugin respond to the planning request as for a quadrotor?
Is the state of quadrotor represented with links analogous to state, (x,y,z,γ,β,α)
or
X = (t,x,y,z,V,β,α)
or
some other state space

@wilselby
Copy link
Owner

MoveIt just generates a global trajectory. Those positions are sent as waypoints to a position controller to compute motor commands. The model derivation is here:
https://www.wilselby.com/research/arducopter/model-verification/

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

No branches or pull requests

2 participants