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

A waypoint in 3D space, including constraints. [詳解]

import <InterfaceDataTypes.idl;

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

公開変数類

Pose3D target
 Location of the waypoint.
 
double distanceTolerance
 How far away from the waypoint is considered success (radius in metres).
 
double headingTolerance
 How much off the target heading is considered success (in radians).
 
Time timeLimit
 Target time to arrive at the waypoint by.
 
Velocity3D maxSpeed
 Maximum sped to travel at while heading to the waypoint.
 

詳解

A waypoint in 3D space, including constraints.

メンバ詳解

◆ distanceTolerance

double RTC::Waypoint3D::distanceTolerance

How far away from the waypoint is considered success (radius in metres).

◆ headingTolerance

double RTC::Waypoint3D::headingTolerance

How much off the target heading is considered success (in radians).

◆ maxSpeed

Velocity3D RTC::Waypoint3D::maxSpeed

Maximum sped to travel at while heading to the waypoint.

◆ target

Pose3D RTC::Waypoint3D::target

Location of the waypoint.

◆ timeLimit

Time RTC::Waypoint3D::timeLimit

Target time to arrive at the waypoint by.


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