34 void addPlugin(
const std::string &_filename);
53 bool setupServer(
const std::vector<std::string> &_args);
74 bool setupClient(const std::vector<std::
string> &_args)
GAZEBO_VISIBLE void runWorld(gazebo::physics::WorldPtr _world, unsigned int _iterations)
Run a world for a specific number of iterations.
GAZEBO_VISIBLE void printVersion()
Output version information to the terminal.
#define GAZEBO_DEPRECATED(version)
Definition: CommonTypes.hh:47
GAZEBO_VISIBLE bool setupClient(int _argc=0, char **_argv=0) GAZEBO_DEPRECATED(6.0)
Start a gazebo client.
GAZEBO_VISIBLE gazebo::physics::WorldPtr loadWorld(const std::string &_worldFile)
Create and load a new world from an SDF world file.
GAZEBO_VISIBLE bool shutdown()
Stop and cleanup simulation.
boost::shared_ptr< World > WorldPtr
Definition: PhysicsTypes.hh:80
GAZEBO_VISIBLE void addPlugin(const std::string &_filename)
Add a system plugin.
#define GAZEBO_VISIBLE
Use to represent "symbol visible" if supported.
Definition: system.hh:66
GAZEBO_VISIBLE bool setupServer(int _argc=0, char **_argv=0)
Start a gazebo server.