Base planner class for ConfigurationToTSR planning problem.
More...
#include <aikido/planner/dart/ConfigurationToTSRPlanner.hpp>
Base planner class for ConfigurationToTSR planning problem.
◆ ConfigurationToTSRPlanner()
Constructor.
- Parameters
-
[in] | stateSpace | State space that this planner associated with. |
[in] | metaSkeleton | MetaSkeleton to use for planning. |
[in] | configurationRanker | Ranker to rank configurations. |
◆ plan()
virtual trajectory::TrajectoryPtr aikido::planner::dart::ConfigurationToTSRPlanner::plan |
( |
const SolvableProblem & |
problem, |
|
|
Result * |
result = nullptr |
|
) |
| |
|
pure virtual |
Solves problem
returning the result to result
.
- Parameters
-
[in] | problem | Planning problem to be solved by the planner. |
[out] | result | Result of planning procedure. |
◆ mConfigurationRanker