orca-robotics INTRODUCTION Overview Download and Install Quick Start Documentation Publications REPOSITORY Interfaces Components Libraries Utilities Software Map DEVELOPER Tutorials Examples Dev Guide Dashboard Wiki login/pass: orca/orca PEOPLE Contributors Users Project Download Mailing lists
|
orca::CartesianLineFeature2d Class ReferenceInherits orca::Feature2d.
|
Public Attributes | |
double | rho |
mean rho | |
double | alpha |
mean alpha | |
PointCovariance2d | c |
covariance of (rho,alpha) | |
CartesianPoint2d | start |
start of line | |
CartesianPoint2d | end |
end of line | |
bool | startSighted |
Is the reported start point the actual extent of the line? | |
bool | endSighted |
Is the reported end point the actual extent of the line? |
Infinite lines are parameterised by (rho,alpha), which describes the vector from the origin which meets the line at 90deg:
This information is augmented with info that describes the fact that the line is a finite segment, visible from one direction only.
By definition, a line is visible iff the start appears to the right of the end.
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)