Code: Select all
flightmode.yawMode: 0
Thanks,
Miles
Code: Select all
flightmode.yawMode: 0
Code: Select all
/**
* Yaw carefree mode means yaw will stay in world coordinates. So even though
* the Crazyflie rotates around the yaw, front will stay the same as when it started.
* This makes makes it a bit easier for beginners
*/
I'm not fully sure what you mean. Is the "fixed" yaw position drifting to much?I assumed that this CAREFREE mode also meant 'don't reject external yaw disturbances', but that is not what the code does.