Autonomous flight activation #106
Replies: 2 comments 5 replies
-
Could you please share a bit more information? How are you controlling it, python library? You write "once I start the Crazyflie", does that mean power it on? You could checkout the app layer framework. |
Beta Was this translation helpful? Give feedback.
-
Let's start a new thread for this:
If you are using the app layer, you should probably make an parameter group in the c file that you made your app-layer application in. Please read up here: https://www.bitcraze.io/documentation/repository/crazyflie-firmware/master/userguides/logparam/ If you would add a value (probably PARAM_UINT8 would be fine) called for instance 'startFlight' and recompile & flash the app again, you would able to change that value from the cfclient or the cflib. Then you just have to make sure that your logic in the app layer takes that parameter change and does something with it (like taking off and landing). |
Beta Was this translation helpful? Give feedback.
-
Hi!
I wrote a controller basically just makes the the crazyflie hover in the air without any input from joysticks. However, I'm confused by how to activate the crazyflie to hover and stop. What should I do so that once I start the Crazyflie, it starts to hover after a few seconds, and then it can stop with some sort of command?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions