(no title)
misterdabb | 4 years ago
Suppose you have a color sensor and a form sensor and you have to identify an orange (fruit). Clearly in conjuction the two sensors will be way better, than assigning everything with color orange orange and everything round an orage.
letitbeirie|4 years ago
If the signal goes from "black nothing" to "orange round" you know you went from no object to an orange, but what if your form sensor breaks and it goes from "black nothing" to "orange nothing?"
misterdabb|4 years ago
Sensor failures are independent events and need to be correctly identified no matter what.
To take Lidar and Vision, both say something about distance and form of objects. Together they can achieve better performance. If one of them fails (and failure is identified) it defaults to the other sensor only and will be somewhat worse, but should at least allow it to pull over and warn you about sensor failure.
Also failures are much easier to identify when you have a baseline reference of one or more other sensors, in isolation much harder.