Slashdot Mirror


Driverless Cars Are Giving Engineers a Fuel Economy Headache (bloomberg.com)

schwit1 shares a report from Bloomberg: Judging from General Motors' test cars and Elon Musk's predictions, the world is headed toward a future that's both driverless and all-electric. In reality, autonomy and battery power could end up being at odds. That's because self-driving technology is a huge power drain. Some of today's prototypes for fully autonomous systems consume two to four kilowatts of electricity -- the equivalent of having 50 to 100 laptops continuously running in the trunk, according to BorgWarner Inc. The supplier of vehicle propulsion systems expects the first autonomous cars -- likely robotaxis that are constantly on the road -- will be too energy-hungry to run on battery power alone. A fully autonomous subcompact car like a Honda Fit, for example, will get 54.6 miles to the gallon in 2025 in the best-case scenario, more than 5 miles below the U.S. emissions target, according to BorgWarner. A small pickup or SUV would be at 45.8 mpg, versus a target of 50. Engineers don't have much time to resolve this, as companies are planning to deploy their first fully self-driving cars in the next couple of years. One way for automakers to meet the power-hungry needs of self-driving systems will be to use gasoline-electric hybrid models rather than purely electric cars, said Mary Gustanski, chief technology officer of supplier Delphi Automotive Plc's powertrain business.

132 of 208 comments (clear)

  1. Didn't consider miniaturization? Moore's Law? by bit+trollent · · Score: 5, Interesting

    Really? These engineers didn't consider that processing power is constantly shrinking and becoming more efficient?

    I feel like I'm reading an article from 30 years ago about how computers will never fit inside your home because the take up large rooms!

    1. Re:Didn't consider miniaturization? Moore's Law? by ShanghaiBill · · Score: 5, Insightful

      Really? These engineers didn't consider that processing power is constantly shrinking and becoming more efficient?

      Also, the claim that SDCs will have computers consuming 2-4 kw seems implausible. Tesla Autopilot consumes WAY less than that, and is doing basically the same thing in terms of processing sensory data. Waymo will have access to TPUs that can process vision data eight times more efficiently than GPUs, which themselves consume no where near 2kw. There may be some heavily instrumented prototypes that have 2-4kw of computing power, but that doesn't mean the production version will do that.

    2. Re:Didn't consider miniaturization? Moore's Law? by rmdingler · · Score: 2

      The nascent technology of diver-less, electric autos is such that gains in efficiency are inevitable.

      It also seems likely the technology will garner substantial government subsidies on the order of alternative energy generation, so the leaps in advancement will be measured in bounds.

      --
      Happiness in intelligent people is the rarest thing I know.

      Ernest Hemingway

    3. Re:Didn't consider miniaturization? Moore's Law? by Lordpidey · · Score: 1

      Perhaps the sensors' electricity consumption is included in the 2kw figure?

      --
      Some people encrypt by using rot-13 twice. I prefer the more secure method of using rot-1 a total of twenty six times.
    4. Re:Didn't consider miniaturization? Moore's Law? by viperidaenz · · Score: 4, Insightful

      Tesla Autopilot is not much more than lane keeping and auto cruise control.
      It can't handle cross traffic without crashing into a truck. It's designed to only be used on motorways. It can't drive through a city. It can't read signs at an intersection to determine who gives way.

      Autopilot != self driving. It does exactly what an autopilot does, keeps you on course at the correct speed, and hands back control to the pilot when it detects a scenario that requires a decision.

    5. Re:Didn't consider miniaturization? Moore's Law? by Anonymous Coward · · Score: 1

      Perhaps the sensors' electricity consumption is included in the 2kw figure?

      While it is possible that current designs are using 2-4kw, I'm not buying it is a long term problem. Optimize the software. Use custom silicon if required. There are more than enough potential customers to make the effort worthwhile. I once worked on a project that had eight plus processing nodes and just recoded the important bits in C and it easily ran on one node.

      A more interesting problem is appropriately doing the optimization and also keeping all the safety critical requirements, though simplification can make it easier to validate some of that. Some systems may need to be on at least separate virtual machines to provide sufficient isolation between critical and non critical systems.

    6. Re:Didn't consider miniaturization? Moore's Law? by MangoCats · · Score: 1

      It's not just the raw CPU processing power, it's also the sensors and specialized data reduction front-ends (FPGA) - sooner or later they'll get out of FPGAs, but with the rate at which these things are developing/changing, they'll probably stay re-configurable for awhile.

    7. Re:Didn't consider miniaturization? Moore's Law? by rtb61 · · Score: 2

      The sensor suite for automated vehicles is key. What they can see, how far they can see it and how often they see it. How durable is it, how reliable is it. They really need to open up the sensor market and share methods until they get one that works reliably, whether passive or active. A encrypted lidar https://en.wikipedia.org/wiki/... suite seems the only way to go, encrypted because each cars signal needs to be unique but it would also be useful to share and read signals from other vehicles (much like dolphins share sonar) and of course with aimed sonar as confirmation for distance (bad idea to share data between vehicles as that can be so readily hacked with false signals, really dangerous). Ideal sensor location might well govern car shape, to ensure sensors are properly located. Sensor testing is also and interesting requirement, pretty much continuous and any failure and the vehicle stops and is a tow away (that stopping being particular tricky, slow down and stop in a straight line or attempt to pull over to the side of the road, keeping in mind your sensors are not working at this time, so that pull over from memory and hope nothing has got in the way).

      --
      Chaos - everything, everywhere, everywhen
    8. Re:Didn't consider miniaturization? Moore's Law? by mysticgoat · · Score: 3, Insightful

      You are on to something with safety in redundancy through separate virtual machines.

      Except of course for the "virtual" part.

      There has to be physical redundancy such that there is backup when something bricks one of the computers. As will happen every so often when self-driving cars are doing millions of highway miles each year. Additionally, self-driving cars need enough AI to bee able to identify the car ahead in the fast lane with the nearly flat rear tire is a threat; that the hail that is bouncing off the road a hundred yards ahead is a danger; and that little Timmy in the back seat who is making urrping noises means that there is an urgent need to stop on the shoulder so you can get his head out the door before he pukes.

      The computer network that has the smarts to handle all the stuff that can happen on the road will easily require 4 kw power, including the cooling system that will keep it functioning when you are stuck in the commuter traffic jam.

      As far as driving on the open road is concerned, the best we can hope for in the foreseeable future is improved auto-pilots, that will still require a trained and experience driver, who is alert and paying attention, behind the wheel.

    9. Re:Didn't consider miniaturization? Moore's Law? by Calydor · · Score: 2

      30 years ago?

      That was 1987. We had Amigas, I think the 386 architecture was in play at the time, the NES console was making its debut ... We already HAD computers in our homes by then.

      --
      -=This sig has nothing to do with my comment. Move along now=-
    10. Re:Didn't consider miniaturization? Moore's Law? by NicknameUnavailable · · Score: 4, Informative

      While it is possible that current designs are using 2-4kw, I'm not buying it is a long term problem. Optimize the software.

      It's possible it's not even mostly software. LIDAR powerful enough to cut through an intense hailstorm or overpower noise/reflections from other self-driving cars from its perspective could easily break 2KW.

    11. Re:Didn't consider miniaturization? Moore's Law? by stooo · · Score: 1

      >> LIDAR powerful enough to cut through an intense hailstorm .... could easily break 2KW.
      Perhaps, but :
      1) it's pulsed, so 2kW average power is way less
      2) These situations happen in 0.01% of cases, so the average power is still very low.
      3) Trying to use more power to overpower the same system from your neighbor is very bad system design. Aside from being illegal in some situations, it leads to a crowded spectrum and a power arms race, wich worsens the spectrum situation even more. This is exactly what happens to WLAM in cities. Use smarter time sharing instead of blindlessly turning up power.

      --
      aaaaaaa
    12. Re:Didn't consider miniaturization? Moore's Law? by ShanghaiBill · · Score: 1, Insightful

      Tesla Autopilot is not much more than lane keeping and auto cruise control.

      The sensors are the same. The low level image processing is the same. There would need to be some additional processing to handle intersections, etc. but it would be like maybe 10% more, not 2000%.

      The premise of TFA is nonsense.

    13. Re:Didn't consider miniaturization? Moore's Law? by ShanghaiBill · · Score: 2

      The sensor suite for automated vehicles is key.

      Tesla uses 8 cameras, consuming less than 1 watt each.
      So where are the other 1992 watts going?

    14. Re:Didn't consider miniaturization? Moore's Law? by ErroneousBee · · Score: 1

      So a car could run for most of the journey on autopilot, and hand over to the self driving system for short periods?

      --
      **TODO** Steal someone elses sig.
    15. Re:Didn't consider miniaturization? Moore's Law? by reboot246 · · Score: 1

      My number one question is, what's the rush?

      It seems all the companies want to be the first to market a self-driving car, that's a given, but why rush into something that has to be done right or not at all? We don't need the first ones on the road causing all kinds of accidents and problems. Nothing will kill the interest in self-driving cars faster than an unreliable and dangerous vehicle that was rushed to market.

    16. Re:Didn't consider miniaturization? Moore's Law? by geekmux · · Score: 1

      Really? These engineers didn't consider that processing power is constantly shrinking and becoming more efficient?

      I feel like I'm reading an article from 30 years ago about how computers will never fit inside your home...

      Perhaps you meant 50 years ago?

      (My Apple IIc is 33 years old, and can fit in a backpack.)

    17. Re:Didn't consider miniaturization? Moore's Law? by Blymie · · Score: 2

      And, custom silicon will be the answer for sure -- and it won't even be 'custom' once deployed.

      EG, think of all the massive optimizations in Intel and AMD cpus for the decoding / encoding of mpeg/h.264/5/etc. The same, I'm sure, would be implemented for future CPUs or GPUs, so that custom won't be required.

      I admit I didn't read the article, but the summary is insane. Like the person has zero idea of how many optimizations have occurred, and how much power they save.

    18. Re:Didn't consider miniaturization? Moore's Law? by drinkypoo · · Score: 1

      You don't need to encrypt, just use random values. It's actually harder to predict if your rng works

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    19. Re:Didn't consider miniaturization? Moore's Law? by AmiMoJo · · Score: 1

      Maybe they are using the radar to microwave the TV dinners that the car is front is taking home. Imagine how cool that would be, your car asks the one behind to prepare your evening meal ready for when you get home!

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    20. Re:Didn't consider miniaturization? Moore's Law? by bluefoxlucid · · Score: 1

      Why do FPGAs eat so much power?

    21. Re:Didn't consider miniaturization? Moore's Law? by XXongo · · Score: 1
      Imagine a beowulf cluster of iPhone-Xs.....

      Oh, wait, is that an obsolete meme? I must be a luddite.

    22. Re:Didn't consider miniaturization? Moore's Law? by fluffernutter · · Score: 1

      Uh, money?

      --
      Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
    23. Re:Didn't consider miniaturization? Moore's Law? by NicknameUnavailable · · Score: 1

      To make 2KW of light you'd be spending about 4-8KW with modern diodes, so chances are if it's running 2KW it's only actually 500W-1KW of power going out.

    24. Re:Didn't consider miniaturization? Moore's Law? by painandgreed · · Score: 2

      The sensor suite for automated vehicles is key.

      Tesla uses 8 cameras, consuming less than 1 watt each. So where are the other 1992 watts going?

      According to an article here earlier this week, LIDAR, more processing, and all the other systems that car companies say will be required for actual autonomous vehicles to function as opposed to what Musk and Tesla says will work. The Lidar also has to have sensor warts all over the car which also affects aerodynamics and fuel economy. They're building future cars with current equipment because you can't run vaporware through a government testing program. It probably all comes down to in theory, theory is the same as practice, but in practice, they are not.

    25. Re:Didn't consider miniaturization? Moore's Law? by Doctor+Memory · · Score: 1

      In fact, with Metropolitan areas, the cost per unit from the buyer's perspective can be even lower since many of these data processing systems and additional sensor infrastructure could be installed into the same metropolitan central data centers and street lights, respectively.

      The streetlight on my corner has been burned out for over two months. Don't look to municipalities to deploy high-$$$ sensor networks any time in the next decade. And given the infighting I've read about with regards to cable companies sharing access to public infrastructure I wouldn't expect the car companies to roll anything out too quickly either.

      --
      Just junk food for thought...
    26. Re:Didn't consider miniaturization? Moore's Law? by Doctor+Memory · · Score: 1

      I feel like I'm reading a response from 50 years ago, when we were all going to have flying cars and live in glass boxes and only have to work 20-hour weeks because computers would do everything for us.

      Moore's law is dead, I wouldn't count on it for future planning. Any space savings is going to come from custom ASICs, which means you're going to be even more at the mercy of the manufacturer for spare parts (and you'll never be able to ride in a "classic" self-driving car, as they'll all be dead from bit rot). Speaking of which, who's going to service these self-driving beasts? I know my dealership doesn't have any techs with degrees in telematics or sensor networks, and I suspect a lot of them would quit if they had to start learning how to use logic probes, signal injectors and expert systems.

      --
      Just junk food for thought...
    27. Re:Didn't consider miniaturization? Moore's Law? by TrekkieGod · · Score: 1

      Tesla also uses radar. That's an active sensor, so it's gotta consume a bit more than that.

      Other car companies use lidar as well.

      --

      Warning: Opinions known to be heavily biased.

    28. Re:Didn't consider miniaturization? Moore's Law? by Ost99 · · Score: 1

      You're describing the hardware in the first Autopilot (AP 1.0) based on Mobileye with one camera + radar. The current hardware has 8 cameras, radar and ultrasound sensors (AP 2.0).

      This video shows AP 2.0 hardware in action with an early version of the self driving software from last year : https://www.youtube.com/watch?...
      Far from perfect, but it can do much more than just lane keeping and cruise control.

      --
      ---- Sig. gone.
    29. Re:Didn't consider miniaturization? Moore's Law? by ShanghaiBill · · Score: 1

      Tesla is not self driving

      The current version of Autopilot shipping with the vehicles is not self-driving. Future versions in development are full self-driving, and run on the exact same hardware. The additional power consumption is negligible. Most of the computing power is used for low level image processing, such as edge and gradient detection. You need that for lane control, but you don't need more of it for handling intersections.

    30. Re:Didn't consider miniaturization? Moore's Law? by DanielRavenNest · · Score: 1

      If it is an intense hailstorm, maybe you shouldn't be driving anywhere. Living in the southeast, we get torrential thunderstorms sometimes. People just pull over until it stops, or slow way way down.

    31. Re:Didn't consider miniaturization? Moore's Law? by NicknameUnavailable · · Score: 1

      Living in the Northeast, you can't take all of winter off work.

    32. Re:Didn't consider miniaturization? Moore's Law? by ebvwfbw · · Score: 1

      It can't continue that long. Amazes me how people have no clue just how much power they are around. Just guess that what a typical car consumes in energy, even a Tesla. Something has to provide that power and we're talking about a chemical reaction. As you have more power you're going to be dealing with nasty stuff. No free ride. Just like the old TV tubes. In the end they were a real witches brew of chemicals. You can bet whatever they come up with will be really toxic to us. Probably dangerous as well. Just as Gasoline is very dangerous.

  2. 2-4KW my ass by Anonymous Coward · · Score: 1

    My PC uses roughly 400W and can handle over 100 self-driving cars in GTA easily.

    1. Re: 2-4KW my ass by Dog-Cow · · Score: 4, Funny

      Have you tried?

    2. Re:2-4KW my ass by mysticgoat · · Score: 1

      I am so happy for you, and for me, that you do your driving in GTA.

    3. Re: 2-4KW my ass by NicknameUnavailable · · Score: 1

      But real-life cars can't recharge by running over hookers. Right?

      FAKE NEWS

    4. Re:2-4KW my ass by catprog · · Score: 1

      Really?

      Or can it run 100 cars on a single track with no vision required?

      --
      My Transformation Website
      Kindle Books http://www.catprog.org/rev
      Interactive CYOA http://www.catprog.org/st
  3. Easy Solution by freeze128 · · Score: 5, Funny

    The answer is simple: Outsource the processing power to an overseas call center where your virtual driver (Let's call him 'Steve') will steer the car in a simulator-like environment. A few webcams around the car will certainly use less power than that huge LIDAR pod on top of WAYMO cars.

    1. Re:Easy Solution by luther349 · · Score: 1

      problem is Steve keep driving the car like its from gta 5.

    2. Re:Easy Solution by sydbarrett74 · · Score: 1

      Why not call him Gregory?

      --
      'He who has to break a thing to find out what it is, has left the path of wisdom.' -- Gandalf to Saruman
    3. Re:Easy Solution by gijoel · · Score: 1

      XKCD already beat you to it.

      https://xkcd.com/1897/

    4. Re:Easy Solution by kalieaire · · Score: 1

      <quote>The answer is simple: Outsource the processing power to an overseas call center where your virtual driver (Let's call him 'Steve') will steer the car in a simulator-like environment. A few webcams around the car will certainly use less power than that huge LIDAR pod on top of WAYMO cars.</quote>

      My money's on Elvis, he's always got my back on those Microsoft Windows Vista calls..

    5. Re:Easy Solution by coofercat · · Score: 1

      Pff! Just put a screen and joystick in the boot and put Steve in there. No need for all those expensive network connections!

    6. Re:Easy Solution by cascadingstylesheet · · Score: 1

      The answer is simple: Outsource the processing power to an overseas call center where your virtual driver (Let's call him 'Steve') will steer the car in a simulator-like environment. A few webcams around the car will certainly use less power than that huge LIDAR pod on top of WAYMO cars.

      Maybe that's what they are doing already ... a mechanical turk!

      I wondered what was in that pod!

    7. Re:Easy Solution by fluffernutter · · Score: 1

      So we can only use automation on islands with internet access, never to escape?

      --
      Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
  4. Very inefficient programming then by guruevi · · Score: 1, Interesting

    I run a small cluster on less than 2kW of power which would include 3 nodes with each 16 cores, 256GB RAM, 1TB in SSDs and a Tesla GPU.

    Just to give you an idea, 2kW of power on your standard 12V car requires a current of 167A.

    I'm not even sure what you would have to put in to get a package of 2kW, that's 2000W. Camera's take up less than 2W each, even if you need 10 of them, you're still at only 20W LIDAR take up perhaps 10W each, one for each end of the car is another 20W. Give or take another 10W for various sensors, you've got 50W. A computer unit with a decent GPU for highly parallel tasks can be done in 200W.

    --
    Custom electronics and digital signage for your business: www.evcircuits.com
    1. Re: Very inefficient programming then by Anonymous Coward · · Score: 3, Insightful

      How much power does the omni directional LIDAR array of your cluster use? Oh, it doesn't have one that works at highway speed and distance, much less allow for cross traffic?

      Well then, my welcome mat at home uses zero power and is about as relevant as your anectdote. Thanks for telling us all about your cluster. Do you not have a TV? Oh wait you must, because you would have told us if you didn't. You are that guy.

    2. Re:Very inefficient programming then by blindseer · · Score: 1

      Just to give you an idea, 2kW of power on your standard 12V car requires a current of 167A.

      I think I just found where a lot of the power is consumed. 167 amps is a lot of current, that means I^2*R losses.

      The total power of the individual pieces and parts might be far less than 2kW, but add in losses to heat in the wires because everything is running on 12-14 volts and that might just add up to quite a bit of power loss.

      Then again I might be completely wrong.

      --
      I am armed because I am free. I am free because I am armed.
    3. Re:Very inefficient programming then by dgatwood · · Score: 2

      An entire GPU computer for highly parallel tasks that uses 200W? Sweetheart, 200W isn't enough power for a single V100 coprocessor.

      But why would you want one for those purposes? Sure, the V100 is interesting for machine learning because it has tensor-specific hardware as well as a general-purpose GPU, and I could easily see something like that being used during data acquisition and model construction. But for actually running the models, I would expect all of the non-tensor parts of that GPU to be massive overkill—probably by a couple of orders of magnitude power-wise.

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    4. Re:Very inefficient programming then by thegarbz · · Score: 1

      It's almost like that can be fixed with a small amount of cabling. Speaking of I^R losses a car is not big enough to worry about the power loss. If that power is significant enough then you're sitting on one giant fire hazard smelling of outgassing insulation.

      Oh and since EV batteries are typically quite high voltages is unlikely to be an issue that isn't resolved with a small power supply.

    5. Re:Very inefficient programming then by jabuzz · · Score: 1

      Why is the LIDAR drawing 140 watts? It can't be the laser itself because if it where outputting anything like that continuously that would make the system horribly dangerous. I would expect an optimized LIDAR to come in under 50W.

      Remember the LIDAR's you can buy today are made in relatively small numbers so nobody is going to put down the money to optimize the power draw. Heck currently they are still way to expensive. The moment you need millions of them a year the economics all changes however.

    6. Re: Very inefficient programming then by guruevi · · Score: 1

      I looked one up for you, the price tag isn't great at $10k but it only consumes 7W and can "see" 100m.

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
    7. Re:Very inefficient programming then by guruevi · · Score: 1

      A LIDAR doesn't consume that much power, commercial units for the 100m range have 10W lasers. 40W lasers are dangerous and stupendously big, it's what you use to cut woods and plastic. Also, the power output of a laser for these applications isn't continuous, they are pulsed to match acquisition rates so your power consumption (and heat production) is a lot less, even if it were a 40W laser (which it isn't), you're talking about 20 kHz pulses.

      My cluster is doing data analysis and I can show you graphs of it's power consumption, a modern Tesla uses 200W, the CPUs another 200W (110W is the power consumption on a Kaby Lake Xeon), the rest of the machine doesn't do much power consumption between the SSD, the RAM and some fans. On idle, the thing uses less than 100W, on full tilt, it uses a little over 600W. The power supplies are rated for 1500W, but for that to even matter I would have to fill it with GPU's.

      I work with lasers, IR and high-end computers all the time, I know what I'm talking about.

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
    8. Re:Very inefficient programming then by pnutjam · · Score: 1

      Well, each of the nodes will be running a full windows stack and some sort of wireless channel for side loading ads, those have to be flashy too.

    9. Re:Very inefficient programming then by thenitz · · Score: 1

      You probably need more than a single decent GPU just to run the self driving algorithms. Also take into account that these are safety critical systems - so you don't provision to run at 100% capacity. The code will probably spend 25% of CPU time doing.the math and 75% doing checks that everything's ok.

      Moreover, they don't put a single unit in a car for safety reasons, we're talking here either 2-out-of-3 voting systems, or a primary system to do computation, a mirror system to verify it, and a 3rd hot standby for fallback if something goes wrong. In any case, you need 3x the power just to ensure very high reliability.

      This way code than needs 200W on a desktop GPU during development will require 1-2 kW in a safety critical production system.

    10. Re:Very inefficient programming then by guruevi · · Score: 1

      It's unclear what the parent is referring to, he said 40W for LIDAR, the most powerful LIDAR I can find commercially uses a 10W laser module although it's power consumption is only 250mW because, as I said, you're pulsing the signal around at 20kHz, not just beaming everything on full power.

      You do need a powerful enough laser to be able to reach the further distances, but that is not a continuous thing. It's similar to those really big laser laboratories, they are reported to use as much power as the entire United States - for about a femtosecond.

      A 40W laser is what you'll find in a cheap laser cutting machine. A 1W laser won't cut much, you can find those in cheap laser pointers, you can perhaps put some tissue paper on fire if you're lucky.

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
    11. Re:Very inefficient programming then by guruevi · · Score: 1

      Wow, you failed math and Moore's law together.

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
    12. Re:Very inefficient programming then by guruevi · · Score: 1

      Thicker wiring. I have built systems that use 12V @ 200A, the wiring is very, very thick and requires quite some special tools to crimp.

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
    13. Re:Very inefficient programming then by guruevi · · Score: 1

      I don't know if you know how stupendously fast modern GPUs are, they can analyze entire scenes several times faster than real time. I would also hope that, once completed, most of the detection happens in FPGA, not in GPU, the latencies and processing capabilities of a PCIe bus are several orders of magnitude inferior compared to an FPGA.

      I can't fathom having thousands of watts in FPGA, that would be ludicrously expensive even to be able to program and keep track of that many.

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
  5. Self driving tech is a waste of money by SumDog · · Score: 4, Insightful

    Self driving cars in Europe might be neat where they don't have transportation shortages. In America, our mass-transportation infrastructure is non-existent. Except for a handful of cities, you have to own a car in order to simply function in society, or you have to find a job that lets you work from home or live in a very limited area of town.

    I wrote a post about this a while back:

    http://penguindreams.org/blog/self-driving-cars-will-not-solve-the-transportation-problem/

    Basically even if you had Interstates which only allowed self-driving cars and all of them could travel at over 120kph bumper-to-bumper and all of them were filled with four people each, you still wouldn't even get to 10% of the capacity of a traditional rail system, running on a single track, with trains arriving at 5 minute intervals (and most cities with rail systems have them arriving at 2 min intervals during rush hour. London has several automated trains. Singapore is fully automated).

    Before we start dumping billions into subsidizing self driving cars, how about we build up our self-driving train tech; a known technology which currently exists and transports millions of people every day.

    1. Re:Self driving tech is a waste of money by Balthisar · · Score: 1

      How do you get from the terminal to your work, though? In Europe and New York, you can walk. Or, because they're high density, hop onto a subway. We're much too spread out for that to work. Sure, you can argue that we should be more dense, but face it: that's just not going to happen anytime soon.

      --
      --Jim (me)
    2. Re:Self driving tech is a waste of money by kamapuaa · · Score: 2

      That's absurd. Trains full works great for a city like London or cities in the US already serviced by trains. It makes no sense at all even for the Bay Area, and then when you get to flyover states - WTF, who would full trains coming by every two minutes make sense for the typical US small city with extended suburbs?

      --
      Slashdot: providing anti-social weirdos a soapbox, since 1997.
    3. Re: Self driving tech is a waste of money by Nidi62 · · Score: 2

      Because American urban and suburban populations are too spread out for efficient use of mass transportation. I live about 45 minutes from the closest station for my city's rail system, and then probably another 45 minutes ride on the train to the stop closest to my work plus another 15 to 20 minutes to wait for the bus that runs from the stop to my work. Or, i can drive myself and be there in 45-60 minutes. There are many more people like me that would benefit from autonomous cars then there are people who would benefit from increased rail service.

      --
      The only thing necessary for evil to triumph is for it to be pitted against a slightly greater evil
    4. Re:Self driving tech is a waste of money by rmdingler · · Score: 1

      You present an incredibly well reasoned argument, and if humans were logical on the order of the Vulcans, there would be no viable position against it.

      Yet, there are people aplenty who will not ride the train, in the same fashion that they won't wait for appointment TV. It's either slightly inconvenient for them, or significantly beneath their imagined station in life.

      --
      Happiness in intelligent people is the rarest thing I know.

      Ernest Hemingway

    5. Re:Self driving tech is a waste of money by SumDog · · Score: 1

      America didn't get as spread out as it is overnight. You start laying down rail, you will see businesses start to pop up around each station. We can get back to a sustainable city-scape again. America use to be walkable. It can be again.

    6. Re:Self driving tech is a waste of money by Balthisar · · Score: 1

      Yeah, it didn't happen overnight. And it won't change overnight, i.e., "anytime soon."

      When was America walkable? Maybe for a very short time between the rural to city migration, but a short period of history isn't gospel. It wasn't really all that long after America became "urban" that cars started forming "suburban."

      We have modern attitudes about urban/suburban/rural, but that's not snobbery or even necessarily automobile related. We developed a hell of a lot differently than most of the world. Compare us with Australia, South Africa, Canada, and New Zealand rather than, say, Germany.

      --
      --Jim (me)
    7. Re:Self driving tech is a waste of money by ichimunki · · Score: 1

      Why would we need driverless trains? Driverless buses, on the other hand would be very appropriate. It would be especially nice if there was some sort of scheduling and routing flexibility to reduce dependence on static routes and times. In fact, we could start building scheduling and routing apps right now, then they can meet in a convergence with the driverless tech some years down the road.

      --
      I do not have a signature
    8. Re:Self driving tech is a waste of money by Pulzar · · Score: 1

      Yet, there are people aplenty who will not ride the train, in the same fashion that they won't wait for appointment TV. It's either slightly inconvenient for them, or significantly beneath their imagined station in life.

      There are plenty of very rich folk living in Manhattan that take the train every day.

      Many people I know would take the train, if there was one. I don't think the "status" thing is holding people back. Having the nearest station as close as the final destination, trains averaging a quarter of the speed of a car, and one-per-hour service are the reason nobody takes them.

      --
      Never underestimate the bandwidth of a 747 filled with CD-ROMs.
    9. Re:Self driving tech is a waste of money by rmdingler · · Score: 1

      Manhattan, though, seems like a poor representation to multiply exponentially from, in the attempt to predict nationwide usage.

      --
      Happiness in intelligent people is the rarest thing I know.

      Ernest Hemingway

    10. Re:Self driving tech is a waste of money by silas_moeckel · · Score: 1

      Rail works great it does not work better than cars till it reduced your real commute time. The rest of the world has high-speed trains the US thinks acella is fast and that making a 100-mile detour to Providence makes sense (does politically 2 senators). We need real high speed rail in new corridors with enough parking rather than trying to improve existing over-congested lanes.

      The build it denser sucks, high density living is horrid. I'm 60 ish miles outside NYC get that door to city center commute time down to under 45 minutes and suddenly you have a viable hour commute with 30 of that being train time.

      --
      No sir I dont like it.
    11. Re:Self driving tech is a waste of money by silas_moeckel · · Score: 1

      I know a bunch of people that won't take trains with good reason, the stations are not safe crime wise, center city of feeder cities are pretty rough generally.

      --
      No sir I dont like it.
    12. Re:Self driving tech is a waste of money by I'm+New+Around+Here · · Score: 1

      America pretty much started spread out. Small villages surrounded by farms. Surrounded by forests. Surrounded by water.

      --
      If you think I voted for Trump because of this post, you're wrong. I voted for Dr. Jill Stein of the Green Party. Again.
    13. Re:Self driving tech is a waste of money by barc0001 · · Score: 2

      You're completely missing the point of self driving cars. It's not the LONG trips on a highway that this will be hugely impactful for, it's the shorter ones in town. People don't take transit in a lot of cases because they aren't near transit. A SDC can get them that last mile on both sides. Your car takes you to the subway and then drops you off and heads back home to park, for example. Or even better, *you don't even own a car any longer* and just belong to a car share cooperative that can summon an SDC to your door for that trip to the subway, then once it drops you off, it moves on to the carshare's next user.

      I dislike using the word "disruption" to describe what is coming as it's been overused to hyperbole, but it really is the case. Entire segments of the economy are going to be screwed. For example, pay parking companies are going to take massive hits, as will any city or town that relies on moving violations and parking tickets for a significant amount of their revenue. Taxi companies, limo services, car insurance companies, auto body shops, all will see downturns in their services, possibly catastrophic ones.

    14. Re:Self driving tech is a waste of money by squiggleslash · · Score: 1

      The US rail industry actually encouraged cars and car-only suburbanization at one point, because they saw it the way you and the other idealists do: people would use their cars to drive to the stations, and then take the trains to their destinations.

      That's not what happens. People don't get in a car to start a journey.

      What is the incentive to to take a SDC to a subway station instead of where you want to go?

      --
      You are not alone. This is not normal. None of this is normal.
    15. Re:Self driving tech is a waste of money by barc0001 · · Score: 1

      > The US rail industry actually encouraged cars and car-only suburbanization at one point, because they saw it the way you and the other idealists do: people would use their cars to drive to the stations, and then take the trains to their destinations.

      And you'd be surprised to note that this does actually happen. I used to drive to a rail station daily and commute by train instead of braving the 2+ hour drive.

      > What is the incentive to to take a SDC to a subway station instead of where you want to go?

      Time? Cost? I *could* drive to my office every day instead of taking the subway (actually Skytrain in Vancouver but same thing from an operation perspective).

      Cost to take the Skytrain from Surrey to Vancouver return - $8.40

      Cost to drive return - ~$9 in gas, and $13 in parking.

      Time to drive from Surrey to downtown Vancouver during rush hour - 70-90 min

      Time to take Skytrain to downtown from Surrey - 38 minutes.

      So in that case, half the price, and more than twice as fast.

      Fortunately I now happen to live within a 15 minute walk of the Skytrain, but if I didn't I would be hoping like hell that SDCs could soon be on the market to deliver me a short drive to the station.

    16. Re:Self driving tech is a waste of money by I'm+New+Around+Here · · Score: 1

      Did I mention the rest of the world?

      --
      If you think I voted for Trump because of this post, you're wrong. I voted for Dr. Jill Stein of the Green Party. Again.
  6. Obvious by gurps_npc · · Score: 1

    1) Despite the general belief, driverless has NOTHING to do with all electric. Yes, there will be a competition.

    2) Eventually, the computing power and sensor tech will improve power efficiency, allowing both in the same car. Expect that to happen 5-10 years after the first one becomes ubiquitous.

    3) I bet they are underestimating how much power they will save by getting humans out of the loop.

    4) You can probably decided to turn the AI off to drive long distances, thereby saving battery life.

    --
    excitingthingstodo.blogspot.com
    1. Re:Obvious by OpenSourced · · Score: 1

      4) You can probably decided to turn the AI off to drive long distances, thereby saving battery life.

      I'd say that is the most unexplored way of saving energy. A properly designed system will demand substantially less power in some situations, and much more in others. Probably, today's prototypes draw the same kind of power when the car is stopped waiting for a traffic light, when the car is cruising alone, when you approach a busy intersection...

      "Premature optimization..." and all that. You first get a system that works, then you tweak it. We are still getting the working system, optimization will have to wait. I suppose in some years we'll have a driver-SoC on the market, and this whole thread will be a source of amusement.

      --
      Rome taught me patience and assiduous application to detail. Virtues which temper the boldness of great, general views.
  7. The solution is.... by Anonymous Coward · · Score: 1

    to crowdsource driverless cars. Obligatory xkcd link.
    https://xkcd.com/1897/

  8. Even in a pretty small collective. by fahrbot-bot · · Score: 2

    ... the equivalent of having 50 to 100 laptops continuously running in the trunk, according to BorgWarner Inc.

    Apparently, Resistance isn't futile it's V / I.

    --
    It must have been something you assimilated. . . .
  9. Big-rigs will be the first autonomous vehicles by ebrandsberg · · Score: 3, Interesting

    Consider: Many long-haul trucks operate mostly on well maintained highways between distribution centers. Ten or more of them could be linked together scanning for issues, and communicating with each other, possibly with a lead car in the front that can react to accidents and incidents before they even pass, similar to over-sized loads on the road today. Even if not driving between distro centers, they can use existing rest-areas as stopping points where local drivers can take over in shifts.

    1. Re: Big-rigs will be the first autonomous vehicles by Anonymous Coward · · Score: 1

      Yes! Hook all those trucks together in a line! Then, maybe we should establish specific routes for them to run! We could even dispense with the rubber tires, and use steel wheels rolling on metal rails!

    2. Re: Big-rigs will be the first autonomous vehicles by chuckugly · · Score: 1

      The small maintenance crew that's tasked with doing that all day for all the trucks at the chain up area?

  10. and then network costs / power will go up by Joe_Dragon · · Score: 1

    and then network costs / power will go up

  11. Knew what they'd say when I saw who it was by wonkavader · · Score: 1

    So they're saying we should be wary of the consumptive nature of the hive mind in the trunk?

    I should have expected no less from Borg Warner.

  12. A little more than a drop in the bucket. by Ungrounded+Lightning · · Score: 1

    Two to four kilowatts in an electric automotive application? So what's the problem? Accelerating a ton of metal takes a HYSTERICAL amount of electric power.

    A horsepower is almost exactly 3/4 of a kilowatt. So four kilowatts is 5 1/3 horsepower.

    A vehicle just cruising at highway speeds takes teens of HP just to fight wind resistance and rolling friction. (Numbers from a long while back, so aerodynamic improvements may have brought it down a bit, though I doubt it's under ten HP.) Accelerating takes a lot more, like over 100 HP if you're not going to hold up traffic. Then there's hill and mountain climbing.

    Meanwhile the motors and their controllers are not 100% efficient at converting electricity to motion, but the computer load is electric.

    So start with the computers adding another 30% to the load for the long-term cruise - about the minimum cycle for the car. Yes, that will cost nontrivial miles per kilowatt hour. But the computer algorithms might save more than that by driving more efficiently than a random human.

    Now look at those computers. They're laboratory experiments. Getting the car to go where you want and not kill or break something on the way is the hard engineering task right now. So they're not optimized for power consumption. They're designed to have enough processing power that they let the engineers try out any stack of new bright ideas. Once the algorithms are debugged and a desirable set picked, so the engineers know the peak computational load, you can be sure there will be a stage where they design a computer that can handle the crisis-peak load, but not a WHOLE lot more, and can scale back its power consumption when it doesn't have to think that hard.

    Meanwhile, Moore's law isn't dead yet, so the load for a given amount of crunch is still dropping.

    I'm betting that, by the time the tech is ready to be deployed beyond the rich early-adopter stage, the fuel energy cost for the computers will be substantially less that the fuel energy cost of carrying around the extra weight of a chauffeur skilled enough to drive as well as his silicon competition.

    --
    Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
    1. Re:A little more than a drop in the bucket. by b0bby · · Score: 1

      My electric car averages about 4 miles per kWh in mixed driving, so 2-4kW would really put a ding in my range. I doubt it will come to that, though.

    2. Re:A little more than a drop in the bucket. by Ost99 · · Score: 1

      That means your range would be reduced by 8-16 miles per hour of driving.
      The most power hungry level 5 computer meant for production vehicles is the Nvidia Drive PX Pegasus at 500W. That would eat up 2 miles per hour of driving.

      --
      ---- Sig. gone.
    3. Re: A little more than a drop in the bucket. by Ungrounded+Lightning · · Score: 1

      Your numbers are off by an order of magnitude.

      Really? Are you saying electric cars can cruise at highway speeds at under 2 HP?

      For ICE cars, to avoid the real math just figure you need 20hp for 25mpg at highway speed

      Internal combustion engine cars have been able to cruise at 65 on about 18 HP for decades. There have been some improvements in aerodynamics since then. (There have been improvements in tire materials that would also help, but most of those haven't been deployed.)

      Another poster, below, claims about 4 miles per kWh in "mixed driving". Let's assume that maps to 65 MPH highway speed. (Electric cars with regenerative braking don't take as big a hit with city driving.) At 65 MPH that's 16.2 kW, which would be 21 2/3 HP with a perfect motor, about 14.2 HP with 66% efficiency.

      Looks like I'm well within less than factor of 2, not worse than a factor of 10.

      --
      Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
  13. Nonsense by crow · · Score: 4, Interesting

    This is calculations based on wild assumptions about what is actually required for self-driving. If Tesla is right, then they can do it with the hardware that is already shipping, so power is not an issue--they just need to finish the software. You can also look at what Nvidia just released that they're billing as being designed for self-driving cars. AMD is apparently working on a similar product.

    This sounds like a typical naysayer making stuff up to get attention (and advertising hits).

    1. Re:Nonsense by aaarrrgggh · · Score: 1

      The truth is generally somewhere in the middle.

      I imagine ultimately the sensor array, whatever it may be, will consume around 2-500W; the processing will likely end up with redundant systems, coming in around 2-300W. You will have communication to share information between cars in order to improve distance data, and that may add another 20-50W. Generally manageable, although city driving might take some real time to mature to the point that it fits within this energy profile.

    2. Re:Nonsense by crow · · Score: 1

      If you assume 300Wh is a mile of range, then you're talking about consuming one or two miles of range per hour of driving. That's not bad.

  14. IoT = hackable by Anonymous Coward · · Score: 1

    Sure, you can hack my toaster and burn my crumpet all you like.

    No fucking way am I getting into a computer-controlled car...

  15. Not Another Story About Driverless Cars by boudie2 · · Score: 1

    What kind of a person gets excited about a driverless car? What's the fun in that? I just don't get it.

    1. Re:Not Another Story About Driverless Cars by kamapuaa · · Score: 4, Insightful

      The sort of person who lives at point A, and works at point B, and has to get up in the morning to drive the same route from A to B and then later in the day drives from B to A every day. Driving is an hour and a half a day (mostly) wasted. If I could sleep or work or jerk it for an extra hour and a half every single workday, I feel like my quality of life would be improved. Just that alone would be an extra 400 hours/year.

      --
      Slashdot: providing anti-social weirdos a soapbox, since 1997.
    2. Re:Not Another Story About Driverless Cars by boudie2 · · Score: 1

      You have my sympathy for your drab existence.

    3. Re:Not Another Story About Driverless Cars by dunkelfalke · · Score: 2, Funny

      It seems to me that since apparently driving a car is your only joy in life, you should be the one who is pitied. Why won't you become a taxi driver?

      --
      "It's such a fine line between stupid and clever" -- David St. Hubbins, Spinal Tap
    4. Re:Not Another Story About Driverless Cars by boudie2 · · Score: 1

      Let me guess, couldn't pass the driver's test now you have a grudge against motor vehicles?

    5. Re:Not Another Story About Driverless Cars by geekmux · · Score: 2

      Let me guess, couldn't pass the driver's test now you have a grudge against motor vehicles?

      Driving a car is one of the most dangerous things humans do on a daily basis. 40,000 people die every year doing it, so don't be ignorant as to the parents point. The old-fashioned mentality of being forced to drive to a building every day and sit in front of a computer to do a job that could easily be done from home needs to die.

      My commute time was at least 2 hours every day. That's 40 hours a month wasted sitting in a car. I told my employer I would give them half of that wasted workweek back in exchange for taking one hour to do exercise every morning if they would allow me to work remotely. Not only do I maintain my health, but I save over $150 per month in fuel costs, and my vehicle will last much longer.

      Fucking kills me that companies fail to understand that forced commuting wastes hundreds of productive hours every year and contributes to a considerable death toll.

    6. Re:Not Another Story About Driverless Cars by serviscope_minor · · Score: 1

      If I could sleep or work or jerk it for an extra hour and a half every single workday, I feel like my quality of life would be improved

      I think if you jerked it for a *extra* hour and a half every day, your dick would fall off and your quality of life would be greatly reduced.

      --
      SJW n. One who posts facts.
    7. Re:Not Another Story About Driverless Cars by fluffernutter · · Score: 1

      I don't understand why anyone would get a job 1+ hours away from home and then complain about it. Kind of like getting a house next to a train track and complaining about the noise. You probably have that commute because you make more money in that scenario. So fine, that's the trade-off you made, now live with it.

      --
      Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
    8. Re:Not Another Story About Driverless Cars by boudie2 · · Score: 1

      Them and people with fecal nicknames.

    9. Re:Not Another Story About Driverless Cars by Khashishi · · Score: 1

      Do they fail to understand or do they not care? It's not their problem if you spend 2 hours a day driving.

    10. Re:Not Another Story About Driverless Cars by kamapuaa · · Score: 1

      Similarly, if the highlight of your life is your drive to work, you must have just about the most life imaginable - which would explain why you take out your bitterness by being an asshole on a technology website.

      --
      Slashdot: providing anti-social weirdos a soapbox, since 1997.
    11. Re:Not Another Story About Driverless Cars by fluffernutter · · Score: 1

      Well my comment was a tad harsher than I wanted to make it. However, when anyone complains about not being able to find a new job, there is always on someone on Slashdot who says 'just move to silicon valley'. It goes both ways. Probably the cheapest thing companies could do to attract good employees is to let them work from home, or set up where it is good for people to live.

      --
      Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
    12. Re:Not Another Story About Driverless Cars by thegarbz · · Score: 1

      People who commute. Those who consider driving as "fun" are those who typically shouldn't be doing it on the road, or at least on a busy road.

      I would pay top dollar to recover 8 hours of my week, 48 weeks of the year which are otherwise completely fringing wasted doing the single most mind numbing thing people routinely do.

      Who would want a self driving car? Those who fall asleep at the wheel. Those who'd rather watch TV. Those people who get dressed in their car, put on makeup in their car. That stupidly large number of people who'd rather tap away on their mobile phones, or those who find other ways of not paying attention to where they are going.

      School holidays next week. It's one of a handful of drives that I consider "fun", and even then the "fun" part only starts once I'm a few hours away from the major city clusterfuck.

    13. Re:Not Another Story About Driverless Cars by boudie2 · · Score: 1

      Well none of you can be working too hard, you all seem to have plenty of time to waste on this site.

    14. Re:Not Another Story About Driverless Cars by geekmux · · Score: 1

      Do they fail to understand or do they not care? It's not their problem if you spend 2 hours a day driving.

      Companies will find it becomes their problem when more and more good employees are leaving because of antiquated mentalities.

      If a company fails to acknowledge and address problems that ultimately cause a detriment to revenue, then they deserve to fail due to their own ignorance and stupidity.

      Adapt or Die is not a new concept. Fuck 'em if they can't learn.

    15. Re:Not Another Story About Driverless Cars by geekmux · · Score: 1

      I don't understand why anyone would get a job 1+ hours away from home and then complain about it. Kind of like getting a house next to a train track and complaining about the noise. You probably have that commute because you make more money in that scenario. So fine, that's the trade-off you made, now live with it.

      Live with it? An intelligent person understands the value of asking why rather than blindly accepting everything that is thrown at them.

      Revenue is negatively impacted if the valued employee is lost due to being forced to partake in a dangerous activity such as pointless commuting. Acknowledging and addressing this, is commonly referred to as Risk Mitigation.

    16. Re:Not Another Story About Driverless Cars by david_thornley · · Score: 1

      My wife and I work a considerable distance apart, and both of us are sticking to our current jobs until retirement. There's no way to have a house close to both.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    17. Re:Not Another Story About Driverless Cars by thegarbz · · Score: 1

      Working hard? Who said we were working hard? Also this isn't a waste. Replying to shit talk is an active hobby of mine.

      While I hate driving a car stuck in traffic I get up early in the day just to take the opportunity to remind people like you how stupid your comments really are.

    18. Re:Not Another Story About Driverless Cars by dunkelfalke · · Score: 1

      I have passed a German driver's test two decades ago - something 90% of Americans wouldn't be able to do, even if they knew how to use stick shift.
      Driving is a chore.

      --
      "It's such a fine line between stupid and clever" -- David St. Hubbins, Spinal Tap
    19. Re:Not Another Story About Driverless Cars by boudie2 · · Score: 1

      My favorite car was a 1989 Volkswagen Scirocco 16V, which was only available with a five speed manual transmission. Loved that car. Driving is fun.

  16. This is due to using barely altered GPUs by RhettLivingston · · Score: 2

    The NVidia or other GPU approach to AI is too flexible for this application. It needs a more purpose-built chip. Perhaps something like IBM's TrueNorth or even a mixed analog/digital NN approach.

    NNs in general have potential to be much more power efficient than traditional computing with vectors makes it appear, but not when we use traditional computing techniques to simulate the NN.

    We will see this evolve quickly as the market appears. It's still quick and dirty time right now.

  17. They didn't do the math by locater16 · · Score: 3, Interesting

    A Tesla Model S has a 90 kilowatt hour battery life for it's 275 mile range. A kilowatt hour is a thousand watts, and let's assume you're going 60mph. For argument, and maths, sake we'll assume you're going above efficiency and say you'll get 240 miles out of that. That's 4 hours, so 22.5 kilowatts an hour. That's a powerdraw of 22 thousand watts in 1 hour. The new self driving chip announced by Nvidia only draws 500 watts, that's 500 watts in an hour. Or better yet, here's the empirical evidence of Tesla owners discussing their average watts/min usage: https://forums.tesla.com/forum...

    Even there with more efficiency, the new Nvidia chip uses in an hour less energy than the car itself uses in 2 minutes. This article is absolute bullshit, they had 1 damned thing their job required and they didn't do it. Self driving electric cars are perfectly mathematically sounds.

    1. Re:They didn't do the math by fluffernutter · · Score: 1

      How is a Tesla Model S going to see a small animal walking onto the road from behind think brush at night? Do they have infrared sensors?

      --
      Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
    2. Re:They didn't do the math by Ost99 · · Score: 2

      Current EVs manage a 60% duty cycle on a home charger (22kW), or 85% with a high-speed charger (100-120kW).
      The next CCS charging standard will support up to 350kW, resulting in less than 5% downtime due to charging.

      I'm convinced the savings on fuel and maintenance costs makes EVs better for fleet usage already now, with 15% downtime.

      --
      ---- Sig. gone.
    3. Re:They didn't do the math by thegarbz · · Score: 1

      How is a Tesla Model S going to see a small animal walking onto the road from behind think brush at night? Do they have infrared sensors?

      How are you? Do you have infrared eyeballs?

      Better question: Do you care? Heck where I live it's illegal to swerve to avoid animals. Mow it down and call the insurance company.

    4. Re:They didn't do the math by fluffernutter · · Score: 1

      We should be talking a lot more about what automated cars SHOULD be doing, rather than merely holding them up to the standards of humans. Being just as good as the average human isn't enough. If it isn't like a bionic human, what is the point?

      --
      Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
  18. Re: companies are planning by Rockoon · · Score: 1

    Yes, Self-Flying Fuel Cell Electric Cars are only a few years away.

    --
    "His name was James Damore."
  19. They don't even exist yet! by cyn1c77 · · Score: 1

    Instead of worrying about the efficiency of something that might be made in 2025, let's worry about how much power these things consume when someone actually builds a fully functional one that is for sale.

    Then we will at least have a metric for comparison and competition.

  20. Re:Insignificant by Anonymous Coward · · Score: 1

    Keep in that current electric cars manage to drive 100km with around 15kWh, needing another 4 kWh for the autonomous hardware will decrease the already pretty pathetic range by quite a bit.

    Your petrol car may have 100hp, but unless you're going down the highway full throttle, you're using much less.

  21. Chicken? Meet Egg by RenHoek · · Score: 1

    This sounds stupid, and also, even if it were true then this is something that gets solved the more autonomous cars you get on the road:

    * You get more computer driven cars on the road, the roads will become more computer-car friendly. Think of signs or markings on the road that will tell the car where it is, or what kind of hazards are coming up via for example a QR code.
    * Once you get more driver-less cars you get inter-car communication. Car up ahead does the full sensor sweeps and pass the results down the train, saving power for all the other cars.
    * Once most cars are driverless, you'll get dedicated driverless car lanes which should be made easy to navigate for them
    * And when human driven cars are totally extinct I expect cars to be able to navigate roads with something equal to a raspberry pi today.

    1. Re:Chicken? Meet Egg by ebvwfbw · · Score: 1

      The answer is the Egg by the way.

  22. alpha version by sad_ · · Score: 1

    obviously they are running alpha versions of the hard and software, yes, it will be 30 laptops in the boot. the production model will be nothing like this.
    just look at alpha versions of computers from the old days, it filled several tables of boards and wires everywhere, still in the end you get a nice small box.

    --
    On a long enough timeline, the survival rate for everyone drops to zero.
  23. Self-drive will operate "engine" more efficiently? by swb · · Score: 1

    I thought there were efficiencies to be had from a self-driving car being able to optimize acceleration, braking, and with car-car communication, greatly reducing a lot of the stop/go in congestion. It should be able to reduce the power consumption of the engine/motors over the way humans accelerate, brake, and speed up and slow down too often.

    These won't make up all the losses to self drive, but won't they offset some meaningful percentage? 5% or so power consumption from the drive system through efficient power application should provide a meaningful buffer for the self-drive system.

    I also wonder if the self-drive system couldn't partially sleep some part of the sensor environment and processing through some complex decision system involving time of day, real-time congestion reports, road condition, weather, road geography and car-car reporting data. Basically if you're on a long, straight street with no detectable traffic at 3 am in clear weather, couldn't the car dial back the sensor operation to draw less power? Or even if it kept them all running, obtain some efficiency because there's just less change data?

  24. Long tail shaped ? by DrYak · · Score: 1

    Making a Tesla autonomous is not going to require something in the range of 10 times as much computing power than what 'auto pilot' currently needs.

    Depends on whether this additionnal processing capability will be fighting against diminishing returns.

    Might by that the last 10% of processing capability to get it right require 90% more computations.

    On the other hand, the processes used (deep-neural nets, etc) tend to be extremely friendly to parallel processing (they love multicore, GPUs, etc.) and to specific ASICs (think GPUs or even Google's TPU). They aren't as much reliant on huge technological progress (you don't necessarily need a single chip clocked at 50Ghz and built with a 0.1 nm process).

    So even if today's prototype consume as much as a small beowulf cluster of linux nodes in the trunk, chances are by the time the thing goes into production, it could be handled by much reasonnably power-hungry hardware.

    (Also, none of the current fleets of autonomous car deployed in production is suffering due to power budget.)

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
  25. Conclusion Seems Bit Disingenuous by LostOne · · Score: 1

    It seems a bit disingenuous to suggest that *experimental* systems that are running on general purpose computing platforms are going to be the actual endgame and then using that to decide that self driving cars are going to have a problem with power consumption. Of course, I don't know what the specific tech involved in each self drive system actually is. However, because everything is experimental at this point, it is pretty much certain that nothing is optimized. It would be a waste of resources to optimize at this stage of the game. I can guarantee that the makers of self driving cars are going to be doing everything they can to minimize the power draw of their control systems simply because they need to compete on *range*. Anything that drains the battery is on the table for optimization or removal if they can improve range.

    Once they work out exactly what sensors they need, how to process the data, and all that, then no doubt most of that processing smarts will move down into custom devices optimized for the specific tasks which will almost certainly remove a lot of the power consumption. That's not to say there won't be more power consumption in a self driving car than a human operated one. After all, even the human brain takes a nontrivial amount of energy to operate!

    --

    If it works in theory, try something else in practice.
  26. Re: companies are planning by pakar · · Score: 1
  27. Re:Break-Even by avandesande · · Score: 1

    At the very least judicious hypermiling by AI will save a lot of energy

    --
    love is just extroverted narcissism