Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

RRTNode3DR< N >::CollisionChecker::JointObstacle Class Reference

Coarse box-type obstacle representing a joint and all its components. More...

#include <ShapeSpacePlanner3DR.h>

Inheritance diagram for RRTNode3DR< N >::CollisionChecker::JointObstacle:

Detailed Description

template<size_t N>
class RRTNode3DR< N >::CollisionChecker::JointObstacle

Coarse box-type obstacle representing a joint and all its components.

If this obstacle does not collide, we needn't look any further. If it does collide, then we have to look at the individual components and their actual shapes to check if a collision really occurred.

Definition at line 57 of file ShapeSpacePlanner3DR.h.

List of all members.

Public Member Functions

 JointObstacle ()
 JointObstacle (KinematicJoint *_joint)
 JointObstacle (const BoxObstacle &_obstacle, KinematicJoint *_joint, bool _valid)
virtual ~JointObstacle ()
 JointObstacle (const JointObstacle &other)
JointObstacleoperator= (const JointObstacle &other)
bool collides (const JointObstacle &other) const
bool collides (const PlannerObstacle3D &obs) const
virtual bool setupObstacle (const fmat::Transform &t, bool includeChildren)

Public Attributes

BoxObstacle obstacle
KinematicJointjoint
bool valid

Constructor & Destructor Documentation

template<size_t N>
RRTNode3DR< N >::CollisionChecker::JointObstacle::JointObstacle (  ) 

Definition at line 63 of file ShapeSpacePlanner3DR.h.

template<size_t N>
RRTNode3DR< N >::CollisionChecker::JointObstacle::JointObstacle ( KinematicJoint _joint  ) 

Definition at line 65 of file ShapeSpacePlanner3DR.h.

template<size_t N>
RRTNode3DR< N >::CollisionChecker::JointObstacle::JointObstacle ( const BoxObstacle _obstacle,
KinematicJoint _joint,
bool  _valid 
)

Definition at line 69 of file ShapeSpacePlanner3DR.h.

template<size_t N>
virtual RRTNode3DR< N >::CollisionChecker::JointObstacle::~JointObstacle (  )  [virtual]

Definition at line 72 of file ShapeSpacePlanner3DR.h.

template<size_t N>
RRTNode3DR< N >::CollisionChecker::JointObstacle::JointObstacle ( const JointObstacle other  ) 

Definition at line 74 of file ShapeSpacePlanner3DR.h.


Member Function Documentation

template<size_t N>
bool RRTNode3DR< N >::CollisionChecker::JointObstacle::collides ( const PlannerObstacle3D obs  )  const

Definition at line 85 of file ShapeSpacePlanner3DR.h.

template<size_t N>
bool RRTNode3DR< N >::CollisionChecker::JointObstacle::collides ( const JointObstacle other  )  const

Definition at line 83 of file ShapeSpacePlanner3DR.h.

template<size_t N>
JointObstacle& RRTNode3DR< N >::CollisionChecker::JointObstacle::operator= ( const JointObstacle other  ) 

Definition at line 76 of file ShapeSpacePlanner3DR.h.

template<size_t N>
bool RRTNode3DR< N >::CollisionChecker::JointObstacle::setupObstacle ( const fmat::Transform t,
bool  includeChildren 
) [virtual]

Reimplemented in RRTNode3DR< N >::CollisionChecker::LinkObstacle.

Definition at line 395 of file ShapeSpacePlanner3DR.h.


Member Data Documentation


The documentation for this class was generated from the following file:

Tekkotsu v5.1CVS
Generated Mon May 9 04:59:15 2016 by Doxygen 1.6.3