UMSAE-Formula-Electric/SCU2.0

IMU setup and integration

Fermée

#16 ouverte le 22 déc. 2024

 (2 commentaires) (0 réaction) (1 personne assignée)C (0 fork)auto 404
good first issue

Métriques du dépôt

Stars
 (1 étoile)
Métriques de merge PR
 (Merge moyen 8j 23h) (2 PRs mergées en 30 j)

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

Guide contributeur