AerospaceNU/karman-avionics

Timestamp sensor data

Aperta

#5 aperta il 12 mar 2019

 (0 commenti) (0 reazioni) (0 assegnatari)C (0 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (1 stella)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Add a timestamp (can be as simple as a timer count) to each group of data for each sensor (i.e. the accelerometer measurements from an IMU should have a different timestamp than the magnetometer measurements from the same IMU). You will have to add variables in structs for this. Keep the naming conventions consistent and put the timestamps in the same hierarchy as the data it is stamping. Also please clearly label the conversion between the timestamp value and seconds (or milliseconds) somewhere visible in the code.

Guida contributor