OpenRTM-aist IDL  1.2
公開変数類 | 全メンバ一覧
RTC::Covariance3D 構造体

Covariance matrix for a 3D pose. [詳解]

import"ExtendedDataTypes.idl";

公開変数類

double xx
 (0, 0) value of the covariance matrix. [詳解]
 
double xy
 (0, 1) value of the covariance matrix. [詳解]
 
double xz
 (0, 2) value of the covariance matrix. [詳解]
 
double xr
 (0, 3) value of the covariance matrix. [詳解]
 
double xp
 (0, 4) value of the covariance matrix. [詳解]
 
double xa
 (0, 5) value of the covariance matrix. [詳解]
 
double yy
 (1, 1) value of the covariance matrix. [詳解]
 
double yz
 (1, 2) value of the covariance matrix. [詳解]
 
double yr
 (1, 3) value of the covariance matrix. [詳解]
 
double yp
 (1, 4) value of the covariance matrix. [詳解]
 
double ya
 (1, 5) value of the covariance matrix. [詳解]
 
double zz
 (2, 2) value of the covariance matrix. [詳解]
 
double zr
 (2, 3) value of the covariance matrix. [詳解]
 
double zp
 (2, 4) value of the covariance matrix. [詳解]
 
double za
 (2, 5) value of the covariance matrix. [詳解]
 
double rr
 (3, 3) value of the covariance matrix. [詳解]
 
double rp
 (3, 4) value of the covariance matrix. [詳解]
 
double ra
 (3, 5) value of the covariance matrix. [詳解]
 
double pp
 (4, 4) value of the covariance matrix. [詳解]
 
double pa
 (4, 5) value of the covariance matrix. [詳解]
 
double aa
 (5, 5) value of the covariance matrix. [詳解]
 

詳解

Covariance matrix for a 3D pose.

メンバ詳解

double RTC::Covariance3D::aa

(5, 5) value of the covariance matrix.

double RTC::Covariance3D::pa

(4, 5) value of the covariance matrix.

double RTC::Covariance3D::pp

(4, 4) value of the covariance matrix.

double RTC::Covariance3D::ra

(3, 5) value of the covariance matrix.

double RTC::Covariance3D::rp

(3, 4) value of the covariance matrix.

double RTC::Covariance3D::rr

(3, 3) value of the covariance matrix.

double RTC::Covariance3D::xa

(0, 5) value of the covariance matrix.

double RTC::Covariance3D::xp

(0, 4) value of the covariance matrix.

double RTC::Covariance3D::xr

(0, 3) value of the covariance matrix.

double RTC::Covariance3D::xx

(0, 0) value of the covariance matrix.

double RTC::Covariance3D::xy

(0, 1) value of the covariance matrix.

double RTC::Covariance3D::xz

(0, 2) value of the covariance matrix.

double RTC::Covariance3D::ya

(1, 5) value of the covariance matrix.

double RTC::Covariance3D::yp

(1, 4) value of the covariance matrix.

double RTC::Covariance3D::yr

(1, 3) value of the covariance matrix.

double RTC::Covariance3D::yy

(1, 1) value of the covariance matrix.

double RTC::Covariance3D::yz

(1, 2) value of the covariance matrix.

double RTC::Covariance3D::za

(2, 5) value of the covariance matrix.

double RTC::Covariance3D::zp

(2, 4) value of the covariance matrix.

double RTC::Covariance3D::zr

(2, 3) value of the covariance matrix.

double RTC::Covariance3D::zz

(2, 2) value of the covariance matrix.


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