Skip to content
  • Florent Lamiraux's avatar
    [PathPlanner] throw specific type of exception when failing. · 8a3f3ac8
    Florent Lamiraux authored
      Add type path_planning_failed.
      Rationale: some high-level path planning algorithms - in manipulation planning
      for example - call path planning algorithms implemented in hpp-core. These
      high level algorithms need to know when the low level algorithm they have
      called fails. Throwing std::runtime_error does not allow to make the
      difference between planning failure and other types of errors.
    8a3f3ac8