Earlier quoted context omitted.
My brother came to Michigan to visit from the UK. After a few days he said: "So, I can go on a red light for a right turn, but sometimes I have to wait at a green light for a left turn?" It was then I realised how peculiar the signals in the US can be.
Flip side, having driven in England 20+ years ago. In England, when stopped at a red they politely blink a yellow light when your stop light is about to turn green. In the US not only do we not do that, but many localities put extended shields around the lights, polarized lenses, etc. To prevent you from knowing when your light is about to turn by observing the lights for the perpendicular street. In other words... E…
How UPS trucks saved millions of dollars by eliminating left turns
81–90 of 101 posts
Re: How UPS trucks saved millions of dollars by eliminating left turns
#82Earlier quoted context omitted.
Turning right on red is one of those idea that once you've been exposed to it you wonder why isn't everybody adopting it... A similar idea is the train system in Munich where they built their platforms such that they can open doors on both sides, making one side of the train the exit, and the other side the entrance. Ever since I saw that, every single time I wait for people getting off a crowded train, I wonder "Why…
> Turning right on red is one of those idea that once you've been exposed to it you wonder why isn't everybody adopting it... It was first introduced in the 70s in the US in response to high oil prices, and only after road safety tests apparently demonstrated its safety. But since then there's been a fair amount of research indicating it increases accidents and pedestrian fatalities, amounting to somewhere under 100…
("In a two-month period in 2010 in South San Francisco, 98 percent of the 672 red-light violations recorded at El Camino Real and Westborough Boulevard were for right turns. Other cities say 4 in 5 tickets go to people turning right at intersections."
http://www.mercurynews.com/2016/01/06/roadshow-right-on-red-...
Re: How UPS trucks saved millions of dollars by eliminating left turns
#83Earlier quoted context omitted.
Since you need turn restrictions if you want to compute routes that users can actually follow, adding different costs for different kinds of turns (left, right, U-turn) is easy. See my other comment in this thread on the challenges associated with incorporating turn costs and restrictions in gerenal: https://news.ycombinator.com/item?id=13616676
> Incorporating turn costs into route planning is actually not that easy! [I]t doesn't play well with many speed-up techniques. + > Since you need turn restrictions if you want to compute routes that users can actually follow, adding different costs for different kinds of turns (left, right, U-turn) is easy. Does this mean all those speed-up techniques don't produce routes that are actually allowed? What's the point…
It's easier to do research on a more limited version of the problem (shortest path in a road graph with a suitably chosen edge weight function) and then generalise than start out with the most general formulation. The results are wild: these techniques are millions of times faster than Dijkstra's algorithms and provably produce the exact same result. It's what makes Google Maps possible.
Re: How UPS trucks saved millions of dollars by eliminating left turns
#84Earlier quoted context omitted.
> Turning right on red is one of those idea that once you've been exposed to it you wonder why isn't everybody adopting it... It was first introduced in the 70s in the US in response to high oil prices, and only after road safety tests apparently demonstrated its safety. But since then there's been a fair amount of research indicating it increases accidents and pedestrian fatalities, amounting to somewhere under 100…
And now, turning right on a red light is just a cash cow for the slimy red light camera companies. Some areas report that upwards of 95% of the tickets issued by red light cameras were for not stopping for 6 seconds before turning right on a red light. ("In a two-month period in 2010 in South San Francisco, 98 percent of the 672 red-light violations recorded at El Camino Real and Westborough Boulevard were for right…
Hm? I'm pretty sure that revenues from red light camera tickets generally go to municipalities, not the companies that make the cameras themselves.
Re: How UPS trucks saved millions of dollars by eliminating left turns
#85Earlier quoted context omitted.
And now, turning right on a red light is just a cash cow for the slimy red light camera companies. Some areas report that upwards of 95% of the tickets issued by red light cameras were for not stopping for 6 seconds before turning right on a red light. ("In a two-month period in 2010 in South San Francisco, 98 percent of the 672 red-light violations recorded at El Camino Real and Westborough Boulevard were for right…
> "And now, turning right on a red light is just a cash cow for the slimy red light camera companies." Hm? I'm pretty sure that revenues from red light camera tickets generally go to municipalities, not the companies that make the cameras themselves.
Re: How UPS trucks saved millions of dollars by eliminating left turns
#86Earlier quoted context omitted.
> "And now, turning right on a red light is just a cash cow for the slimy red light camera companies." Hm? I'm pretty sure that revenues from red light camera tickets generally go to municipalities, not the companies that make the cameras themselves.
The cameras are sold as a service, so the companies only make money if there are enough tickets for the municipality to justify the expense.
Re: How UPS trucks saved millions of dollars by eliminating left turns
#87This optimisation must exist at a basic level in all satnav software because journey time must be longer for the route with more left turns, as fed back into the system from previous journeys by other users. It would be an interesting experiment to see how different consumer grade satnav systems compare on this pure travelling salesman problem.
It's not TSP. In TSP, you have a graph and want to visit every node exactly once . Here you have a (road) graph and want to visit some set of nodes (the delivery addresses) at least once (it's okay to drive past a house where you dropped off a parcel earlier if that somehow makes the journey shorter). Also, consumer satnav systems don't support this kind of query. You can't plug in a list of dozens of destinations an…
Re: How UPS trucks saved millions of dollars by eliminating left turns
#88> In the US, and other countries where you drive on the right side of the road, right turns are free, but for a left turn you need to wait for a green light. I don't know of any other country than the US where turning right on red is allowed, unless there's specific signage or additional traffic lights to allow it. Indeed, the turn-on-red rule in the US seems to work inverse to how I've seen it elsewhere – i.e. it's…
Re: How UPS trucks saved millions of dollars by eliminating left turns
#89Earlier quoted context omitted.
It gets even better -- you can also make an "Oregon left" - in Oregon it is legal to turn left on red if you are turning onto a one way street. http://www.oregonlive.com/commuting/index.ssf/2015/10/turn_l...
In California you can turn left on red from a one-way to a one-way street.
Re: How UPS trucks saved millions of dollars by eliminating left turns
#90> In the US, and other countries where you drive on the right side of the road, right turns are free, but for a left turn you need to wait for a green light. I don't know of any other country than the US where turning right on red is allowed, unless there's specific signage or additional traffic lights to allow it. Indeed, the turn-on-red rule in the US seems to work inverse to how I've seen it elsewhere – i.e. it's…
It gets even better -- you can also make an "Oregon left" - in Oregon it is legal to turn left on red if you are turning onto a one way street. http://www.oregonlive.com/commuting/index.ssf/2015/10/turn_l...
and one way to one way is legal on red.