-
Notifications
You must be signed in to change notification settings - Fork 900
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
How to set_arc for crazyradio using crazyflie class? #75
Comments
There is currently no way to achieve that without modifying the radiodriver code. I think this case if very similar to the ticket #58 and should be solved the same way so that you could set the number of radio retry as a global option before connecting the Crazyflie. |
@ataffanel I made a PR in #76 |
Thanks a lot for the PR! Yes, the reporting in Travis is less-than-ideal, we should fix it. The log in Travis Hints that there is a flake8 problem and running flake8 locally reveals that there should be one more blank line before the function you added. |
The PR is merged so I close this ticket. Thanks! |
Hi,
I am using cfbridge to connect to crazyflie 2.0 from QGC via crazyradio PA.
Cfbridge creates a crazyflie object that connects to crazyflie using radiodriver.py
How can I configure the radio's number of retries i.e. in here from crazyflie class?
I want to be able set the number of retries in my cfbridge rather than hard coding it in radiodriver.py
The text was updated successfully, but these errors were encountered: