rby1_sdk.RobotCommandFeedback

class RobotCommandFeedback

Bases: CommandFeedback

Top-level feedback for a robot command.

whole_body_command

Feedback for a whole-body command (if present).

Type:

WholeBodyCommandFeedback

component_based_command

Feedback for a component-based command (if present).

Type:

ComponentBasedCommandFeedback

jog_command

Feedback for a jog command (if present).

Type:

JogCommandFeedback

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 RobotCommandFeedback instance.

Methods

__init__(self)

Construct a RobotCommandFeedback instance.

Attributes

command_header

Header-level feedback.

component_based_command

Component-based command feedback.

finish_code

Finish reason (if finished).

jog_command

Jog command feedback.

status

High-level execution status.

valid

Whether this feedback object contains valid data.

whole_body_command

Whole-body command feedback.