Revision: 7812
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7812&view=rev
Author:   rtv
Date:     2009-06-07 19:34:03 +0000 (Sun, 07 Jun 2009)

Log Message:
-----------
tweaked docs and updated website

Modified Paths:
--------------
    code/stage/trunk/AUTHORS.txt
    code/stage/trunk/README.txt
    code/stage/trunk/docsrc/stage.dox
    code/stage/trunk/docsrc/upload.sh
    code/stage/trunk/libstage/model_fiducial.cc
    code/stage/trunk/libstage/worldgui.cc

Modified: code/stage/trunk/AUTHORS.txt
===================================================================
--- code/stage/trunk/AUTHORS.txt        2009-06-07 18:24:41 UTC (rev 7811)
+++ code/stage/trunk/AUTHORS.txt        2009-06-07 19:34:03 UTC (rev 7812)
@@ -18,3 +18,9 @@
 Many patches and bug reports have been contributed by users around the
 world.  Stage is part of the Player Project (http://playerstage.org), 
 a community effort to develop free Software tools for robotics research.
+
+Project Lead / Maintainer
+------------------------
+
+- Stage v3. : Richard Vaughan ([email protected])
+- Stage v2. : Toby Collett ([email protected])

Modified: code/stage/trunk/README.txt
===================================================================
--- code/stage/trunk/README.txt 2009-06-07 18:24:41 UTC (rev 7811)
+++ code/stage/trunk/README.txt 2009-06-07 19:34:03 UTC (rev 7812)
@@ -72,7 +72,7 @@
 of writing, the most suitable reference is either:
 
 Richard Vaughan. "Massively Multiple Robot Simulations in Stage", Swarm
-Intelligence (to appear 2008), Springer.
+Intelligence 2(2-4):189-208, 2008. Springer.
 
 Or, if you are using Player/Stage:
 
@@ -85,14 +85,16 @@
 [gzipped 
postscript](http://robotics.stanford.edu/~gerkey/research/final_papers/icar03-player.ps.gz),
 
 
[pdf](http://robotics.stanford.edu/~gerkey/research/final_papers/icar03-player.pdf)
 
-Please help us keep track of what's being used out there by correctly 
-naming the Player/Stage components you use. Player used on its own is 
-called "Player". Player and Stage used together are referred to as 
-"the Player/Stage system" or just "Player/Stage". When libstage is 
-used without Player, it's just called "Stage". When Player is used 
-with its 3D ODE-based simulation backend, Gazebo, it's called 
-Player/Gazebo. Gazebo without Player is just "Gazebo". All this 
-software is part of the "Player Project".
+Please help us keep track of what's being used out there by correctly
+naming the Player/Stage components you use. Player used on its own is
+called "Player". Player and Stage used together are referred to as
+"the Player/Stage system" or just "Player/Stage". When Stage is used
+without Player, it's just called "Stage". When the Stage library is
+used to create your own custom simulator, it's called "libstage" or
+"the Stage library". When Player is used with its 3D ODE-based
+simulation backend, Gazebo, it's called Player/Gazebo. Gazebo without
+Player is just "Gazebo". All this software is part of the "Player
+Project".
 
 Support
 -------
@@ -101,6 +103,7 @@
 - DARPA (USA)
 - NASA (USA)
 - NSERC (Canada)
+- DRDC Suffield (Canada)
 - NSF (USA)
 - Simon Fraser University (Canada)
 

Modified: code/stage/trunk/docsrc/stage.dox
===================================================================
--- code/stage/trunk/docsrc/stage.dox   2009-06-07 18:24:41 UTC (rev 7811)
+++ code/stage/trunk/docsrc/stage.dox   2009-06-07 19:34:03 UTC (rev 7812)
@@ -1100,7 +1100,7 @@
 # indirect implementation dependencies (inheritance, containment, and 
 # class references variables) of the class with other documented classes.
 
-COLLABORATION_GRAPH    = YES
+COLLABORATION_GRAPH    = NO
 
 # If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen 
 # will generate a graph for groups, showing the direct groups dependencies

Modified: code/stage/trunk/docsrc/upload.sh
===================================================================
--- code/stage/trunk/docsrc/upload.sh   2009-06-07 18:24:41 UTC (rev 7811)
+++ code/stage/trunk/docsrc/upload.sh   2009-06-07 19:34:03 UTC (rev 7812)
@@ -26,10 +26,10 @@
 tar chzf $DEST.tgz $DEST
 
 # Copy tarball to website
-scp $DEST.tgz 
[email protected]:/home/groups/p/pl/playerstage/htdocs/doc/
+scp $DEST.tgz 
[email protected]:/home/groups/p/pl/playerstage/htdocs/doc/
 
 # Untar the file and re-jig the permissions
-ssh [email protected] 'cd 
/home/groups/p/pl/playerstage/htdocs/doc/; tar xvzf '$DEST'.tgz 
--no-overwrite-dir; find '$DEST' -type d | xargs chmod 2775; find '$DEST' -type 
f | xargs chmod 664'
+ssh [email protected] 'cd 
/home/groups/p/pl/playerstage/htdocs/doc/; tar xvzf '$DEST'.tgz 
--no-overwrite-dir; find '$DEST' -type d | xargs chmod 2775; find '$DEST' -type 
f | xargs chmod 664'
 
 # clean up
 rm $DEST $DEST.tgz

Modified: code/stage/trunk/libstage/model_fiducial.cc
===================================================================
--- code/stage/trunk/libstage/model_fiducial.cc 2009-06-07 18:24:41 UTC (rev 
7811)
+++ code/stage/trunk/libstage/model_fiducial.cc 2009-06-07 19:34:03 UTC (rev 
7812)
@@ -25,7 +25,7 @@
 const stg_watts_t DEFAULT_FIDUCIAL_WATTS = 10.0;
 
 //TODO make instance attempt to register an option (as customvisualizations do)
-Option ModelFiducial::showFiducialData( "Fiducials", "show_fiducial", "", 
false, NULL );
+Option ModelFiducial::showFiducialData( "Fiducials", "show_fiducial", "", 
true, NULL );
 
 /** 
   @ingroup model

Modified: code/stage/trunk/libstage/worldgui.cc
===================================================================
--- code/stage/trunk/libstage/worldgui.cc       2009-06-07 18:24:41 UTC (rev 
7811)
+++ code/stage/trunk/libstage/worldgui.cc       2009-06-07 19:34:03 UTC (rev 
7812)
@@ -87,17 +87,22 @@
 want to keep the old poses.  Alternatively the File/Save As menu item
 can be used to save to a new world file.
 
-<h3>Pausing and resuming the clock</h3>
-<p>The simulation can be paused or resumed by pressing the space key.
+<h3>Pausing and resuming the clock</h3> <p>The simulation can be
+paused or resumed by pressing the 'p' key. Run one simulation step at
+a time by pressing the '.' (period) key. Hold down the '.' key to step
+repeatedly. Stepping leaves the simulation paused, so press 'p' to
+resume running. The initial paused/unpaused state can be set in the
+worldfile using the "paused" property. 
 
-<h3>Selecting models</h3>
-<p>Models can be selected by clicking on them with the left mouse button.
-It is possible to select multiple models by holding the shift key and 
-clicking on multiple models.  Selected models can be moved by dragging or
-rotated by right click dragging.  Selections can be cleared by clicking on
-an empty location in the world.  After clearing the selection, the last
-single model selected will be saved as the target for several view options
-described below which affect a particular model.
+<h3>Selecting models</h3> <p>Models can be selected by clicking on
+them with the left mouse button.  It is possible to select multiple
+models by holding the shift key and clicking on multiple models.
+Selected models can be moved by dragging or rotated by holding the
+right mouse button and moving the mouse. Selections can be cleared by
+clicking on an empty location in the world.  After clearing the
+selection, the last single model selected will be saved as the target
+for several view options described below which affect a particular
+model.
 
 <h3>View options</h3>
 <p>The View menu provides access to a number of features affecting how
@@ -105,11 +110,12 @@
 a keyboard hotkey which can be pressed to quickly toggle the relevant
 option.
 
-<p>Sensor data visualizations can be toggled by the "Data" option.
-The filter data option opens a dialog which provides the ability
-to turn on and off visualizations of particular sensors.  The "Visualize All"
-option in the dialog toggles whether sensor visualizations are enabled
-for all models or only the currently selected ones.
+<p>Sensor data visualizations can be toggled by the "Data" option
+(shortcut 'd').  The filter data option (shortcut shift-'d') opens a
+dialog which enables turning on and off visualizations of particular
+sensors.  The "Visualize All" option in the dialog toggles whether
+sensor visualizations are enabled for all models or only the currently
+selected ones.
 
 <p>The "Follow" option keeps the view centered on the last selected model.
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to