generic_gripper.h File Reference
#include <mc_control/api.h>
#include <mc_rbdyn/RobotModule.h>
#include <map>
#include <string>
#include <vector>
Include dependency graph for generic_gripper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mc_control::Gripper
 A robot's gripper reprensentation. More...
 

Namespaces

 mc_rbdyn
 
 mc_control
 

Typedefs

using mc_control::GripperPtr = std::unique_ptr< Gripper >
 
using mc_control::GripperRef = std::reference_wrapper< Gripper >