IMRCLab / crazyswarm2

A Large Quadcopter Swarm
MIT License
117 stars 64 forks source link

Implement spiral and linear segment #583

Open knmcguire opened 4 weeks ago

knmcguire commented 4 weeks ago

Now that the HL commander has been improved with the latest release, we can implement this in Crazyswarm as well for the new spiral & linear segment implementation.

Crazyflie firmware PR: https://github.com/bitcraze/crazyflie-firmware/pull/1410 Crazyflie library PR: https://github.com/bitcraze/crazyflie-lib-python/pull/470

These are the steps that needs to be done in order to have full compatibility with Crazyswarm2:

knmcguire commented 1 week ago

This will also resolve #587 hopefully