armarx::MotionPlanningMultiPathTaskControlInterface
Overview
Derived Classes and Interfaces
- MotionPlanningMultiPathWithCostTaskControlInterface
Operation Index
- getPathCount
-
@brief Returns the number of found paths.
- getNthPath
-
@brief Returns the nth found path.
- getAllPaths
-
@brief Returns all found paths.
Operations
long getPathCount()
@brief Returns the number of found paths.
Return Value
The number of found paths.
@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.