Utility functions for managing groups of fingers of Shadow Hand. Constructs "Hand" class of shared pointers to multiple fingers, once multiple finger instances have been created.
More...
#include "include/shadowlibs/shadow_hand.hpp"
|
std::vector< std::shared_ptr< shadow_finger::Finger > > | _fingerVec |
| Vector of the shared pointers to the fingers that we want to control Shared pointers because you cannot make a Hand without having created Fingers. More...
|
|
Utility functions for managing groups of fingers of Shadow Hand. Constructs "Hand" class of shared pointers to multiple fingers, once multiple finger instances have been created.
Constructor for Hand class, takes in arbitrary number of shared pointers to Fingers.
- Parameters
-
fingers_list | List of shared pointers to Fingers |
Add Finger to Hand.
- Parameters
-
Return all instances of Fingers in Hand as vector.
- Returns
- Vector of shared pointers to fingers
int shadow_hand::Hand::numFingers |
( |
| ) |
|
|
inline |
Get number of Fingers in hand.
- Returns
- Integer size of _fingerVec
Vector of the shared pointers to the fingers that we want to control Shared pointers because you cannot make a Hand without having created Fingers.
The documentation for this class was generated from the following file: