Armandpl / skyline

code I wrote to win the 2023 Renault Digital 1/10th roborace

Home Page:https://twitter.com/armand_dpl/status/1670922434445291521

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make arduino code cleaner/more robust?

Armandpl opened this issue · comments

communication between the jetson and arduino is a bit archaic?
the arduino just writes to the serial port continuously and the jetson reads continuously, I feel like formatted packets with checksum would be more robust? the jetson could send a read command and the arduino would respond with a packet containing the answer? It would allow changing the rate of reading from the jetson
that said it ain't broke so maybe don't fix it?

this probably folds into #9