1#ifndef AUBO_SCOPE_WIDTH_CAPABILITY_H
2#define AUBO_SCOPE_WIDTH_CAPABILITY_H
62 double defaultGripWidth,
63 double defaultReleaseWidth) = 0;
#define ARCS_CLASS_FORWARD(C)
Macro that forward declares a class and defines the respective smartpointers through ARCS_DECLARE_PTR...
WidthCapability This interface represents a registered width/position capability for a gripper which ...
virtual ~WidthCapability()=default
virtual void updateCapability(double minWidth, double maxWidth, double defaultGripWidth, double defaultReleaseWidth)=0