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
Using release 1.0 with Crazyswarm2 but it prompts that broadcast is not supported:
[crazyflie_server-3] terminate called after throwing an instance of 'std::runtime_error'
[crazyflie_server-3] what(): Issue with connection radiobroadcast://*/80/2M. Your radio with firmware 3.2 does not support broadcast communication. Please upgrade your Crazyradio firmware!
The text was updated successfully, but these errors were encountered:
Actually, Crazyradio 2.0 does support broadcasting, but since the firmware version check in crazyswarm2 is hardcoded, this fails... If you search for 'Your radio with firmware...' in the full code base, you can perhaps comment out that assert so it doesn't fail.
Here is an issue linked to that: IMRCLab/crazyswarm2#245. Could you post your issue over there? I think that is a better locaiton for it.
Using release 1.0 with Crazyswarm2 but it prompts that broadcast is not supported:
The text was updated successfully, but these errors were encountered: