forked from USC-ACTLab/crazyswarm
-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Changing the simulator from Python to C++ has several advantages:
- usable out-of-the-box, without the firmware Python bindings; (especially useful for installing and using via apt)
- Speed
- Forces us to separate visualization and backend tools properly from the SITL code (currently a function call that is required to be written in Python)
Prototype of Firmware c/c++ bindings: https://github.com/knmcguire/crazyflie-firmware/tree/cpp_bindings
knmcguire
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request