6 ms·
I'd be impressed if I see a self-driving car making a left turn in a crowded junction without a specific left-turn signal at LA. The only way to turn left in su
by kosmet 9y ago
I'd be impressed if I see a self-driving car making a left turn in a crowded junction without a specific left-turn signal at LA. The only way to turn left in such roads is to make an illegal turn after the signal just becomes red. I wonder how the self-driving car would do in such a situation.
- walrus01 9y agoIn vancouver the general rule in dense traffic seems to be that two cars can left-turn through a stale orange light, right as the light is changing and before the opposing traffic has a chance to start rolling into the intersection from their newly green light. Sometimes only one car, if the timing works out that way. Three is almost certainly too many. The ability of a car to judge the light timing requires near 180 degree vision and head pivoting on the part of a driver.
- sidyom 9y agoIdeally, isn't the point to have only autonomous vehicles and these situations become obsolete?
- kosmet 9y agoMaybe after all cars become autonomous. Earlier there will be a hybrid period where both manned and unmanned cars drive together I think. Even all cars become autonomous, the problem will still be hard I believe. Hard coded rules may solve the problem but relying on communication and cooperation will not be easy.
- Piskvorrr 9y agoAnd computer-driven pedestrians, too - the car had to stop multiple times for turning left/right across a pedestrian crossing which was green at the time. (If you have watched the video, you have seen that most potentially dangerous situations did not originate from cars.)
- WillPostForFood 9y agoTurning after the light turns red isn’t illegal, it is what you are supposed to do to clear the intersection. Otherwise you’d be sitting there blocking traffic.
- kbuck 9y agoIn California (and most places I've lived), this is actually legal. To complete the turn, you first enter the intersection while the light is green, then wait for traffic to clear. If it only clears after the light turns red, you're still in the right - because only when you fully entered the intersection (on the green light) is considered. See here: https://patch.com/california/sanbruno/ask-a-cop-should-i-pull-halfway-into-an-intersection-while-waiting-for-oncoming-traffic-to-pass_2c7b8d8a https://patch.com/california/sanbruno/ask-a-cop-should-i-pul... Of course, this only allows one car (or maybe two, if the intersection is particularly large) per light cycle, which isn't much. People who enter the intersection on the yellow or red light (tailing the person who was in the intersection waiting to turn left) are turning illegally.
- friendzis 9y agoIn my country there is very specific provision along the lines "it is illegal to enter intersection if an obstacle would force a stop in intersection and block traffic" which means that in a "turn left or go straight" lane you enter intersection and cannot turn left due to traffic and block traffic for cars going straight making that technically illegal. Human drivers, of course, do this all the time.
- usrusr 9y agoAre you sure that moving, oncoming traffic is seen as an obstacle under that definition? The real trick against gridlock is to equate the switch to green not as "go", but as "go, once the previous wave has cleared the intersection". The "don't enter before there is room for your car on the far side" is only an optimization on top of that.
- friendzis 9y agoI am not a lawyer so I may not be 100% correct. As far as I remember my driving classes and other resources (cannot quickly find exact provision), anything that is not part of road infrastructure (there are intentional obstacles to guide traffic) and causes vehicle to change speed/direction is an obstacle, so moving traffic kind of is. I understand that this particular provision is specifically there to prevent gridlocks and is never enforced in this particular situation. The way traffic works is somewhat dependent on region. I can go to another city an hour away and already feel a bit alien traffic wise there. This is relevant in discussion on autonomous vehicles: in any foreseeable future we need them to coexist with human drivers and abide by unwritten "everyone drives like that here" rules.
- friendzis 9y agoEqually impressive would be four self driving cars turning left (in right-hand traffic) at equal priority intersection. At least in my country the rules are muddy in this case and no car has explicit priority. The most general "priority in right" loops around and cars should be stuck there indefinitely :)
- tonylemesmer 9y agoI like to imagine to avoid such situations there would some kind of control on the dash that allows a stalemate to be overridden (not the steering wheel :P). It would be great if it were a "give way" button rather than a "I'm going now" button.
- Piskvorrr 9y agoDoesn't matter how the controls look - you can't have the cake of Level 5 autonomy and eat it too by having a human giving control inputs. (GP: That's actually easy: random exponential binary backoff. It works for other domains quite well.)
- friendzis 9y agoIn this particular instance yes, that is easy. The core of the problem is that hard rules force traffic into this deadlock. To avoid this deadlock autonomous vehicles must be taught to sometimes bend the rules. Which brings its own can of worms - how do you teach a robot under what specific circumstances rules can be bent.
- Piskvorrr 9y agoNot a good example - "Yield right _in the order of arrival_" is still a hard rule, but practically deadlock-free.
- dragonwriter 9y agoThe rule in California is “first to arrive”, with “yield right” as fallback for simultaneous arrival. Deadlock is unlikely (and a tertiary fallback by compass direction would solve it completely.)