Page 1 of 1

No log_packace with the new library

Posted: Thu Oct 24, 2013 10:01 am
by marco.tognon
Hallo!

I wrote my own ROS interface for the crazyflie using the python library. It worked!!! Now I changed the hold library with the new one but i don't receive the log_package.
(To write my code i used the examples in the wiki). I would to understand if is changed something or where is the problem!!

Cheers

Re: No log_packace with the new library

Posted: Tue Oct 29, 2013 1:01 pm
by marcus
Hi,

This could be due to some renaming in the API, it depends a bit on what you mean by old and new version. Could you copy/paste the output from the application in the console?

Re: No log_packace with the new library

Posted: Tue Nov 05, 2013 9:19 am
by marco.tognon
Marcus do you mean the output of my application?

With new I mean the last version, with old I mean the version before the hover mode.

Re: No log_packace with the new library

Posted: Fri Nov 15, 2013 9:24 am
by marcus
Yes, if you configure the logger it should print out debug info from the library in the console. Use this code in your application to configure it.

Code: Select all

import logging
logging.basicConfig(level=logging.DEBUG)