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

Not working #1

Open
JooVaa opened this issue Jan 29, 2015 · 1 comment
Open

Not working #1

JooVaa opened this issue Jan 29, 2015 · 1 comment

Comments

@JooVaa
Copy link

JooVaa commented Jan 29, 2015

Hi, im trying to use your code, but cant get it to work.
It stops her:
private InfoReply GetInfo()
{
Reset();

        _radio.EnqueueSend(CRTPLog.GetTableOfContent);

        InfoReply reply;

        //busy wait for response

--> while (_infoReplies.TryDequeue(out reply) == false) {}

        return reply;
    }

Inside of this : var toc = log.GetTableOfContent();
So the copter is not answering? Or?

Can you pleas help mee. Thanks.

@Zagitta
Copy link
Owner

Zagitta commented Nov 3, 2015

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.

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

2 participants