I am actually building a robotic system . Where I delegate lower control tasks to a MCU and upper stack processing like State estimation , Perception ,Path planning to an onboard computer (Intel NUC). I am currently researching on ways in which failure can occur in the system . One aspect is communication between MCU and OBC. I will be connecting both using a Ethernet line routed by a router. I would like to come up with checking routines to see if the connection between MCU and Intel NUC is reliable . I have thought of below 2 routines. I am looking for more suggestions apart from this
- Periodic ACK between OBC and MCU
- SHA256 for data integrity check .
Is there anything else, I can add to the list ?
Thank you !
No comments:
Post a Comment