timestamp in the class LoggingExample of basiclog.py

Firmware/software/electronics/mechanics
Post Reply
anaimp
Beginner
Posts: 7
Joined: Wed Oct 18, 2017 7:43 am

timestamp in the class LoggingExample of basiclog.py

Post by anaimp »

Hi everybody,
I'm Anastasia from University of L'Aquila. I'm making a project, in which I have to use the class LoggingExample in order to get some data like the position (x y z and roll pitch yaw) of the crazyflie, while it is flying. Then I write in a file all my data. But I am not sure about the timestamp, that I get using this class.
The timestamp is the time in seconds or is it the number of taken samples?

Anastasia
arnaud
Bitcraze
Posts: 2538
Joined: Tue Feb 06, 2007 12:36 pm

Re: timestamp in the class LoggingExample of basiclog.py

Post by arnaud »

Hi,

The timestamp is the time in millisecond from the Crazyflie startup.
Post Reply