Skip to content

Tesla withheld data, lied, and misdirected police and plaintiffs to avoid blame in Autopilot crash

Technology
75 53 454
  • Bullshit. It was saved locally. It can stay saved locally but be marked for deletion if storage gets tight. This is a solved computer science problem.

    There is zero reason to delete it immediate except to cover their asses.

    If I was on the jury I'd be pushing for maximum monetary penalty.

    Treble damages

  • Tesla was caught withholding data, lying about it, and misdirecting authorities in the wrongful death case involving Autopilot that it lost this week.

    The automaker was undeniably covering up for Autopilot.

    Last week, a jury found Tesla partially liable for a wrongful death involving a crash on Autopilot. We now have access to the trial transcripts, which confirm that Tesla was extremely misleading in its attempt to place all the blame on the driver.

    The company went as far as to actively withhold critical evidence that explained Autopilot’s performance around the crash. Within about three minutes of the crash, the Model S uploaded a “collision snapshot”—video, CAN‑bus streams, EDR data, etc.—to Tesla’s servers, the “Mothership”, and received an acknowledgement. The vehicle then deleted its local copy, resulting in Tesla being the only entity having access.

    What ensued were years of battle to get Tesla to acknowledge that this collision snapshot exists and is relevant to the case.

    The police repeatedly attempted to obtain the data from the collision snapshot, but Tesla led the authorities and the plaintiffs on a lengthy journey of deception and misdirection that spanned years.

    a company doing unethical immoral things, purgery and lying to officials? thats been done a billion times already. Elon is no different then any other scum bag who runs the world.

  • Tesla was caught withholding data, lying about it, and misdirecting authorities in the wrongful death case involving Autopilot that it lost this week.

    The automaker was undeniably covering up for Autopilot.

    Last week, a jury found Tesla partially liable for a wrongful death involving a crash on Autopilot. We now have access to the trial transcripts, which confirm that Tesla was extremely misleading in its attempt to place all the blame on the driver.

    The company went as far as to actively withhold critical evidence that explained Autopilot’s performance around the crash. Within about three minutes of the crash, the Model S uploaded a “collision snapshot”—video, CAN‑bus streams, EDR data, etc.—to Tesla’s servers, the “Mothership”, and received an acknowledgement. The vehicle then deleted its local copy, resulting in Tesla being the only entity having access.

    What ensued were years of battle to get Tesla to acknowledge that this collision snapshot exists and is relevant to the case.

    The police repeatedly attempted to obtain the data from the collision snapshot, but Tesla led the authorities and the plaintiffs on a lengthy journey of deception and misdirection that spanned years.

    Beta test of the Tesla Autolawyer huh?

  • You're also making assumptions in that the volatile memory lost power and thus must have been cleared at some point. I dont think there is a right or a wrong based on the knowledge i have I just am throwing out a random guess.

    The article says Tesla deletes it and was forced to produce it. Seems pretty obvious that your theory is wrong

  • Tesla was caught withholding data, lying about it, and misdirecting authorities in the wrongful death case involving Autopilot that it lost this week.

    The automaker was undeniably covering up for Autopilot.

    Last week, a jury found Tesla partially liable for a wrongful death involving a crash on Autopilot. We now have access to the trial transcripts, which confirm that Tesla was extremely misleading in its attempt to place all the blame on the driver.

    The company went as far as to actively withhold critical evidence that explained Autopilot’s performance around the crash. Within about three minutes of the crash, the Model S uploaded a “collision snapshot”—video, CAN‑bus streams, EDR data, etc.—to Tesla’s servers, the “Mothership”, and received an acknowledgement. The vehicle then deleted its local copy, resulting in Tesla being the only entity having access.

    What ensued were years of battle to get Tesla to acknowledge that this collision snapshot exists and is relevant to the case.

    The police repeatedly attempted to obtain the data from the collision snapshot, but Tesla led the authorities and the plaintiffs on a lengthy journey of deception and misdirection that spanned years.

    Another reason why Leon Hitler and Krasnov shut down the NTSB office that was investigating their shitty Autopilot system.

  • Tesla was caught withholding data, lying about it, and misdirecting authorities in the wrongful death case involving Autopilot that it lost this week.

    The automaker was undeniably covering up for Autopilot.

    Last week, a jury found Tesla partially liable for a wrongful death involving a crash on Autopilot. We now have access to the trial transcripts, which confirm that Tesla was extremely misleading in its attempt to place all the blame on the driver.

    The company went as far as to actively withhold critical evidence that explained Autopilot’s performance around the crash. Within about three minutes of the crash, the Model S uploaded a “collision snapshot”—video, CAN‑bus streams, EDR data, etc.—to Tesla’s servers, the “Mothership”, and received an acknowledgement. The vehicle then deleted its local copy, resulting in Tesla being the only entity having access.

    What ensued were years of battle to get Tesla to acknowledge that this collision snapshot exists and is relevant to the case.

    The police repeatedly attempted to obtain the data from the collision snapshot, but Tesla led the authorities and the plaintiffs on a lengthy journey of deception and misdirection that spanned years.

    And the consequence will be ... ?

  • Same walking route?

  • On embedded controllers you are usually heavily limited with nonvolatile memory.

    Not sure why you think this, it’s generally trivial to add non-volatile storage to microcontrollers, and much more complicated to add external RAM.

  • If only....

    One can dream.

    Dissolution of corporations was once the law of the land in uncle Sam's backyard.

  • Bullshit. It was saved locally. It can stay saved locally but be marked for deletion if storage gets tight. This is a solved computer science problem.

    There is zero reason to delete it immediate except to cover their asses.

    If I was on the jury I'd be pushing for maximum monetary penalty.

    Agreed, if there was concern about the data falling into the wrong hands then there’s many different ways to secure the data (encryption w/ a secure enclave, masking, hardening) besides just deleting it. Tesla’s strategy here totally foregoes any typical data retention lifecycle like you mention, which is usually to delete old data that has little to no benefit besides just adding additional risk (e.g. trips older than 1 year or if there’s no space left). Plus you have to take into account the additional consequences you take on by deleting the data locally such as not being in compliance with regulations, and potentially risking sanctions or heavy fines.