|
2D multiple-robot simulator About Stage
Stage sourcecode has a new home at
Stage development moved to https://github.com/rtv/Stage
in 2010. GitHub offers some nice collaboration tools and some other
advantages over SourceForge.
Important Stage GitHub links:
StageThe standalone program stage is a fast and scalable robot simulator. Your robot controllers are compiled and loaded at run-time, and can be attached to any model. Controllers have complete access to the Stage API.Player/Stage (Player with libstageplugin)See Jenny Owen's Player/Stage tutorial. Stage is often used a a Player plugin module, providing populations of virtual devices for Player. Users write robot controllers and sensor algorithms as 'clients' to the Player 'server'. Typically, clients cannot tell the difference between the real robot devices and their simulated Stage equivalents (unless they try very hard). We have found that Player clients developed using Stage will work with little or no modification with the real robots and vice versa. Thus Stage allows rapid prototyping of controllers destined for real robots. Stage also allows experiments with realistic robot devices you don't happen to have. Various sensors and actuator models are provided, including range-finders (sonar, SICK and Hokuyo laser scanners, IR), vision (color blob detection), 3D depth-map camera, odometry (with drift error model), and a differential steer robot base. libstageStage can also be used as a C++ library to provide a robot simulation inside your own programs. This is useful if Player is not suitable for your needs, or if you want custom simulation models based on a well-known simulation engine. [ Download the latest Stage from GitHub ] [ Download previous versions (3.X and older) from Sourceforge ]
|