rby1_sdk.BodyComponentBasedCommandFeedback¶
- class BodyComponentBasedCommandFeedback¶
Bases:
CommandFeedbackFeedback for a body command composed of named components.
- right_arm_command¶
Feedback for the right arm component.
- Type:
- left_arm_command¶
Feedback for the left arm component.
- Type:
- torso_command¶
Feedback for the torso component.
- Type:
- __init__(self: rby1_sdk.BodyComponentBasedCommandFeedback) None¶
Construct a
BodyComponentBasedCommandFeedbackinstance.
Methods
__init__(self)Construct a
BodyComponentBasedCommandFeedbackinstance.Attributes
command_headerHeader-level feedback.
Left-arm component feedback.
Right-arm component feedback.
Torso component feedback.
validWhether this feedback object contains valid data.