mrasl_mav_traj icon indicating copy to clipboard operation
mrasl_mav_traj copied to clipboard

Can you specify yaw?

Open rapop opened this issue 6 years ago • 1 comments

Hi,

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

rapop avatar Jun 10 '19 15:06 rapop

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.

andre-nguyen avatar Jun 10 '19 20:06 andre-nguyen