Skip to content
Snippets Groups Projects
Commit d99c7c18 authored by Le Quang Anh's avatar Le Quang Anh Committed by Florent Lamiraux
Browse files

[ProblemSolver] Allow non-graph steering method in createPathProjector

  Path projectors are defined in core::ProblemSolver and overloaded in
  manipulation::ProblemSolver. Formerly, the overloaded method checked that
  the steering method was of type manipulation::SteeringMethod and created
  the path projector with the inner steering of the latter.

  This commit modifies this behavior since calling idl method
  hpp::corbaserver::Problem::createPathPlanner with a core_idl::Problem
  instance as input fails when the problem solver is of type
  manipulation::ProblemSolver.
parent 862e1b9b
No related branches found
No related tags found
No related merge requests found
Loading
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