You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a couple of month now we are running the python client installed as a python module. This means that the client and bootloader utility is accessible system-wise as a python module. Currently the Crazyflie Makefile access the bootloader utility using a relative path. It is now unnecessary and we can use:
python3 -m cfloader
This will work from anywhere in the file-system and will not require to clone the client at a specific place anymore.
The text was updated successfully, but these errors were encountered:
For a couple of month now we are running the python client installed as a python module. This means that the client and bootloader utility is accessible system-wise as a python module. Currently the Crazyflie Makefile access the bootloader utility using a relative path. It is now unnecessary and we can use:
This will work from anywhere in the file-system and will not require to clone the client at a specific place anymore.
The text was updated successfully, but these errors were encountered: