openrave.org

 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義 グループ ページ
構成 | Public メソッド | Static Public メソッド | Protected 変数 | すべてのメンバ一覧
クラス cppexamples::CustomController
cppexamples::CustomControllerに対する継承グラフ
Inheritance graph
[凡例]
cppexamples::CustomControllerのコラボレーション図
Collaboration graph
[凡例]

構成

class  PIDXMLReader
 
class  XMLData
 

Public メソッド

 CustomController (EnvironmentBasePtr penv)
 
virtual ~CustomController ()
 
virtual bool Init (RobotBasePtr robot, const std::vector< int > &dofindices, int nControlTransformation)
 initializes the controller and specifies the controlled dof
 
virtual const std::vector< int > & GetControlDOFIndices () const
 returns the dof indices controlled
 
virtual int IsControlTransformation () const
 returns non-zero value if base affine transformation is controlled.
 
virtual void Reset (int options)
 Resets the current controller trajectories and any other state associated with the robot.
 
virtual bool SetDesired (const std::vector< dReal > &values, TransformConstPtr trans)
 go to a specific position in configuration space. [multi-thread safe]
 
virtual bool SetPath (TrajectoryBaseConstPtr ptraj)
 Follow a path in configuration space, adds to the queue of trajectories already in execution. [multi-thread safe]
 
virtual void SimulationStep (dReal fTimeElapsed)
 Simulate one step forward for controllers running in the simulation environment.
 
virtual bool IsDone ()
 Return true when goal reached.
 
virtual dReal GetTime () const
 return the time along the current command
 
virtual RobotBasePtr GetRobot () const
 
- Public メソッド inherited from OpenRAVE::ControllerBase
 ControllerBase (EnvironmentBasePtr penv)
 
virtual ~ControllerBase ()
 
virtual void GetVelocity (std::vector< dReal > &vel) const OPENRAVE_DUMMY_IMPLEMENTATION
 get velocity of the controlled DOFs
 
virtual void GetTorque (std::vector< dReal > &torque) const OPENRAVE_DUMMY_IMPLEMENTATION
 
- Public メソッド inherited from OpenRAVE::InterfaceBase
 InterfaceBase (InterfaceType type, EnvironmentBasePtr penv)
 
virtual ~InterfaceBase ()
 
InterfaceType GetInterfaceType () const
 
const std::string & GetXMLId () const
 
const std::string & GetPluginName () const
 
EnvironmentBasePtr GetEnv () const
 
const READERSMAPGetReadableInterfaces () const
 Returns the raw map reference, this is not multithread safe and the GetInterfaceMutex should be locked before using.
 
virtual XMLReadablePtr GetReadableInterface (const std::string &xmltag) const
 Returns the readable interface. [multi-thread safe]
 
virtual XMLReadablePtr SetReadableInterface (const std::string &xmltag, XMLReadablePtr readable)
 Set a new readable interface and return the previously set interface if it exists. [multi-thread safe]
 
virtual const std::string & GetDescription () const
 Documentation of the interface in reStructuredText format. See Documenting Interfaces. [multi-thread safe]
 
virtual void SetDescription (const std::string &description)
 sets a description [multi-thread safe]
 
virtual void SetUserData (const std::string &key, UserDataPtr data) const
 set user data for a specific key. [multi-thread safe]
 
virtual UserDataPtr GetUserData (const std::string &key=std::string()) const
 return the user custom data [multi-thread safe]
 
virtual bool RemoveUserData (const std::string &key) const
 removes a user data pointer. if user data pointer does not exist, then return 0, otherwise 1. [multi-thread safe]
 
virtual void SetUserData (UserDataPtr data) RAVE_DEPRECATED
 
virtual const std::string & GetURI () const
 the URI used to load the interface (sometimes this is not possible if the definition lies inside an environment file). [multi-thread safe]
 
virtual const std::string & GetXMLFilename () const
 
virtual void Clone (InterfaceBaseConstPtr preference, int cloningoptions)
 Clone the contents of an interface to the current interface.
 
virtual bool SendCommand (std::ostream &os, std::istream &is)
 Used to send special commands to the interface and receive output.
 
virtual void Serialize (BaseXMLWriterPtr writer, int options=0) const
 serializes the interface
 

Static Public メソッド

static BaseXMLReaderPtr CreateXMLReader (InterfaceBasePtr ptr, const AttributesList &atts)
 
- Static Public メソッド inherited from OpenRAVE::ControllerBase
static InterfaceType GetInterfaceTypeStatic ()
 return the static interface type this class points to (used for safe casting)
 

Protected 変数

RobotBasePtr _probot
 
std::vector< int > _dofindices
 
int _nControlTransformation
 

Additional Inherited Members

- Public 型 inherited from OpenRAVE::InterfaceBase
typedef std::map< std::string,
XMLReadablePtr,
CaseInsensitiveCompare
READERSMAP
 
- Protected 型 inherited from OpenRAVE::InterfaceBase
typedef boost::function< bool(std::ostream
&, std::istream &)> 
InterfaceCommandFn
 The function to be executed for every command.
 
- Protected メソッド inherited from OpenRAVE::InterfaceBase
virtual void RegisterCommand (const std::string &cmdname, InterfaceCommandFn fncmd, const std::string &strhelp)
 Registers a command and its help string. [multi-thread safe]
 
virtual void UnregisterCommand (const std::string &cmdname)
 Unregisters the command. [multi-thread safe]
 
virtual boost::shared_mutex & GetInterfaceMutex () const
 

説明

例:
customreader.cpp.

customreader.cpp16 行で定義されています。

コンストラクタとデストラクタ

cppexamples::CustomController::CustomController ( EnvironmentBasePtr  penv)
inline

customreader.cpp81 行で定義されています。

virtual cppexamples::CustomController::~CustomController ( )
inlinevirtual

customreader.cpp84 行で定義されています。

関数

static BaseXMLReaderPtr cppexamples::CustomController::CreateXMLReader ( InterfaceBasePtr  ptr,
const AttributesList atts 
)
inlinestatic
例:
customreader.cpp.

customreader.cpp75 行で定義されています。

virtual const std::vector<int>& cppexamples::CustomController::GetControlDOFIndices ( ) const
inlinevirtual

returns the dof indices controlled

OpenRAVE::ControllerBaseを実装しています。

customreader.cpp111 行で定義されています。

virtual RobotBasePtr cppexamples::CustomController::GetRobot ( ) const
inlinevirtual

OpenRAVE::ControllerBaseを実装しています。

customreader.cpp134 行で定義されています。

virtual dReal cppexamples::CustomController::GetTime ( ) const
inlinevirtual

return the time along the current command

OpenRAVE::ControllerBaseを再定義しています。

customreader.cpp131 行で定義されています。

virtual bool cppexamples::CustomController::Init ( RobotBasePtr  robot,
const std::vector< int > &  dofindices,
int  nControlTransformation 
)
inlinevirtual

initializes the controller and specifies the controlled dof

引数
robotthe robot that uses the controller
dofindicesthe indices that controller will have exclusive access to
nControlTransformation
参照
IsControlTransformation
戻り値
true on successful initialization

OpenRAVE::ControllerBaseを実装しています。

customreader.cpp87 行で定義されています。

virtual int cppexamples::CustomController::IsControlTransformation ( ) const
inlinevirtual

returns non-zero value if base affine transformation is controlled.

Only one controller can modify translation and orientation per robot. For now, the two cannot be divided.

OpenRAVE::ControllerBaseを実装しています。

customreader.cpp114 行で定義されています。

virtual bool cppexamples::CustomController::IsDone ( )
inlinevirtual

Return true when goal reached.

If a trajectory was set, return only when trajectory is done. If SetDesired was called, return only when robot is is at the desired location. If SendCommand sent, returns true when the command was completed by the hand.

OpenRAVE::ControllerBaseを実装しています。

customreader.cpp128 行で定義されています。

virtual void cppexamples::CustomController::Reset ( int  options)
inlinevirtual

Resets the current controller trajectories and any other state associated with the robot.

引数
options- specific options that can be used to control what to reset

OpenRAVE::ControllerBaseを実装しています。

customreader.cpp118 行で定義されています。

virtual bool cppexamples::CustomController::SetDesired ( const std::vector< dReal > &  values,
TransformConstPtr  trans 
)
inlinevirtual

go to a specific position in configuration space. [multi-thread safe]

引数
valuesthe final configuration in the control dofs
transthe transformation of the base. If not specified will use the current robot transformation. Ignored if controller does not use it
戻り値
true if position operation successful.

OpenRAVE::ControllerBaseを実装しています。

customreader.cpp120 行で定義されています。

virtual bool cppexamples::CustomController::SetPath ( TrajectoryBaseConstPtr  ptraj)
inlinevirtual

Follow a path in configuration space, adds to the queue of trajectories already in execution. [multi-thread safe]

引数
ptraj- the trajectory
戻り値
true if trajectory operation successful

OpenRAVE::ControllerBaseを実装しています。

customreader.cpp123 行で定義されています。

virtual void cppexamples::CustomController::SimulationStep ( dReal  fTimeElapsed)
inlinevirtual

Simulate one step forward for controllers running in the simulation environment.

引数
fTimeElapsed- time elapsed in simulation environment since last frame

OpenRAVE::ControllerBaseを実装しています。

customreader.cpp126 行で定義されています。

変数

std::vector<int> cppexamples::CustomController::_dofindices
protected

customreader.cpp140 行で定義されています。

int cppexamples::CustomController::_nControlTransformation
protected

customreader.cpp141 行で定義されています。

RobotBasePtr cppexamples::CustomController::_probot
protected

customreader.cpp139 行で定義されています。


このクラスの説明は次のファイルから生成されました: