Package org.robwork.sdurw
Class QToQPlanner
- java.lang.Object
- 
- org.robwork.sdurw.PathPlannerQQ
- 
- org.robwork.sdurw.QToQPlanner
 
 
- 
 public class QToQPlanner extends PathPlannerQQ 
- 
- 
Constructor SummaryConstructors Constructor Description QToQPlanner(long cPtr, boolean cMemoryOwn)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()static longgetCPtr(QToQPlanner obj)static QToQPlannerPtrmake(PlannerConstraint constraint)Construct a path planner from an edge constraint.
 
 The path planners calls the edge constraint to verify if the path
 going directly from the start to goal configuration can be traversed.
 
 The configuration constraint is called to verify that neither the
 start nor end configuration is in collision.
 static QToQPlannerPtrmake(QToQSamplerPlannerPtr planner)Construct a path planner from a region planner.
 
 The region planner is given as goal region the single to
 configuration passed to the query() method.
 - 
Methods inherited from class org.robwork.sdurw.PathPlannerQQgetCPtr, getProperties, query, query, query
 
- 
 
- 
- 
- 
Method Detail- 
getCPtrpublic static long getCPtr(QToQPlanner obj) 
 - 
deletepublic void delete() - Overrides:
- deletein class- PathPlannerQQ
 
 - 
makepublic static QToQPlannerPtr make(QToQSamplerPlannerPtr planner) Construct a path planner from a region planner.
 
 The region planner is given as goal region the single to
 configuration passed to the query() method.
 - Parameters:
- planner- [in] A planner for a region given by a QSampler.
 
 - 
makepublic static QToQPlannerPtr make(PlannerConstraint constraint) Construct a path planner from an edge constraint.
 
 The path planners calls the edge constraint to verify if the path
 going directly from the start to goal configuration can be traversed.
 
 The configuration constraint is called to verify that neither the
 start nor end configuration is in collision.
 - Parameters:
- constraint- [in] Planner constraint.
- Returns:
- A planner that attempts the directly connecting edge only.
 
 
- 
 
-