From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e9aa51c7f1665df8 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!news.glorb.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Alex R. Mosteo" Newsgroups: comp.lang.ada Subject: Re: [ANN] Player-Ada 2.0.3.0 released Date: Fri, 27 Oct 2006 10:42:27 +0200 Message-ID: <4qdv1jFmnkr8U1@individual.net> References: <4qcaq6Fmg7u7U1@individual.net> <1ruckzczfgwn7$.1o0lhp0ouwqgj.dlg@40tude.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: individual.net lgpAJU0pPsqGbV751MN1XA73ETAyrrJcikGVvC7boMHwGjUKg= User-Agent: KNode/0.10.4 Xref: g2news2.google.com comp.lang.ada:7228 Date: 2006-10-27T10:42:27+02:00 List-Id: Dmitry A. Kazakov wrote: > On Thu, 26 Oct 2006 19:51:01 +0200, Alex R. Mosteo wrote: > >> Player-Ada >> ========== >> A binding for the Player/Stage robotic platform. >> >> Player-Ada is a not-so-thin binding to the libplayerc client library that >> is distributed as part of the Player/Stage multi-robot >> interface/simulator software. >> >> It currently implements the following interfaces: blobfinder, gps, laser, >> localize, planner, position2d, simulation. >> >> Binding homepage: http://ada-player.sf.net/ >> Player homepage: http://playerstage.sf.net/ > > Hardware? The binding has only been tested in Linux with gnat, but it's supposed to be pure Ada95 without using gnat extensions. Quoting Player FAQ: " Player runs on pretty much any POSIX platform, including embedded systems (Player has been cross-compiled to run on several ARM- and PPC-based Linux systems). Specifically, Player's requirements are: * POSIX development environment, with threads (pthreads) * TCP stack * A compiler with both C and C++ (we have only tested gcc, but other compilers may work) * A bash shell, to run the configure script; this implies that Player will not build natively in Windows, though some users have it running under Cygwin, and there are rumors of MinGW builds as well. " If you refer to what robots can be controlled with player: http://playerstage.sourceforge.net/doc/Player-cvs/player/supported_hardware.html I have used it with Pioneer3 DX/AT robots equiped with sonar and SICK200 lasers. Alex.