|
|
|
|
|
by beefjerkins
1694 days ago
|
|
> How to solve self-driving for cars: build digitaly aware roads Putting aside the physical aspects of replacing existing roads, how would a digitally-aware road work? A bunch of bluetooth devices? And in what schema would the road 'speak' to the car? Ideally it would be an open format, but who would decide upon that? |
|
It is an interesting question though! I think of a few things that could be done quite easily:
Communication can happen via low latency with relatively little data. I wouldn't know what's best for that.
* Roads can broadcast. Roads can listen through sensors and determine the position of every car.
* Cars can broadcast. Cars can listen.
* Things can go wrong. There'd be huge demand for any distributed system engineer :P
A use-case sketch:
A road can determine if it almost goes out of bounds. A road can determine if two cars are about to collide, but so could two cars.
So this would work well in places where there are only roads and cars (e.g. highways and "road only" type of roads -- i.e. no bicycle lanes).
Cyclists can communicate as well. They need to chip their bike.
Pedestrians can communicate as well. They need to chip their coat. Though I'm not happy with that solution (what if the coat gets lost?).
Anyways that's my rough sketch. I'd need to research the technologies needed for this.
This would make for a fun systems design interview.
Whomever wants to brainstorm with me on it, feel free to email me. I don't think I'm particular talented in this area but I can be a rubber ducky.