FeedbackLevel
- class compas_rrc.FeedbackLevel[source]
Bases:
objectRepresents default valid feedback levels.
- NONE = 0
Indicates no feedback is requested from the robot.
- DONE = 1
Indicates completion feedback is requested from the robot. Completion feedback means the robot has executed the procedure. See
AbbClient.send_and_wait()for more details.
Methods
__init__()