18 #ifndef _GAZEBO_POPULATION_PRIVATE_HH_
19 #define _GAZEBO_POPULATION_PRIVATE_HH_
21 #include <boost/shared_ptr.hpp>
36 public: boost::shared_ptr<World>
world;
Private data for the Population class.
Definition: PopulationPrivate.hh:30
sdf::ElementPtr populationElem
The Population's SDF values.
Definition: PopulationPrivate.hh:33
boost::shared_ptr< World > world
Pointer to the world.
Definition: PopulationPrivate.hh:36