armarx::MotionPlanningTaskWithDefaultMembersBase
Overview
[ "cpp:virtual" ]
class MotionPlanningTaskWithDefaultMembersBase extends MotionPlanningTaskBase
Derived Classes and Interfaces
- CSpaceVisualizerTaskBase
- astar::TaskBase
- birrt::TaskBase
- cprs::CPRSAwareMotionPlanningTaskBase
- rrtconnect::TaskBase
Operation Index
- getStart
-
@return The start configuration.
- getGoal
-
@return The goal config.
- getDcdStep
-
@return The step size used for dcd.
Data Member Index
- startCfg
-
@brief The start configuration.
- goalCfg
-
@brief The goal configuration.
- cspace
-
@brief The used planning cspace.
- dcdStep
-
@brief The step size used for dcd.
- maximalPlanningTimeInSeconds
-
@brief The maximal allowed planning time in seconds.
Operations
Return Value
The start configuration.
Return Value
The goal config.
float getDcdStep()
Return Value
The step size used for dcd.
Data Members
[ "protected" ]
VectorXf startCfg;
@brief The start configuration.
[ "protected" ]
VectorXf goalCfg;
@brief The goal configuration.
[ "protected" ]
CSpaceBase cspace;
@brief The used planning cspace.
[ "protected" ]
float dcdStep;
@brief The step size used for dcd.
[ "protected" ]
long maximalPlanningTimeInSeconds;
@brief The maximal allowed planning time in seconds.
(if this limit is reached the task is aborted).