Urgent.News

What's breaking now, across thousands of outlets.

Tech

Gallery: China’s robot games

China’s robot games have become a national showcase.

Beijing, China is hosting the 2026 World Humanoid Robot Games, a five-day event featuring 51 different disciplines for humanoid robots, including athletics, tennis, table tennis, and kickboxing. The robots are setting records in these events, surpassing human world records. Specifically, a robot has smashed the human world record for the 100-meter sprint, completing the distance in 9.39 seconds (defeating Usain Bolt's 9.58-second record), and a humanoid bot has achieved a remarkable height of 2.88 meters in the high jump (exceeding Javier Sotomayor's 2.45-meter record).

However, the most significant challenge for these robots is stopping safely. Unitree humanoid robot, for instance, reached speeds of 28.3 mph, but failed to brake in time, veering off the track and crashing into safety barriers. The difficulty in slowing down these high-speed robots poses a significant engineering challenge, as it requires complex energy dissipation, rebalancing, and transition management.

While researchers have managed to accomplish this in simulations, it has proven to be an insurmountable obstacle for actual sprinting robots, as the energy requirements and movement mechanisms are too complex for the robots' artificial intelligence (AI) to handle. The issue ultimately boils down to the perennial problem of robots avoiding falling over.

Although staying upright seems automatic for humans, it involves numerous precise calculations that become exponentially more complicated when a robot is in motion. Spectators remain unalarmed by the abrupt stopping mechanisms, but the engineering community is hard at work to overcome this formidable hurdle.

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

This story

This is one outlet's version. Read the fullest account.

Read the original at sabcnews.com →

More in Tech

स्वराजची संगणक क्षेत्रात उंच भरारी | Navarashtra, Chandrapur | 23 May 2023

On 23 May 2023, Navarashtra featured my early journey in computer science and programming in its Chandrapur edition. The article was published under the Marathi headline “स्वराजची संगणक क्षेत्रात उंच…

  • Writer, 15, began programming at 11
  • Explored Python, Java, C/C++, HTML, CSS, JavaScript, Node.js
  • Now focuses on storage engines, databases, Rust, backend architecture

iOS 27: All the New Safari Features

Safari is one of the apps that Apple focused on in iOS 27 , and it includes multiple new Apple Intelligence features. From automatically organizing tab groups to custom extensions, Safari is getting…

How to Rename a Django Application Safely

Renaming a Django application looks simple at first: rename the directory and update the imports. However, if the application already has migrations and data in production, renaming it can be tricky.

  • Django apps have multiple concepts: package name, config, label
  • Rename package to preserve app identity: change directory, update apps.py, replace imports
  • Changing app label is complex: affects migrations, content types, DB tables, foreign keys

More from Monday 24 August →