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

Can you specify yaw? #3

Open
rapop opened this issue Jun 10, 2019 · 1 comment
Open

Can you specify yaw? #3

rapop opened this issue Jun 10, 2019 · 1 comment
Labels

Comments

@rapop
Copy link

rapop commented Jun 10, 2019

Hi,

Can I specify the yaw of the quadrotor with the c++ version as with Matlab?

@andre-nguyen
Copy link
Contributor

Unfortunately no, however I guess it would only take a few hours to add yaw to the trajectory since you simply add another dimension/optimization problem to solve and the order of the polynomial is different. For the matlab version, I had started adding the yaw but I never finished it (number of states = 3 so the yaw waypoints in W don't actually do anything). Something wasn't working with the yaw trajectory and I had decided to drop it to simplify things while I got the rest working.

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

No branches or pull requests

2 participants