Skip to content

Can bus interface#208

Merged
m-zain-khawaja merged 31 commits intoautowarefoundation:mainfrom
TranHuuNhatHuy:CAN_bus_interface
Dec 14, 2025
Merged

Can bus interface#208
m-zain-khawaja merged 31 commits intoautowarefoundation:mainfrom
TranHuuNhatHuy:CAN_bus_interface

Conversation

@TranHuuNhatHuy
Copy link
Collaborator

@TranHuuNhatHuy TranHuuNhatHuy commented Dec 14, 2025

This module features C++ interface for reading vehicle telemetry (speed + steering angle) from the CAN bus. I designed it in a way that it supports both real-time live vehicle and file replay (like when you stick a .asc test file to it) :

  • Real-time inference: connects to physical CAN bus via Linux SocketCAN (like can0).
  • File replay: accepts a path to a .asc log file, for testing only.

@TranHuuNhatHuy TranHuuNhatHuy marked this pull request as ready for review December 14, 2025 12:36
Copy link
Member

@m-zain-khawaja m-zain-khawaja left a comment

Choose a reason for hiding this comment

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

Approved - thanks @TranHuuNhatHuy

@m-zain-khawaja m-zain-khawaja merged commit 867ba46 into autowarefoundation:main Dec 14, 2025
1 of 4 checks passed
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