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
Apparently I completely missed this message, sorry about that.
I don't know if it's still relevant to you but to answer you question, it could be an issue with the copter not responding but looking at https://wiki.bitcraze.io/projects:crazyflie:firmware:comm_protocol and CRTPResponse.cs it seems the protocol has changed a bit since this code was written.
I don't have access to a crazyflie anymore since this was written in relation to a university project so sadly I cannot help you further.
Hi, im trying to use your code, but cant get it to work.
It stops her:
private InfoReply GetInfo()
{
Reset();
--> while (_infoReplies.TryDequeue(out reply) == false) {}
Inside of this : var toc = log.GetTableOfContent();
So the copter is not answering? Or?
Can you pleas help mee. Thanks.
The text was updated successfully, but these errors were encountered: