AerospaceNU/karman-avionics

Timestamp sensor data

开放

#5 创建于 2019年3月12日

 (0 条评论) (0 个反应) (0 位负责人)C (0 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (1 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南