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."

4 of 129 comments (clear)

  1. Linux 1, Microsoft Nil by tiktok · · Score: 4, Funny

    They were experimenting with robot soccer players that ran on Windows, but unfortunately they couldn't get them to run for 90 minutes straight.

    1. Re:Linux 1, Microsoft Nil by Anonymous Coward · · Score: 4, Funny

      LOL. Even Microsoft's own gaming development company made fun of the Blue screen in Halo 2 Zanzibar map.

  2. Robo-Fans. by Anonymous Coward · · Score: 4, Funny

    Are they going to build robot fans that tear up the town when their team loses?

  3. 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