Hi
Im trying to make a program where the Crazyflie is flying up and down to specific heights, but its so unstable so I think I need to adjust for pitch and roll as the copter ascends and descends. I am fairly new to this kind of programming and I am simple wondering how to access the loggings via a python program? I just want a list/set/whatever with the most basic information beeing fed via a while-loop, just current thurst, pitch and roll so that I can adjust the setpoints. What modules need I import and what functions are the best to use?
Erling
Tapping into the loggings
Re: Tapping into the loggings
Hi,
The example folder of the client contains a basiclog.py and basicparam.py files that shows hot to access param and log with the Python API: https://github.com/bitcraze/crazyflie-c ... r/examples
/Arnaud
The example folder of the client contains a basiclog.py and basicparam.py files that shows hot to access param and log with the Python API: https://github.com/bitcraze/crazyflie-c ... r/examples
/Arnaud
Re: Tapping into the loggings
Thank you
Re: Tapping into the loggings
Is this the places to discuss potenial bugs/errors/unclear things in the files you linked to?
Erling
Erling
Re: Tapping into the loggings
If you found a bug you can post it in the bug tracker in github. For potential error/unclear things yes this is the place I guess (and even for potential bug).