Changes between Version 3 and Version 4 of PlayerStage

Show
Ignore:
Author:
lyncas (IP: 192.168.0.35)
Timestamp:
11/09/06 23:53:53 (3 years ago)
Comment:

added documentation to run the player stage server and player code

Legend:

Unmodified
Added
Removed
Modified
  • PlayerStage

    v3 v4  
    1717   3. Doing simple tasks can take more time because of the overhead,  
    1818 
     19 
     20== Running PlayerStage on RasDev == 
     21 * RasDev is the development computer on the plasma screen,  
     22 * To run PlayerStage, if getting error , move libdc1394_control.so to libdc1394.so.20 ,  
     23 * To run Stage, run player /usr/local/share/stage/worlds/simple.cfg  
     24   * Run Player, run C++ code on /usr/local/share/player/examples/libplayerc++/<input file>  
     25 
     26 
     27 
    1928== Good Reference Material == 
    2029 Player Stage has withstood the test of time with many updates over the years, using their structure layout as a reference is generally a good idea,  
    2130  * [http://playerstage.sourceforge.net/doc/Player-cvs/player/group__tutorial__datalog.html Data Logging Format ]    
    2231  * [http://playerstage.sourceforge.net/doc/Player-cvs/player/group__tutorial__crosscompiling.html Cross Compiling for Gumstix ! ] 
     32