StPaulAcademy / SelfDrivingCar

Self-Driving Car in TensorFlow
MIT License
0 stars 1 forks source link

Arduino and Pi loops are not synced #6

Open mich-431 opened 6 years ago

mich-431 commented 6 years ago

Each loop of the pi is not synced up with the arduino causing some signals to not be received. For example when telling the car to stop sometimes the one serial command is not enough. Possible solution is to have some sort of wait or confirmation that the action has been confirmed sent back to the pi.