AerospaceNU/karman-avionics

Timestamp sensor data

オープン

#5 opened on 2019/03/12

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)C (0 件のフォーク)auto 404
enhancementgood first issue

Repository metrics

Stars
 (1 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド