openrave.org

 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義 グループ ページ
構成 | ネームスペース | 列挙型 | 関数
planner.h

(2013-03-18 10:33:00 +0900, commit:334d202)

Planning related defintions. [詳細]

このグラフは、どのファイルから直接、間接的にインクルードされているかを示しています。

ソースコードを見る。

構成

class  OpenRAVE::PlannerBase
 [interface] Planner interface that generates trajectories for target objects to follow through the environment. If not specified, method is not multi-thread safe. See Planner Concepts. [詳細]
 
class  OpenRAVE::PlannerBase::PlannerParameters
 Describes a common and serializable interface for planning parameters. [詳細]
 
class  OpenRAVE::PlannerBase::PlannerParameters::StateSaver
 saves and restores the state using PlannerParameters::_setstatefn and PlannerParameters::_getstatefn [詳細]
 
class  OpenRAVE::PlannerBase::PlannerProgress
 Planner progress information passed to each callback function. [詳細]
 

ネームスペース

namespace  OpenRAVE
 The entire OpenRAVE library.
 

列挙型

enum  OpenRAVE::PlannerStatus { OpenRAVE::PS_Failed = 0, OpenRAVE::PS_HasSolution = 1, OpenRAVE::PS_Interrupted = 2, OpenRAVE::PS_InterruptedWithSolution = 3 }
 the status of the PlanPath method. Used when PlanPath can be called multiple times to resume planning. [詳細]
 
enum  OpenRAVE::PlannerAction { OpenRAVE::PA_None =0, OpenRAVE::PA_Interrupt =1, OpenRAVE::PA_ReturnWithAnySolution =2 }
 action to send to the planner while it is planning. This is usually done by the user-specified planner callback function [詳細]
 

関数

OPENRAVE_API std::ostream & OpenRAVE::operator<< (std::ostream &O, const PlannerBase::PlannerParameters &v)
 
OPENRAVE_API std::istream & OpenRAVE::operator>> (std::istream &I, PlannerBase::PlannerParameters &v)
 

説明

Planning related defintions.

Automatically included with openrave.h

planner.h で定義されています。