|
#include <armarx/control/pointing/core/Pointing.h>
Public Attributes | |
std::optional< std::string > | handShape |
Name of the hand preshape to use. More... | |
double | maxAcceleration |
Maximum acceleration. More... | |
double | maxVelocity |
Maximum velocity. More... | |
Side | side |
Side of the arm to point with. More... | |
armarx::FramedPosition | target |
Position to point at. More... | |
Definition at line 50 of file Pointing.h.
std::optional<std::string> handShape |
Name of the hand preshape to use.
If none is provided, the hand will be ignored.
Definition at line 59 of file Pointing.h.
double maxAcceleration |
Maximum acceleration.
Definition at line 65 of file Pointing.h.
double maxVelocity |
Maximum velocity.
Definition at line 62 of file Pointing.h.
Side side |
Side of the arm to point with.
Definition at line 53 of file Pointing.h.
armarx::FramedPosition target |
Position to point at.
Definition at line 56 of file Pointing.h.