armarx::MotionPlanningMultiPathWithCostTaskControlInterface
Overview
Derived Classes and Interfaces
- addirrtstar::TaskBase
- pathcol::TaskBase
- rngshortcut::TaskBase
Operation Index
- getBestPath
-
@brief Returns the best paths cost.
- getNthPathWithCost
-
@brief Returns the nth found path.
- getAllPathsWithCost
-
@brief Returns all found paths.
Operations
@brief Returns the best paths cost. (inf if no path was found)
Return Value
The best paths cost. (inf if no path was found)
@brief Returns the nth found path.
@throw IndexOutOfBoundsException If n is not in 0, getPathCount())
Return Value
The nth found path.
@brief Returns all found paths.
Return Value
All found paths.