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
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.
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
The text was updated successfully, but these errors were encountered:
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.libcflie/include/cflie/CTOC.h
Line 59 in 4fca065
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
The text was updated successfully, but these errors were encountered: