rby1_sdk.RobotCommandFeedback¶
- class RobotCommandFeedback¶
Bases:
CommandFeedbackTop-level feedback for a robot command.
- whole_body_command¶
Feedback for a whole-body command (if present).
- Type:
- component_based_command¶
Feedback for a component-based command (if present).
- jog_command¶
Feedback for a jog command (if present).
- Type:
- status¶
High-level status of the command execution.
- Type:
RobotCommandFeedback.Status
- finish_code¶
Finish code indicating why execution finished (if finished).
- Type:
RobotCommandFeedback.FinishCode
- __init__(self: rby1_sdk.RobotCommandFeedback) None¶
Construct a
RobotCommandFeedbackinstance.
Methods
__init__(self)Construct a
RobotCommandFeedbackinstance.Attributes
command_headerHeader-level feedback.
Component-based command feedback.
Finish reason (if finished).
Jog command feedback.
High-level execution status.
validWhether this feedback object contains valid data.
Whole-body command feedback.