UMSAE-Formula-Electric/SCU2.0

IMU setup and integration

Closed

#16 opened on Dec 22, 2024

 (2 comments) (0 reactions) (1 assignee)C (0 forks)auto 404
good first issue

Repository metrics

Stars
 (1 star)
PR merge metrics
 (Avg merge 8d 23h) (2 merged PRs in 30d)

Description

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

Contributor guide