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

A question about the log variable type #17

Open
g1n0st opened this issue May 12, 2018 · 0 comments
Open

A question about the log variable type #17

g1n0st opened this issue May 12, 2018 · 0 comments

Comments

@g1n0st
Copy link

g1n0st commented May 12, 2018

Hello:

First very appreciate that you created such an excellent lib and it indeed help me alot. Because I am not recieve my Crazyflies yet, so I cannot test your lib so far. I skim through your code and found you default the type of variable log is double wthen you get the log message from the Crazyflie.

double dValue;

But I looked back to the firmware of Crazyflies and found the variables in log may have different types.

https://github.com/bitcraze/crazyflie-firmware/blob/376a1de0dbadf300411c25a04c6f15341259ea43/src/modules/interface/log.h#L51

I am wondering if I want to recieve an another type variable's log (such as LOG_INT8 ), your code will work currently or not, and what I should do? After I got my Cf 2.0, I will test as well.

Jason

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

1 participant