IkDemo Class Reference

#include <RobotAPI/components/ik_demo/IkDemo.h>

Classes

struct  Params
 
struct  Remote
 
struct  Robot
 

Public Member Functions

void connect (Remote &&remote)
 
void defineProperties (armarx::PropertyDefinitionContainer &defs)
 
 IkDemo ()
 
void runIk ()
 
void start ()
 
void update ()
 
 ~IkDemo ()
 

Public Attributes

std::vector< std::unique_ptr< Manipulator > > manipulators
 
Params params
 
Remote remote
 
Robot robot
 
armarx::viz::StagedCommit stage
 

Detailed Description

Definition at line 16 of file IkDemo.h.

Constructor & Destructor Documentation

◆ IkDemo()

IkDemo ( )

Definition at line 304 of file IkDemo.cpp.

◆ ~IkDemo()

~IkDemo ( )

Definition at line 308 of file IkDemo.cpp.

Member Function Documentation

◆ connect()

void connect ( Remote &&  remote)

◆ defineProperties()

void defineProperties ( armarx::PropertyDefinitionContainer defs)

Definition at line 327 of file IkDemo.cpp.

+ Here is the call graph for this function:

◆ runIk()

void runIk ( )

Definition at line 424 of file IkDemo.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ start()

void start ( )

Definition at line 339 of file IkDemo.cpp.

+ Here is the call graph for this function:

◆ update()

void update ( )

Definition at line 395 of file IkDemo.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ manipulators

std::vector<std::unique_ptr<Manipulator> > manipulators

Definition at line 64 of file IkDemo.h.

◆ params

Params params

Definition at line 59 of file IkDemo.h.

◆ remote

Remote remote

Definition at line 58 of file IkDemo.h.

◆ robot

Robot robot

Definition at line 60 of file IkDemo.h.

◆ stage

Definition at line 62 of file IkDemo.h.


The documentation for this class was generated from the following files: