A line feature. [詳細]
import "InterfaceDataTypes.idl";
Public 変数 | |
| double | probability | 
| Probability of the feature.   | |
| double | rho | 
| Length of the line vector in metres.   | |
| double | alpha | 
| Angle of the line vector from the x axis in radians.   | |
| PointCovariance2D | covariance | 
| Covariance matrix of rho and alpha.   | |
| Point2D | start | 
| Start point of the line segment.   | |
| Point2D | end | 
| End point of the line segment.   | |
| boolean | startSighted | 
| True if the start point of the line has been sighted (i.e. it is inside seen space).   | |
| boolean | endSighted | 
| True if the end point of the line has been sighted (i.e. it is inside seen space).   | |
A line feature.
| double RTC::LineFeature::alpha | 
Angle of the line vector from the x axis in radians.
Covariance matrix of rho and alpha.
End point of the line segment.
| boolean RTC::LineFeature::endSighted | 
True if the end point of the line has been sighted (i.e. it is inside seen space).
Probability of the feature.
| double RTC::LineFeature::rho | 
Length of the line vector in metres.
Start point of the line segment.
| boolean RTC::LineFeature::startSighted | 
True if the start point of the line has been sighted (i.e. it is inside seen space).
 1.6.3