

Go to the source code of this file.
Namespaces | |
| gazebo | |
| Forward declarations for the common classes. | |
Constant Groups | |
| gazebo | |
| Forward declarations for the common classes. | |
Functions | |
| GAZEBO_VISIBLE void | gazebo::add_plugin (const std::string &_filename) GAZEBO_DEPRECATED(2.3) |
| Deprecated. More... | |
| GAZEBO_VISIBLE void | gazebo::addPlugin (const std::string &_filename) |
| Add a system plugin. More... | |
| GAZEBO_VISIBLE std::string | gazebo::find_file (const std::string &_file) GAZEBO_DEPRECATED(2.3) |
| Not implemented. More... | |
| GAZEBO_VISIBLE void | gazebo::fini () GAZEBO_DEPRECATED(2.3) |
| Deprecated. More... | |
| GAZEBO_VISIBLE bool | gazebo::init () GAZEBO_DEPRECATED(2.3) |
| Deprecated. More... | |
| GAZEBO_VISIBLE bool | gazebo::load (int _argc=0, char **_argv=0) GAZEBO_DEPRECATED(2.3) |
| Deprecated. More... | |
| GAZEBO_VISIBLE gazebo::physics::WorldPtr | gazebo::loadWorld (const std::string &_worldFile) |
| Create and load a new world from an SDF world file. More... | |
| GAZEBO_VISIBLE void | gazebo::print_version () GAZEBO_DEPRECATED(2.3) |
| Deprecated. More... | |
| GAZEBO_VISIBLE void | gazebo::printVersion () |
| Output version information to the terminal. More... | |
| GAZEBO_VISIBLE void | gazebo::run () GAZEBO_DEPRECATED(2.3) |
| Deprecated. More... | |
| GAZEBO_VISIBLE void | gazebo::runWorld (gazebo::physics::WorldPtr _world, unsigned int _iterations) |
| Run a world for a specific number of iterations. More... | |
| GAZEBO_VISIBLE bool | gazebo::setupClient (int _argc=0, char **_argv=0) |
| Start a gazebo client. More... | |
| GAZEBO_VISIBLE bool | gazebo::setupServer (int _argc=0, char **_argv=0) |
| Start a gazebo server. More... | |
| GAZEBO_VISIBLE bool | gazebo::shutdown () |
| Stop and cleanup simulation. More... | |
| GAZEBO_VISIBLE void | gazebo::stop () GAZEBO_DEPRECATED(2.3) |
| Deprecated. More... | |