1#ifndef AUBO_SCOPE_GRIP_FORCE_CAPABILITY_H
2#define AUBO_SCOPE_GRIP_FORCE_CAPABILITY_H
56 double defaultGripForce) = 0;
#define ARCS_CLASS_FORWARD(C)
Macro that forward declares a class and defines the respective smartpointers through ARCS_DECLARE_PTR...
GripForceCapability This interface represents a registered force capability for a gripper which suppo...
virtual void updateCapability(double minForce, double maxForce, double defaultGripForce)=0
virtual ~GripForceCapability()=0