Comment on Waymo issued a recall after two robotaxis crashed into the same pickup truck
DoomBot5@lemmy.world 10 months agoRules are written in blood. Once you figure out all the standard cases, you can only try and predict as many edge cases that you can think of. You can’t make something fool proof because there will always be a greater fool that will come by.
bstix@feddit.dk 10 months ago
Unexpected or not, it should do its best to stop or avoid the obstacle, not drive into it.
An autonomous vehicle shouldn’t ever be able to actively drive forward into anything. It’s basic collision detection that ought to brake the car here. If something is in the position the car wants to drive to, it simply shouldn’t drive there. There’s no reason to blame the obstacle for being towed incorrectly…
NotMyOldRedditName@lemmy.world 10 months ago
In this case it thought the vehicle had a different trajectory due to how it was improperly set up.
The car probably thought it wasn’t going to hit it until it was too late and the trajectory calculation proved incorrect.
Every vehicle on the road is few moments away from crashing if we calculate that incorrectly.
bstix@feddit.dk 10 months ago
Same thing applies to a human driver. Most accidents happen because the driver makes a wrong assumption. The key to safe driving is not getting in situations where driving is based on assumptions.
Trajectory calculation is definitely an assumption and shouldn’t be allowed to override whatever sensor is checking for obstructions ahead of the car.
NotMyOldRedditName@lemmy.world 10 months ago
The car can’t move without trajectory calculations though.
If the car ahead of you pulls forward when the light goes green, your car can start moving forward as well keeping in mind the lead cars trajectory and speed.
If it was just don’t hit an object in its path, the car wouldn’t move forward until the lead was half way down the block.
The car knew the truck was there in this case, it wasn’t a failure to detect. Due to a programming failure it thought it was safe to move because the truck wouldn’t be there.
If you’re following a vehicle with proper distance and it slams the brakes you should be able to stop in time as you’ve calculated their trajectory and a safe speed behind. But if that same vehicle slams on the brakes and goes into reverse, well… Goodluck.
It’s all assumptions assuming the detection is accurate in the first place.