“seeing an obstacle” is a high level abstraction. Sensor fusion is a lower level problem. It’s fundamentally kinda tricky to get coherent information out of multiple sensors looking partially at the same thing in different ways. Not impossible, but the basic model is less “just check each camera” and more sheafs
Comment on Tesla Whistleblower Says 'Autopilot' System Is Not Safe Enough To Be Used On Public Roads
lightnsfw@reddthat.com 1 year agoDoesn’t seem too complicated… if ANY of the sensors see something in the way that the system can’t resolve then it should stop the vehicle/force the driver to take over
kogasa@programming.dev 1 year ago
DreadPotato@sopuli.xyz 1 year ago
Then you have a very unreliable system, stopping without actual reason all the time, cause immense frustration for the user. Is it safe? Yes. Is it functional? No, not at all.
lightnsfw@reddthat.com 1 year ago
If they’re using such unreliable sensors that they’re getting false positives all the time the system isn’t going to be functional in the first place.
DreadPotato@sopuli.xyz 1 year ago
All sensors throw a shitload of false positives (or negatives) when used in the real world, that’s why the filtering and unification between sensors is so important, but also really hard to solve, while getting a consistent and reliable solution.