Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VN Serial Ingestion, Logging, and CAN #39

Merged
merged 23 commits into from
Jul 6, 2024
Merged

Conversation

Armaan-Sengupta
Copy link
Contributor

Code to read data from 3 groups from the VN, process it, send raw IMU data to state est task, log GPS and other data to SD card, and send that logged data over CAN as well.

Joe-Joe-Joe-Joe and others added 21 commits June 4, 2024 23:44
Wrote code to grab 3 kinds of messages comming from the VC over serial and then accordingly send the data for 2/3 of them over CAN and to the SD cad. Groups are:

(1) First group: 53 bytes

Time startup (Common), PosLla (common), NumSats (gnss), GnssPosUncertainty (gnss)

(2) Second group: 92 bytes
Time startup (Common), Angular rate (IMU), Ypr (Attitude), PosEcef (INS), VelEcef (INS), LinAccelEcef (INS)

(3) Third group: 42 bytes

UncompMag (IMU). UncompAccel (IMU), UncompGyro (IMU)
Got rid of strange example code file I musta added by mistake
Switches the UART and some other changes to put the code in a testing state, primarily disabled logging to CAN and SD Card
It builds now
Tested sucsessful VN into state est task, logging to SD card, and partially can messages
Copy link
Contributor

@Joe-Joe-Joe-Joe Joe-Joe-Joe-Joe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@Joe-Joe-Joe-Joe Joe-Joe-Joe-Joe merged commit 781ecd8 into master Jul 6, 2024
1 check passed
@Joe-Joe-Joe-Joe Joe-Joe-Joe-Joe deleted the vn-uart-testing branch July 6, 2024 02:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants