Grasp pre/post shape class. More...
#include <GraspShape.hh>
Public Member Functions | |
| GraspShape (std::string &_name) | |
| Constructs the object. More... | |
Public Attributes | |
| std::string | name |
| Grasp shape name. More... | |
| std::vector< std::pair< std::string, double > > | pre |
| Pre-grasp joint configurations. More... | |
| std::vector< std::pair< std::string, double > > | post |
| Post-grasp joint configurations. More... | |
| std::vector< std::pair< std::string, double > > | forces |
| Forces for closing fingers, per joint. More... | |
Grasp pre/post shape class.
| GraspShape | ( | std::string & | _name | ) |
Constructs the object.
| _name | The grasp configuration name |
| std::vector< std::pair < std::string, double > > forces |
Forces for closing fingers, per joint.
| std::string name |
Grasp shape name.
| std::vector< std::pair < std::string, double > > post |
Post-grasp joint configurations.
| std::vector< std::pair < std::string, double > > pre |
Pre-grasp joint configurations.