Search found 3 matches

by hagel360
Thu Apr 07, 2022 12:13 pm
Forum: Support
Topic: Avoiding the compound statement "with" for the crazyflie
Replies: 4
Views: 10742

Re: Avoiding the compound statement "with" for the crazyflie

Thank you so much!
This is what i needed.
by hagel360
Wed Apr 06, 2022 12:02 pm
Forum: Support
Topic: Avoiding the compound statement "with" for the crazyflie
Replies: 4
Views: 10742

Re: Avoiding the compound statement "with" for the crazyflie

I've read it, but I cannot figure out if it is possible to send two or more different functions to the drones. For example imagine giving one drone a functions that makes it fly in a random pattern, and another drone following it behind. As I understood the swarm library, was that it is for using th...
by hagel360
Wed Apr 06, 2022 10:21 am
Forum: Support
Topic: Avoiding the compound statement "with" for the crazyflie
Replies: 4
Views: 10742

Avoiding the compound statement "with" for the crazyflie

Hi I would like to be able to start multiple drones in a future product, which is why i want to be able to declare the drones into a variable, and boot them up. But i cannot figure out how to. I've made two example programs to highlight my issue, the first one doesn't work, the second one does. scf ...