f1-telemetry-go
f1-telemetry-go copied to clipboard
Define enums for for status values, wheel-corners etc
What do you think about that?
I am doing that locally on my end, but I can start making pull requests for them if you are interested?
e.g.
const (
rearLeft = iota
rearRight
frontLeft
frontRight
)
then
.BrakesTemperature[frontRight]
Maybe in the packets package?
Yeah, seems logical.
I think the code will be more human-readable if we write the values by hand instead of typing them as iota.
Yep not worried, just whatever you want.
Will make a pull request in the next few days.
Hey another thing, there is no way to terminate after calling run as far as I can tell. I can sort that out too if you want?
Sounds good, If you have a good solution that would be nice. I'll be waiting for your PR request.
also after stabilizing a bit more, I'm planning to start implementing the 2021 UDP specs.
Hi @advisoft, are you still considering doing this issue?
Yep, next couple of days.
Been off work sick, got quite a backlog to get thru before I can progress on this.
no problem ^^
I added a little something about it: 67ea6d6f6dee86d6c71098f900fbf47f0aa87d74