#include <ArActionTriangleDriveTo.h>
Public Member Functions | |
void | setApproach (ArPose approach) |
void | setFinal (ArPose final) |
void | setLinesAndVertex (std::map< int, ArLineFinderSegment * > *lines, ArPose vertex) |
Public Attributes | |
ArPose | myApproach |
bool | myApproachSet |
ArPose | myFinal |
bool | myFinalSet |
std::list< ArLineSegment > | myLines |
bool | myLinesAndVertexSet |
ArPose | myVertex |
Definition at line 151 of file ArActionTriangleDriveTo.h.