As a city cyclist, the Google solution looks way safer than the current status quo...
The fellow people over at Reddit have alerted me to the fact that the Google car is actually still breaking the law (while being a tremendous improvement over the idiots that normally operate cars): Turning Across Bicycle Lanes 21717. Whenever it is necessary for the driver of a motor vehicle to cross a bicycle lane that is adjacent to his lane of travel to make a turn, the driver shall drive the motor vehicle into t…
The latest chapter for the self-driving car: mastering city street driving
361–370 of 455 posts
Re: The latest chapter for the self-driving car: mastering city street driving
#362Earlier quoted context omitted.
Paying for the self-driving cars will likely be a cost savings by itself, since we won't need as many auto-cars as regular cars. Most cars are only used maybe 5-8% of the time, and sit unused otherwise. An auto-car service could probably get at least 50% usage out of a car, potentially much more. That means a 10x reduction in the number of cards needed.
For this to be true, we have to assume that, during rush hour, at least 90% of all cars are parked and unused. 90%? That's a hell of a lot, dude. It's certainly true that most cars spend most of their time being parked and unused. But they tend to do so during times of day when there is very low demand. The vast majority of cars are unused at 4am (and, indeed, at 2pm), certainly. But even if every car that was on the…
Pod-based transport would also make public transport easier and closer to a door-to-door experience.
Re: The latest chapter for the self-driving car: mastering city street driving
#363Earlier quoted context omitted.
I ride a bike and drive a car. And while doing both, I do my best to obey the laws and not injure other people. In Boston, and more specifically in my area of Cambridge we have major issues with drivers turning without looking at the bike lane and bikers running through red lights or riding on sidewalks. In MA, we have very specific laws regarding how bikes are to be treated under the law and whenever riding I abide…
I'm also in the Boston area (Somerville) and have been wondering about the proper way to respond to right turns with a cyclist in the bike lane behind me. When I have right-of-way and use my turn signal ahead of time, shouldn't I have the ability to turn right without waiting for the bike to pass (similar to how the cars behind me must wait for me to make my turn before continuing?)
Re: The latest chapter for the self-driving car: mastering city street driving
#364Earlier quoted context omitted.
Somebody correct me if I'm wrong, but Google cars still can't drive in the rain or in the snow. Not even on a wet street. They have driven all those thousand miles in Mountain View, Calif. in good weather. Generally lidar's don't work well with rain or reflective surfaces.
My understanding is that it uses vision processing algorithms on a camera nowadays, and works just fine in rain. Snow is an issue because the car can't see the lane markings through the snow -- a human drives through snow by remembering where they were or making a guess.
Re: The latest chapter for the self-driving car: mastering city street driving
#365Earlier quoted context omitted.
Way to only see everything with rose-colored glasses. Has it even occurred to you there might be any possible cons to your scenario? First of all, the lot the cars come from is going to require real estate, so subtract that from your windfall. Where will they be at night or other low-use times? Second, subtract the additional resources in gas/electricity it takes to get to my house from god-knows-where it came from.…
You sound like you live in the suburbs. I suspect car-as-a-service wouldn't be popular there. Honestly, if you live close enough to the store that you can drive there in under 5 minutes, to me that's a sign that you don't need to drive there. Where I live (Berkeley), and in the Sf Bay Area in general, car as a service would be remarkably effective and popular.
Re: The latest chapter for the self-driving car: mastering city street driving
#366Earlier quoted context omitted.
Since you're one of the few people here doing more than speculating, could you expand on this a bit? Is the LIDAR resolution a hard physical limit, and if so what's the origin? What makes identifying the debris with the camera so hard, just the standard object recognition problem in computer vision?
Certainly. LIDAR resolution is related to a few things: - How many beams you're putting out and at what angles - How fast you're spinning and how fast you can get the data back. - How many points of data you can get through your bus If the Google Car is using the big Velodyne ( http://velodynelidar.com/lidar/hdlproducts/hdl64e.aspx ), it puts out 1.3 Mpt/second over a 26.8 degree vertical field of view. That makes it…
With all that said, I've just played with the LIDAR, I can't give you lower detection limits. But with proper algorithms it is better than the static computation suggests.
Re: The latest chapter for the self-driving car: mastering city street driving
#367Chicago has both of those.
Re: The latest chapter for the self-driving car: mastering city street driving
#368Less need for a garage means smaller houses, and more of them (for example).
Improved insurance? Probably the same insurance premiums (inflation adjusted), with a higher premium for more human miles driven.
If there is money on the table, it will get taken by those with the wherewithal to grab it.
Re: The latest chapter for the self-driving car: mastering city street driving
#369Earlier quoted context omitted.
Certainly. LIDAR resolution is related to a few things: - How many beams you're putting out and at what angles - How fast you're spinning and how fast you can get the data back. - How many points of data you can get through your bus If the Google Car is using the big Velodyne ( http://velodynelidar.com/lidar/hdlproducts/hdl64e.aspx ), it puts out 1.3 Mpt/second over a 26.8 degree vertical field of view. That makes it…
But you are filtering the LIDAR data (source: I have I Velodyne LIDAR in my office). Yes, one stray hit will be ignored. But, you aren't getting one stray hit. You get 20 hits on this revolution, 6 on the next, 21 on the next, and so on, and then use various algorithms to determine if you are seeing objects or noise. Recall that besides the inaccuracy of the spinning lidar (it does not hit exactly the same spot even…
You also get the covariance across that filter. Which means you still need to decide how much to cut, whether or not to reject as rain, dust or a reflection, whether to trust your reflections under a certain reflectivity value. Data helps with this, but, as always, there's a ton of corner cases.
Re: The latest chapter for the self-driving car: mastering city street driving
#370Earlier quoted context omitted.
Well, LIDAR doesn't have that differentiation problem - it has a resolution problem for small (sub half meter) things at range. Stereo LIDAR would just add more points - you can correlate the two, but you'll still have resolution issues.
Well there are "Flash Lidar" sensors, that are effectively instantaneous depth cameras firing a lidar beam for every pixel - but a) they're hugely expensive, and b) they don't seem to have taken off (possibly because academia can't afford them to do the interesting research that'll help them take off)
But range is always difficult. I think PMD is in use in BMWs. They purport a 90 meter(!) range, but I've never played with one.