Thrown when the grasping pipeline has failed to communicate with or issue commands to the robot. More...
#include <exceptions.h>
Public Member Functions | |
MechanismException (const std::string error) |
Thrown when the grasping pipeline has failed to communicate with or issue commands to the robot.
These are not algorithmic failures; they indicate that some form of communication or command with the robot, which is always expected to work, has actually failed. They generally mean that the execution of the grasp has to be stopped.
Definition at line 77 of file exceptions.h.
object_manipulator::MechanismException::MechanismException | ( | const std::string | error | ) | [inline] |
Definition at line 80 of file exceptions.h.