Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 774 Bytes

File metadata and controls

32 lines (18 loc) · 774 Bytes

Player - one hell of a robot server

This is the Player device interface, developed at the SRI AI Center, with help from many other places, and released under the GNU Lesser General Public License (LGPL). Some of the code is only available under the GPL, see individual libraries and source files for details.

Build Status

The Player homepage is:

http://playerstage.sourceforge.net

Installation

Read INSTALL for more detailed instructions. For most people, the following sequence will suffice:

mkdir build

cd build/

cmake ../

make install

To configure the build, do:

ccmake ../

                - brian gerkey (gerkey@willowgarage.com)