Urgent.News

What's breaking now, across thousands of outlets.

Tech

This Has to Be the Most Amazing Robot Death We’ve Ever Seen

Ever blow out your back so hard that you split in half? The post This Has to Be the Most Amazing Robot Death We’ve Ever Seen appeared first on Futurism .

This Has to Be the Most Amazing Robot Death We’ve Ever Seen

A robot's death has taken an unexpected turn for astonishment. At China's World Humanoid Robot Games in Beijing, a robot sprinted down a race track with remarkable speed before crashing and igniting in a dazzling display. Even after breaching the finish line, the agile machine continued to move at top velocity, colliding with a cushioned wall and falling headfirst to the ground.

The force of its impact caused its hip to explode in sparks, signaling it had blown out its back. The crowd sympathetically groaned as sympathy was palpable in the air. The video, which has gone viral on social media, left many assuming it was AI-generated, although multiple angles confirmed its authenticity. Unitree, the Chinese robotics company behind the robot, had previously dominated the inaugural World Humanoid Robot Games by securing four gold medals, including the 100 meter race.

This year, Unitree unveiled a new "Superman" robot, boasting the ability to outpace Usain Bolt and leap higher than any human, but it, too, faltered during a training run. The new regulation requiring complete autonomy in the robots' run, as opposed to remote control, might be the reason for the robots' comedic mishaps, according to robotics industry analyst Eren Chen.

Chen also suggested that China's robotics industry may be overly obsessed with speed, aiming for robots with robust bodies when they were more clumsy. Regardless, the spectacle of robot carnage continues to entertain.

Written by urgent.news from Futurism's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at futurism.com →

More in Tech

How We Handle Client-Side CSV Merging Without Server Processing

When merging CSVs in the browser, handling mismatched columns and quoted cells changes everything. Here's how filetools does it.

  • Users specify columns to merge on, handling mismatched columns
  • Case-insensitive initial match with exact comparison for precision
  • Transparency allows users to approve/adjust detected headers

UNDERSTANDING THE GIT WORKFLOW

Git is a version control system. Version control, also known as source control, is the practice of tracking and managing changes to software code.

  • Git tracks changes to code in software projects.
  • Initialize repository with git init to store tracking info.
  • git add stages files for commit with descriptive message.

More from Friday 21 August →