You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the Stage README file, containing an introduction, license and
5
-
citation information.
1
+
# The Stage Simulator
2
+
This is the Stage README file, containing an introduction, license and citation information. Stage is a 2(.5)D robotics standalone simulator and can also be used as a C++ library to build your own simulation environment. Up-to-date **documentation can be found [here](https://codedocs.xyz/CodeFinder2/Stage/)**.
6
3
7
4
For release notes see RELEASE.txt
8
5
For installation notes see INSTALL.txt
9
6
10
7
Copyright Richard Vaughan and contributors 1998-2011
11
8
Part of the Player Project (http://playerstage.org)
- Brian Gerkey, Richard T. Vaughan and Andrew Howard. "The Player/Stage Project: Tools for Multi-Robot and Distributed Sensor Systems" Proceedings of the 11th International Conference on Advanced Robotics, pages 317-323, Coimbra, Portugal, June 2003 (ICAR'03), [download PDF](http://robotics.stanford.edu/~gerkey/research/final_papers/icar03-player.pdf)
95
75
96
76
Please help us keep track of what's being used out there by correctly
97
77
naming the Player/Stage components you use. Player used on its own is
@@ -100,12 +80,9 @@ called "Player". Player and Stage used together are referred to as
100
80
without Player, it's just called "Stage". When the Stage library is
101
81
used to create your own custom simulator, it's called "libstage" or
102
82
"the Stage library". When Player is used with its 3D ODE-based
103
-
simulation backend, Gazebo, it's called Player/Gazebo. Gazebo without
104
-
Player is just "Gazebo". All this software is part of the "Player
105
-
Project".
83
+
simulation backend, Gazebo, it's called Player/Gazebo. Gazebo without Player is just "Gazebo". All this software is part of the "Player Project".
106
84
107
-
Support
108
-
-------
85
+
# Support
109
86
Funding for Stage has been provided in part by:
110
87
111
88
- DARPA (USA)
@@ -119,8 +96,8 @@ Names
119
96
-----
120
97
The names "Player" and "Stage" were inspired by the lines:
121
98
122
-
"All the world's a stage,
123
-
And all the men and women merely players"
99
+
> All the world's a stage,
100
+
> And all the men and women merely players
124
101
125
102
from "As You Like It" by William Shakespeare.
126
103
@@ -130,7 +107,7 @@ References
130
107
[4] Nick Jakobi (1997) "Evolutionary Robotics and the Radical Envelope
0 commit comments