rby1_sdk.BodyComponentBasedCommandFeedback

class BodyComponentBasedCommandFeedback

Bases: CommandFeedback

Feedback for a body command composed of named components.

right_arm_command

Feedback for the right arm component.

Type:

ArmCommandFeedback

left_arm_command

Feedback for the left arm component.

Type:

ArmCommandFeedback

torso_command

Feedback for the torso component.

Type:

TorsoCommandFeedback

__init__(self: rby1_sdk.BodyComponentBasedCommandFeedback) None

Construct a BodyComponentBasedCommandFeedback instance.

Methods

__init__(self)

Construct a BodyComponentBasedCommandFeedback instance.

Attributes

command_header

Header-level feedback.

left_arm_command

Left-arm component feedback.

right_arm_command

Right-arm component feedback.

torso_command

Torso component feedback.

valid

Whether this feedback object contains valid data.