rby1_sdk.ComponentBasedCommandFeedback¶
- class ComponentBasedCommandFeedback¶
Bases:
CommandFeedbackFeedback for a component-based command container.
- head_command¶
Feedback for the head component (if present).
- Type:
- body_command¶
Feedback for the body component (if present).
- Type:
- mobility_command¶
Feedback for the mobility component (if present).
- Type:
- __init__(self: rby1_sdk.ComponentBasedCommandFeedback) None¶
Construct a
ComponentBasedCommandFeedbackinstance.
Methods
__init__(self)Construct a
ComponentBasedCommandFeedbackinstance.Attributes
Body component feedback.
command_headerHeader-level feedback.
Head component feedback.
Mobility component feedback.
validWhether this feedback object contains valid data.