Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Launch cfloader from python install #171

Closed
ataffanel opened this issue Nov 28, 2016 · 0 comments
Closed

Launch cfloader from python install #171

ataffanel opened this issue Nov 28, 2016 · 0 comments
Milestone

Comments

@ataffanel
Copy link
Member

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.

@ataffanel ataffanel added this to the Next version milestone Nov 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant