-
To make experiments and demonstrations more flexible and reliable, is it possible to have the Crazyflies defined, but do a scan in the constructor of CrazyflieServer to determine which Crazyflies are …
-
I trained a small (deepsets) neural network as suggested in [this paper](https://arxiv.org/abs/2109.07735), and implemented the c code for calculating the output for a given input. The code should run…
sAz-G updated
5 months ago
-
Hi,
I am trying to deploy a learned controller from PyFlyt onto a real quadcopter running Ardupilot. As far as I can tell these two use different coordinate system conventions. Namely: PyFlyt uses …
-
The p2pcallbackHandler in "state_machine.c" doesn't seem to work as intended.
If you change `cr.set_ack_enable(False)` to `cr.set_ack_enable(True)` in take_off.py and land_all.py it works just fine…
-
Hello.
First of all I would like to thank you for this simulator.
I was able to install it and the example scripts are working. However I have a problem, in the form of an error "ESTKALMAN: WARNIN…
-
Hello, I try to fly a swarm of 10 crazyflies but there is an issue while flying more than 5 of them.
If I want to fly 6, the first one won't take off. For 7 of them, the first two won't take off.
Y…
-
The crazyflie_server.py now uses the [Crazyflie swarm class](
https://www.bitcraze.io/documentation/repository/crazyflie-lib-python/master/api/cflib/crazyflie/swarm/) to initialize and communicate wi…
-
Hi Wolfgang,
So I spent some time now investigating the problem I told you before that when I start the CFs via roslaunch, not all selected CFs start and the red led just keeps flashing. I am now try…
-
Hi,
I'm conducting a personal research using multiple Crazyflies, using UWB Positioning.
I'd like my multiple of drones to travel to a target location while being able to avoid static obstacles …
-
Hi, I am having an error where when I run more than one crazyflie it will sometimes work and sometimes get stuck on line 259 in the parallel_safe function in swarm.py. It sometimes works and sometimes…