Select your language


Deprecated: Creation of dynamic property plgContentJevent_embed::$pluginpath is deprecated in /home/u205232623/domains/cryptohubmalta.ai/public_html/plugins/content/jevent_embed/jevent_embed.php on line 29
Article summary :: TL;DR

The article "New Humanoid Robot Plays SOCCER!" can be summarized as follows: This new Humanoid Robot Plays SOCCER! The Booster T1 is an open-source humanoid robot developed by Beijing-based Booster Robotics and can do Kung Fu. Or in even shorter words, the main focus is on Booster T1, open-source, humanoid robot, Beijing, Booster Robotics as well as kung fu.

Open Source robots playing soccer
Open Source robots playing soccer
  • The Booster T1 is an open-source humanoid robot developed by Beijing-based Booster Robotics.
  • It features advanced motion control capabilities, allowing it to perform complex movements such as walking autonomously, playing soccer, and even performing Kung Fu. 

Specifications

  • Height: 1.2 meters
  • Weight: 30 kg (66 lbs)
  • Movement Capabilities:
    • Flexible movements including lateral and vertical splits.
    • 360° joint rotation. 

 

Key Features

  • Durability:
    • Made from high-strength materials that are water-resistant and anti-fall, allowing it to recover from falls. 
    • Can withstand an impact of 15 Newton-seconds, demonstrating its ability to absorb light pushes without losing balance. 
  • Open Source Platform:
    • Encourages innovation and experimentation within the AI robotics community. 
    • Allows developers to create various applications without the high costs associated with traditional robots. 

Advantages of Small Size

  • The small size (1.2 m) allows for easy transport and testing of various abilities without the need for larger, more expensive robots. 
  • Can fit into luggage, making it convenient for research and experimentation. 

Applications and Performance

  • The robot debuted at the World Robotics Conference in 2014, showcasing its capabilities in various demos, including soccer. 
  • Demonstrated ability to track and interact with objects, such as a football, showcasing its agility and intelligence.

Development and Future Prospects

  • The CEO of Booster Robotics emphasizes the need for developers to create impactful solutions in the physical world through humanoid robots. 
  • The robot is positioned as a universal bipedal robot and operational control algorithm development platform, aimed at enhancing productivity and innovation.

Conclusion

  • The Booster T1 represents a significant advancement in humanoid robotics, combining affordability, flexibility, and durability, making it accessible for developers and researchers alike. Its open-source nature is likely to foster a wave of innovation in the field.
FaLang translation system by Faboba
mysqli object is already closed (500 Whoops, looks like something went wrong.)

Error

HTTP 500 Whoops, looks like something went wrong.

mysqli object is already closed

Exception

Error

  1. */
  2. public function disconnect()
  3. {
  4. // Close the connection.
  5. if (\is_callable([$this->connection, 'close'])) {
  6. $this->connection->close();
  7. }
  8. parent::disconnect();
  9. }
  1. */
  2. public function disconnect()
  3. {
  4. // Close the connection.
  5. if (\is_callable([$this->connection, 'close'])) {
  6. $this->connection->close();
  7. }
  8. parent::disconnect();
  9. }
  1. *
  2. * @since 2.0.0
  3. */
  4. public function __destruct()
  5. {
  6. $this->disconnect();
  7. }
  8. /**
  9. * Alter database's character set.
  10. *
DatabaseDriver->__destruct()

Stack Trace

Error
Error:
mysqli object is already closed

  at /home/u205232623/domains/cryptohubmalta.ai/public_html/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:318
  at mysqli->close()
     (/home/u205232623/domains/cryptohubmalta.ai/public_html/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:318)
  at Joomla\Database\Mysqli\MysqliDriver->disconnect()
     (/home/u205232623/domains/cryptohubmalta.ai/public_html/libraries/vendor/joomla/database/src/DatabaseDriver.php:496)
  at Joomla\Database\DatabaseDriver->__destruct()