I am currently working on a project trying to make the crazyflie 2.0 balance on a single point such that its weight is supported at that point, allowing it to perch: The only thing left is for the drone to be able to balance on that point. With the current code available, the PID controllers for pitch and roll only work if some value for the throttle is set, either manually or via a joystick, so I would like to be able to make the crazyflie balance automatically without me having to give any external throttle inputs. Any suggestions as to how I could make the pitch/roll PID controllers work straight away independently from the throttle value? I'm very new to development of this quadcopter and I'm feeling a bit lost in between so much code


Thanks very much in advance,
f-