OnlineBodySchemaAdaptation
2.0
|
handPoseEstimation_IDL IDL Interface to handPoseEstimation-module services. More...
#include <handPoseEstimation_IDL.h>
Public Member Functions | |
virtual bool | start () |
Start (re-start) the hand pose estimation. More... | |
virtual bool | stop () |
Stop the hand pose estimation. More... | |
virtual bool | pause () |
Pause the hand pose estimation. More... | |
virtual bool | resume () |
Resume the hand pose estimation. More... | |
virtual yarp::os::Bottle | lastOffsets () |
Ask for the last estimated angular Offsets on the arm (7DoF) More... | |
virtual bool | quit () |
Quit the module. More... | |
virtual bool | read (yarp::os::ConnectionReader &connection) YARP_OVERRIDE |
virtual std::vector< std::string > | help (const std::string &functionName="--all") |
handPoseEstimation_IDL IDL Interface to handPoseEstimation-module services.
This is a fake thrift service, just to show how to structure your repo and how to document your code.
Definition at line 20 of file handPoseEstimation_IDL.h.
|
virtual |
Ask for the last estimated angular Offsets on the arm (7DoF)
Reimplemented in handPoseEstimationModule.
Definition at line 225 of file handPoseEstimation_IDL.cpp.
|
virtual |
Pause the hand pose estimation.
The filter stop the generation of particles and waits for a resume command
Reimplemented in handPoseEstimationModule.
Definition at line 205 of file handPoseEstimation_IDL.cpp.
|
virtual |
Quit the module.
Reimplemented in handPoseEstimationModule.
Definition at line 235 of file handPoseEstimation_IDL.cpp.
|
virtual |
Resume the hand pose estimation.
The filter resumes the generation of particles after a pause command
Reimplemented in handPoseEstimationModule.
Definition at line 215 of file handPoseEstimation_IDL.cpp.
|
virtual |
Start (re-start) the hand pose estimation.
The filter generates particles and update the particle distribution accordingly
Reimplemented in handPoseEstimationModule.
Definition at line 185 of file handPoseEstimation_IDL.cpp.
|
virtual |
Stop the hand pose estimation.
The filter stop the generation of particles and waits for a start command
Reimplemented in handPoseEstimationModule.
Definition at line 195 of file handPoseEstimation_IDL.cpp.