Yaw angle drifts before takeoff
Posted: Sun Feb 04, 2018 11:21 pm
Using logging, I can see the yaw angle provided through the stabilizer log data - before the Crazyflie takes off, the yaw angle is not constant after it is moved. After the Crazyflie is rotated slightly, the reported yaw angle continuously increases (or decreases). Once the drone takes off, the angle is consistent with the drone's behaviour and only changes when the drone rotates. What could be causing this?
Essentially what I would like to do is measure the drift of the yaw angle over time, and would like to test this with the propellers not moving, but from using the motion_commander.py interface, the Crazyflie takes off even when I don't use the 'with' keyword, and take off with the call: "mc.take_off(height=0, velocity=0)".
Essentially what I would like to do is measure the drift of the yaw angle over time, and would like to test this with the propellers not moving, but from using the motion_commander.py interface, the Crazyflie takes off even when I don't use the 'with' keyword, and take off with the call: "mc.take_off(height=0, velocity=0)".