Thrown when the grasping pipeline has failed to communicate with the collision map. More...
#include <exceptions.h>
Public Member Functions | |
CollisionMapException (const std::string error) |
Thrown when the grasping pipeline has failed to communicate with the collision map.
These are not algorithmic failures; they indicate that some form of communication 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 99 of file exceptions.h.
object_manipulator::CollisionMapException::CollisionMapException | ( | const std::string | error | ) | [inline] |
Definition at line 102 of file exceptions.h.