Hacker News new | ask | show | jobs
by syntaxing 2743 days ago
I was wondering what they were using since the Oneplus3 have been discontinued for so long.

It's irresponsible because they wrote an apk that patches to a python script... They could at least have some portion written in some hardware language like C++, especially the safety check section. Also, when I first read it there was zero redundancy. They could at a minimum do a soft watchdog how ROS does it. Putting your Drive by Wire node and the logic processing all in one unit is a horrible idea. They should have one device to do the inference like the TX2 and another do the DBW (the LePro 3).

1 comments

There is a microcontroller between the phone and the car that monitors all communication and enforces safety limits. This code is written in C++.
I thought the microcontroller in the middle was doing the CAN injection only. Is this no longer the case?