Skip to content
Snippets Groups Projects
Commit 354f4956 authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

[ProblemSolver] Remove duplicated keyword for steering method.

  "Graph-SteeringMethodStraight" and "Graph-Straight" refer to the same
  steering method.
parent 94157409
No related branches found
No related tags found
No related merge requests found
......@@ -161,8 +161,6 @@ namespace hpp {
pathProjectors.add ("RecursiveHermite",
createPathProjector <core::pathProjector::RecursiveHermite>);
steeringMethods.add ("Graph-SteeringMethodStraight",
steeringMethod::Graph::create <core::steeringMethod::Straight>);
steeringMethods.add ("Graph-Straight",
steeringMethod::Graph::create <core::steeringMethod::Straight>);
steeringMethods.add ("Graph-Hermite",
......@@ -184,7 +182,7 @@ namespace hpp {
steeringMethods.add ("EndEffectorTrajectory", steeringMethod::EndEffectorTrajectory::create);
pathPlannerType ("M-RRT");
steeringMethodType ("Graph-SteeringMethodStraight");
steeringMethodType ("Graph-Straight");
}
ProblemSolverPtr_t ProblemSolver::create ()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment