18 #ifndef GAZEBO_PLUGINS_RUBBLEPLUGIN_HH_
19 #define GAZEBO_PLUGINS_RUBBLEPLUGIN_HH_
24 #include <ignition/math/Pose3.hh>
42 public:
virtual void Init();
44 private:
void MakeBox(
const std::string &_name,
45 ignition::math::Pose3d &_pose,
46 ignition::math::Vector3d &_size,
49 private:
void MakeCinderBlock(
const std::string &_name,
50 ignition::math::Pose3d &_pose,
51 ignition::math::Vector3d &_size,
60 public: ignition::math::Pose3d pose;
61 public: ignition::math::Vector3d size;
65 private:
class CompoundObj
68 public: ignition::math::Vector3d pos;
71 public: ignition::math::Vector3d size;
72 public: std::vector<Obj> objects;
boost::shared_ptr< World > WorldPtr
Definition: PhysicsTypes.hh:89
A plugin with access to physics::World.
Definition: Plugin.hh:235
GAZEBO_VISIBLE void Init(google::protobuf::Message &_message, const std::string &_id="")
Initialize a message.
#define GAZEBO_VISIBLE
Use to represent "symbol visible" if supported.
Definition: system.hh:59
Definition: RubblePlugin.hh:31