|
#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 |
IkDemo | ( | ) |
Definition at line 304 of file IkDemo.cpp.
~IkDemo | ( | ) |
Definition at line 308 of file IkDemo.cpp.
void connect | ( | Remote && | remote | ) |
void defineProperties | ( | armarx::PropertyDefinitionContainer & | defs | ) |
void runIk | ( | ) |
Definition at line 424 of file IkDemo.cpp.
void start | ( | ) |
void update | ( | ) |
std::vector<std::unique_ptr<Manipulator> > manipulators |