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

add the parameter interface to the frontend here #11

Open
RCMast3r opened this issue May 12, 2024 · 2 comments
Open

add the parameter interface to the frontend here #11

RCMast3r opened this issue May 12, 2024 · 2 comments
Assignees

Comments

@RCMast3r
Copy link

https://github.com/hytech-racing/ht_params

in order to do this we will need to change how the tasking is done slightly I think from being built entirely around awaiting CAN messages and only once we have received a CAN message do we think about doing something else.

i think the blocking needs to be removed essentially? i dont believe we should await on CAN cuz if we are disconnected from CAN and continuously awaiting a CAN receive then we would be missing any parameter changes I think?

needs testing

@RCMast3r RCMast3r self-assigned this May 12, 2024
@RCMast3r
Copy link
Author

doesnt look like we need to change how the tasking is done thankfully

@RCMast3r
Copy link
Author

  • add ability to the foxglove websocket wrapper to be able to handle any number of binary schemas associated with different sets of protobuf messages
  • combine the parameter html website creation / update and the mcap website record / stop recording website
  • add an asyncudp socket based protobuf message receiving interface class

for the mcap file writer may still need to de-serialize the protobuf messages before writing them to the mcap?

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

1 participant