Slashdot Mirror


Build Your Own Soccer-Playing Robot

An anonymous reader writes "This article by a Ph.D student at Shanghai JiaoTong University (SJTU) Research Institute of Robotics describes an RTLinux-powered robot that placed fifth in the most recent RoboCup competition. The robot has two color cameras for visual sensing along with a laser range finder (LRF) for goalkeeper location, and a wireless LAN allows communication among the robots on SJTU's team. The robot's embedded operating system is Red Hat Linux enhanced with the RTLinuxPro real-time extension."

1 of 129 comments (clear)

  1. What's next? by GuyMannDude · · Score: 5, Funny

    First we got robot soldiers and now we got robot soccer players. What we really need are robotic Mexican soccer announcers:

    cout << "He shoots!" << endl;
    cout << "He scores!" << endl;
    cout << "G";
    for (int i = 0; i < 10000; ++i)
    {
    cout << "o";
    }
    cout << "al!" << endl;

    GMD