Configuration modules¶
The rc_cube provides several configuration modules which enable the user to configure the rc_cube for specific applications.
The configuration modules are:
- Hand-eye calibration (
rc_hand_eye_calibration
) - enables the user to calibrate the camera with respect to a robot, either via the Web GUI or the REST-API.
- Hand-eye calibration (
- Region of interest
- allows setting and retrieving 2D and 3D regions of interest.
- CollisionCheck (
rc_collision_check
) - allows setting and retrieving grippers and provides an easy way to check if a gripper is in collision.
- CollisionCheck (
- IO and Projector Control (
rc_iocontrol
) - provides control over the rc_visard’s general purpose inputs and outputs with special modes for controlling an external random dot projector.
- IO and Projector Control (