Page 1 of 1

Flying without Flowdeck

Posted: Wed Dec 30, 2020 5:33 pm
by nikonlivin
Hi! Is there a way to use the motion commander or fly my Crazyflie 2.0 using a python script without the flow deck?

Re: Flying without Flowdeck

Posted: Mon Jan 04, 2021 11:28 am
by arnaud
To fly autonomously in a controlled manner your Crazyflie you will need some kind of position or velocity sensor. The flow deck is a velocity sensor, lighthouse, LPS and Mocaps are position sensors. I have also been experimenting with using a webcam as a very limited mocap but it requires more hacking.

Without any position or velocity sensors, the only thing I have seen being achieved using python scripts is uncontrolled hops: the Crazyflie will fly but very soon the velocity/position estimate drifts.