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

How to feed realtime data? #1

Open
chane1005 opened this issue Nov 28, 2024 · 2 comments
Open

How to feed realtime data? #1

chane1005 opened this issue Nov 28, 2024 · 2 comments

Comments

@chane1005
Copy link

Hello, I want to try and build a reinforcement model based on acc, but can't figure out how to decode the udp packet as other resource I found didn't have steer, throuttle or brake data etc, as I understand this tool can help with that? but how do I feed the realtime data into it or I missed something important? thanks alot.

@bradfier
Copy link
Owner

Hi @chane1005, this decoder is for the Broadcast API which includes stuff like timing and weather data, it's useful for creating overlays for broadcasts or logging results data.

I don't think there's anything in here that would produce single-car throttle or brake traces, for example.

You're probably looking for the ACC Shared Memory Documentation which might provide what you're looking for?

@chane1005
Copy link
Author

Hello, thank you so much for reply and yes, I can only get the physicle data through the shared memory udp packet, but I don't have the ability to decode the raw data gather though channel so I giving up for now, thanks alot for the information and helps.

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

No branches or pull requests

2 participants