This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
fastdev:playerstage [2007/04/19 18:40] – Added player logo amaldo | fastdev:playerstage [2009/01/15 16:00] (current) – corrected download information and added documentation link kresse | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Player / Stage / Gazebo ====== | ||
+ | {{ fastdev: | ||
+ | |||
+ | The [[http:// | ||
+ | * [[http:// | ||
+ | * Stage: A 2D simulator | ||
+ | * Gazebo: A 3D simulator | ||
+ | |||
+ | On the Innovation@CoTeSys seminar, we are mainly interested in Player. | ||
+ | |||
+ | We will use it to build flexible programs that interact with the Phidgets. The Phidgets driver was developed at our chair, and is available as a patch to Player. It deals with the low level details, and offers standardized Player interfaces, so that our software will later run on any other similar hardware that is also supported by Player. Player also handles the transmission of data through the network. | ||
+ | |||
+ | The newest versions of Player are only available through SVN. Use the following command: | ||
+ | |||
+ | svn co https:// | ||
+ | |||
+ | If you follow the [[http:// | ||
+ | |||
+ | If you use debian you need to install at least the following packages: | ||
+ | libtool | ||
+ | autoconf | ||
+ | automake | ||
+ | build-essentials | ||
+ | libltdl3-dev | ||
+ | libboost-thread-dev | ||
+ | libboost-signals-dev | ||
+ | libgtk2.0-dev | ||
+ | |||
+ | For compiling the player version downloaded from cvs, in the source directory you need first to run ./ | ||
+ | |||
+ | There are drivers of the phidgets for player but these are not in the upstream code yet. For getting this drivers please write to maldonad at cs.tum.edu or ruizf at cs.tum.edu. | ||
+ | |||