UMSAE-Formula-Electric/SCU2.0

IMU setup and integration

已关闭

#16 创建于 2024年12月22日

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

仓库指标

星标
 (1 个星标)
PR 合并指标
 (平均合并 8天 23小时) (30 天内合并 2 个 PR)

描述

Overview:

Our IMU (Inertial Measurement Unit) is a sensor that measures acceleration and angular rate (yaw, pitch, and roll in XYZ direction). In the future, we aim to combine the data from this sensor and our wheel speed sensors to build a traction and launch control system. It communicates via CAN2.0B messages to our CAN bus.

Resources:

  • On Teams, all the IMU information can be found under: Software System -> Software Resources -> Datasheets -> IMU
  • Take a look at the OpenIMU300RI datasheet to get a better understanding of how the sensor works
  • The sensor will be integrated with our SCU look at the SCU2.0, specifically the Rx messages, to find where we will receive the CAN messages from the IMU

贡献者指南