Page 1 of 1

accelerometer reading in python lib

Posted: Tue Jul 30, 2019 5:12 pm
by zhanghaijason
Hello,
I am wondering is there a functino in python library that I can read teh accelerometer data? I briefly checked the python lib examples and didn't find it. Thanks.

Re: accelerometer reading in python lib

Posted: Wed Jul 31, 2019 12:09 pm
by kimberly
Hi,

In the log toc it is called Acc.x .y .z.

The crazyflie-lib-python repository contains an example file called basiclog.py or basiclogsync.py that you can use as an example to read out a log.

Re: accelerometer reading in python lib

Posted: Tue Sep 03, 2019 9:36 pm
by zhanghaijason
kimberly wrote: Wed Jul 31, 2019 12:09 pm Hi,

In the log toc it is called Acc.x .y .z.

The crazyflie-lib-python repository contains an example file called basiclog.py or basiclogsync.py that you can use as an example to read out a log.
Hi Kimberly,
Thanks for your reply.