-
Notifications
You must be signed in to change notification settings - Fork 62
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
server cpp bug helloworld latest firmware crazyflie #327
Comments
The plot thickens! So when I just flashed the lastest crazyflie-firmware on a random crazyflie, it worked... just to test my own sanity I did the following tests with cpp backend + helloworld
All of these still worked on the cflib backend. But... then it might be something in the nrf somehow? Anyway I've got the zip file here that fails (I removed the candidate release since I don't want it to turn on every bodies cf client) |
So the only PR that is between some releases ago and the NRF is this one bitcraze/crazyflie2-nrf-firmware#91... can't see what should be causing it though |
Alright, another development that brings us closer hopefully: I've now moved to the nrf firmware for debugging. If I make the standard CF2 (with BLE and S110 still on):
take off with cpp backend freezes If I disable BLE and S110:
It works! So it must be something going on in those if statements |
I found a difference in the NFR, try bitcraze/crazyflie2-nrf-firmware#92 to see if it fixes the problem |
thanks @krichardsson ! I can test it out shortly next week or after the 12th |
just testflown it and it works again! thanks @krichardsson |
Hi!
During release testing I noticed that the hello world example of Crazyswarm2 is not working anymore.
How to recreate
ros2 launch crazyflie launch.py
ros2 run crazyflie_examples world
symptoms
Additional info
backend:=cflib
) but that one has some issues of itself as well: cflib implement notify setpoint stop #308. Maybe related?The text was updated successfully, but these errors were encountered: