FlowDeck issue
Posted: Wed Sep 18, 2019 6:52 pm
Hi guys, I downloaded firmware 2018 , the flowdeck is working but what's weird if I defined in python of flowdeck mc.up(0.5) then if I hold my crazyflie while the I run the python script to height >0.5 then I my crazyflie must go off, but if I down my crazyflie to height <0.5 then my crazyflie must go on (all that process while running the python script) ..
but what's happened for me, if I run python script and I hold my crazyflie to height >0.5 however I defined mc.up(0.5) then my crazyflie still working and it must be off because the height is bigger than 0.5 .. any help guys?! what should I do to my firmware to work correctly with flowdeck? I want for example if I defined in my python mc.up(0.5) then if I run the python script and hold my crazyflie to height >0.5 , my crazyflie must go off because height is bigger than 0.5, but if I back my crazyflie to height <0.5 by my hand while still python script running , then my crazyflie must still working ..
but what's happened for me, if I run python script and I hold my crazyflie to height >0.5 however I defined mc.up(0.5) then my crazyflie still working and it must be off because the height is bigger than 0.5 .. any help guys?! what should I do to my firmware to work correctly with flowdeck? I want for example if I defined in my python mc.up(0.5) then if I run the python script and hold my crazyflie to height >0.5 , my crazyflie must go off because height is bigger than 0.5, but if I back my crazyflie to height <0.5 by my hand while still python script running , then my crazyflie must still working ..