17 #ifndef _GAZEBO_DARTPLANESHAPE_HH_
18 #define _GAZEBO_DARTPLANESHAPE_HH_
45 boost::dynamic_pointer_cast<
DARTCollision>(this->collisionParent);
49 dart::dynamics::BodyNode *dtBodyNode =
51 dart::dynamics::BoxShape *dtBoxShape =
52 new dart::dynamics::BoxShape(Eigen::Vector3d(2100, 2100, 0.01));
53 dtBodyNode->addCollisionShape(dtBoxShape);
54 dtBoxShape->setOffset(Eigen::Vector3d(0.0, 0.0, -0.005));
55 dartCollisionParent->SetDARTCollisionShape(dtBoxShape,
false);
DARTPlaneShape(CollisionPtr _parent)
Constructor.
Definition: DARTPlaneShape.hh:33
virtual void SetAltitude(const math::Vector3 &_pos)
Set the altitude of the plane.
The Vector3 class represents the generic vector containing 3 elements.
Definition: Vector3.hh:43
boost::shared_ptr< Collision > CollisionPtr
Definition: PhysicsTypes.hh:94
virtual void CreatePlane()
Create the plane.
Definition: DARTPlaneShape.hh:40
Base class for all DART collisions.
Definition: DARTCollision.hh:34
virtual void SetAltitude(const math::Vector3 &_pos)
Set the altitude of the plane.
Definition: DARTPlaneShape.hh:59
dart::dynamics::BodyNode * GetDARTBodyNode() const
Get DART body node.
virtual void CreatePlane()
Create the plane.
An DART Plane shape.
Definition: DARTPlaneShape.hh:29
boost::shared_ptr< DARTCollision > DARTCollisionPtr
Definition: DARTTypes.hh:45
Collision for an infinite plane.
Definition: PlaneShape.hh:41
virtual ~DARTPlaneShape()
Destructor.
Definition: DARTPlaneShape.hh:37
#define GAZEBO_VISIBLE
Use to represent "symbol visible" if supported.
Definition: system.hh:48