AS2 Crazyflie platform interface.
This is the main library to control and communicate with the crazyflie drone. Check the Crazyflie.h to get an idea of the main functions.
It is avaliable in GitHub: https://github.com/whoenig/crazyflie_cpp/tree/master
Some examples with this library can be found at: https://github.com/whoenig/crazyflie_tools
- Add Attitude control mode. The thrust is a uint16_t type but there is no information about the range that it has. (Whether 0- full range, % , etc). This is further explained on issue #12
- Run debug mode to see more information about the drone and the connection.
- You need to have connected the Crazyflie Radio to connect with the drone.
- See project_crazyflie to see an example application with the python interface.