17 #ifndef _PHYSICSIFACE_HH_
18 #define _PHYSICSIFACE_HH_
GZ_PHYSICS_VISIBLE WorldPtr create_world(const std::string &_name="")
Create a world given a name.
GZ_PHYSICS_VISIBLE void load_world(WorldPtr _world, sdf::ElementPtr _sdf)
Load world from sdf::Element pointer.
#define GZ_PHYSICS_VISIBLE
Definition: system.hh:318
GZ_PHYSICS_VISIBLE uint32_t getUniqueId()
Get a unique ID.
GZ_PHYSICS_VISIBLE bool worlds_running()
Return true if any world is running.
GZ_PHYSICS_VISIBLE void run_world(WorldPtr _world, unsigned int _iterations=0)
Run world by calling World::Run() given a pointer to it.
GZ_PHYSICS_VISIBLE void init_worlds()
initialize multiple worlds stored in static variable gazebo::g_worlds
GZ_PHYSICS_VISIBLE void pause_world(WorldPtr _world, bool _pause)
Pause world by calling World::SetPaused.
GZ_PHYSICS_VISIBLE void stop_worlds()
stop multiple worlds stored in static variable gazebo::g_worlds
default namespace for gazebo
GZ_PHYSICS_VISIBLE void stop_world(WorldPtr _world)
Stop world by calling World::Stop() given a pointer to it.
GZ_PHYSICS_VISIBLE void remove_worlds()
remove multiple worlds stored in static variable gazebo::g_worlds
GZ_PHYSICS_VISIBLE void init_world(WorldPtr _world)
Init world given a pointer to it.
GZ_PHYSICS_VISIBLE void run_worlds(unsigned int _iterations=0)
Run multiple worlds stored in static variable gazebo::g_worlds.
GZ_PHYSICS_VISIBLE bool fini()
Finalize transport by calling gazebo::transport::fini.
GZ_PHYSICS_VISIBLE WorldPtr get_world(const std::string &_name="")
Returns a pointer to a world by name.
boost::shared_ptr< World > WorldPtr
Definition: PhysicsTypes.hh:80
GZ_PHYSICS_VISIBLE void pause_worlds(bool pause)
pause multiple worlds stored in static variable gazebo::g_worlds
GZ_PHYSICS_VISIBLE bool load()
Setup gazebo::SystemPlugin's and call gazebo::transport::init.
GZ_PHYSICS_VISIBLE void load_worlds(sdf::ElementPtr _sdf)
load multiple worlds from single sdf::Element pointer