← Back to context

Comment by servo_sausage

11 hours ago

I work with programs approaching L3+ from L2, with the requirement that the system works for 99% of roads (not tesla before people start fixating on that).

We find that the cases where lidar really helps are in gathering training data, parking, and if focused enough some long distance precision.

None of these have been instrumental in a final product; personally I suspect that many of the cars including lidar use it for data collection and edge cases more than as part of the driving perception model.

Accidents are not normal driving situations but edge cases.

  • Sort of; accidents are the absolute core of the product. They are rare, but they are the focus of the design.

    By edge cases I mean scenarios like the lights going out in an underground garage; low vision due to colourful smoke or dust, or things like optical illusions or occlusion that a human would just need to remember.

    Lidar can help, but not really enough to be worth it.

    • Lidar is by far the most accurate source of range data. You need to explain why Waymo and Zoox use lidar in direct contradiction to what you claim.

Waymo is the best current autonomous driving system and Waymo uses LIDAR. This is because LIDAR is an incredibly effective sensor for accurate range data. Vision and Radar range data is much less accurate and reliable.

Waymo used LIDAR in the realtime control loop. It combines LiDAR, camera, and radar data in real time to build a 3D representation of the environment, which is constantly updated.

I fundamentally don't trust any level 4 system that doesn't use LIDAR

  • Yes, I am aware of waymo... What they do is impressive. However they don't have a product that works for all highways yet, that's the space I work in, and we have no real fixation on lidar... It's nice but not a requirement, and hard to justify the cost unless you can make sales because of it (and there are some places where this is the case, but not everywhere)

    You don't need the mm precision of lidar very often; we find that it offers nothing at speed over radar; and in tight manoeuvres the cameras we need for human park assist and ultrasonics do well enough.

    It in not more accurate; but it is more precise, but that doesn't really matter. (Radar gives you relative speed directly, this is more important than a very precise point at highway speeds).

    • Waymo is level 4. I think currently it is nearly impossible to make a level 4 system as safe as Waymo without Lidar. Maybe new 4d imaging radar or THz radar could change this. Sensor modalities have physics-based limitations, current camera+radar isn't sufficient for L4.