Comment on Waymo issued a recall after two robotaxis crashed into the same pickup truck
bstix@feddit.dk 9 months agoUnexpected 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 9 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 9 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 9 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.
bstix@feddit.dk 9 months ago
You dont need to calculate their trajectory. It’s enough to know your own.
If a heavy box falls off a truck and stops dead in front of you, you need to be able to stop. That box has no trajectory, so it’s an error to include other vehicles trajectories in the safe distance calculation.
Traffic can move through an intersection closely by calculating a safe distance, which may be smaller than the legal definition, but still large enough to stop for anything suddenly appearing on the road. The only thing needed is that the distance is calculated based on your own speed and a visually confirmed position of other things. It can absolutely be done regardless of the speed or direction of other vehicles.
Anyway. A backwards facing truck is a weird thing to misinterpret. Trucks sometimes face backwards for whatever reasons.
It would be interesting to know how the self driving car would react to a ghost driver.