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.
- property body_command#
Body component feedback.
- Returns:
Feedback object.
- Return type:
- property head_command#
Head component feedback.
- Returns:
Feedback object.
- Return type:
- property mobility_command#
Mobility component feedback.
- Returns:
Feedback object.
- Return type: