|
|
2.5D multiple-robot simulator About Stage
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.libstagepluginStage is often used as a Player plugin module, providing populations of virtual devices for Player. This is the well-known "Player/Stage" system. 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 actuators are provided, including sonar, scanning laser rangefinders, vision (color blob detection), odometry, 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 neither Stage nor Player/Stage is not suitable for your needs, or if you want custom simulation models based on a well-known simulation engine.
|