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

Geometry of a ranger device. A range sensor may be a single device returning multiple ranges (such as a laser scanner), or an array of sensing elements each returning a single range value (such as an array of sonar sensors). If there is only one sensing element in the device, the device should be considered a laser scanner type. If there are multiple elements, the device should be considered an array of single-range-value sensors. [詳解]

import"InterfaceDataTypes.idl";

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

公開変数類

Geometry3D geometry
 Overall geometry of the ranger device, such as the centroid of an array of sonar sensors. [詳解]
 
ElementGeometryList elementGeometries
 

詳解

Geometry of a ranger device. A range sensor may be a single device returning multiple ranges (such as a laser scanner), or an array of sensing elements each returning a single range value (such as an array of sonar sensors). If there is only one sensing element in the device, the device should be considered a laser scanner type. If there are multiple elements, the device should be considered an array of single-range-value sensors.

メンバ詳解

ElementGeometryList RTC::RangerGeometry::elementGeometries

Geometry of each individual sensing element. The range values should be considered measured from each of these.

Geometry3D RTC::RangerGeometry::geometry

Overall geometry of the ranger device, such as the centroid of an array of sonar sensors.


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