OpenRTM-aist IDL 2.1.0
読み取り中…
検索中…
一致する文字列を見つけられません
公開変数類 | 全メンバ一覧
RTC::LineFeature 構造体

A line feature. [詳解]

import <InterfaceDataTypes.idl;

RTC::LineFeature 連携図
Collaboration graph
[凡例]

公開変数類

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.

メンバ詳解

◆ alpha

double RTC::LineFeature::alpha

Angle of the line vector from the x axis in radians.

◆ covariance

PointCovariance2D RTC::LineFeature::covariance

Covariance matrix of rho and alpha.

◆ end

Point2D RTC::LineFeature::end

End point of the line segment.

◆ endSighted

boolean RTC::LineFeature::endSighted

True if the end point of the line has been sighted (i.e. it is inside seen space).

◆ probability

double RTC::LineFeature::probability

Probability of the feature.

◆ rho

double RTC::LineFeature::rho

Length of the line vector in metres.

◆ start

Point2D RTC::LineFeature::start

Start point of the line segment.

◆ startSighted

boolean RTC::LineFeature::startSighted

True if the start point of the line has been sighted (i.e. it is inside seen space).


この構造体詳解は次のファイルから抽出されました: