Hi,guys
I have some confusion about logging. It says on wiki:
"The copter contains a table of content of all the variable possible to log. The client retrieve the list at connection time. The client then program in the copter log packets to be sent back at regular interval."
I can't find the code for "The client then program in the copter log packets to be sent back at regular interval." It looks like all variables are sending back periodically as the crazyflie is connected? If I am mistaking, could anyone point out where do they code this? And how to see which log block is sent which not?
Thanks~
Are all logs starting sending signal at connected?
Re: Are all logs starting sending signal at connected?
Hi,
The configurations for the logging is added by the client code when you connect to the Crazyflie. You can see which logging blocks are added and started in the the View->Tabs->Log blocks. You can also create your own blocks using Settings->Logging configurations. If you would like to see how adding log blocks and using the data is done in software then have a look at the examples on GitHub.
The configurations for the logging is added by the client code when you connect to the Crazyflie. You can see which logging blocks are added and started in the the View->Tabs->Log blocks. You can also create your own blocks using Settings->Logging configurations. If you would like to see how adding log blocks and using the data is done in software then have a look at the examples on GitHub.
Re: Are all logs starting sending signal at connected?
Thx! I just updated to the most lastest version, now with log blocks it becomes much clearmarcus wrote:Hi,
The configurations for the logging is added by the client code when you connect to the Crazyflie. You can see which logging blocks are added and started in the the View->Tabs->Log blocks. You can also create your own blocks using Settings->Logging configurations. If you would like to see how adding log blocks and using the data is done in software then have a look at the examples on GitHub.

Kefan Hu