ComponentBasedCommandFeedback#
rb::ComponentBasedCommandFeedback is the top-level feedback branch for
component-based commands. It provides access to body, head, and mobility
feedback children.
Header
Header |
|
Declaration
Namespace |
|
Kind |
|
Primary role |
Hold the component-based branch of the feedback tree. |
Public Member Functions
Method |
Purpose |
Notes |
|---|---|---|
|
Access the body feedback subtree. |
Valid when the command included body content. |
|
Access the head feedback subtree. |
Valid when the command included head motion. |
|
Access the mobility feedback subtree. |
Valid when the command included a mobility path. |
Detailed Reference
-
class ComponentBasedCommandFeedback : public rb::CommandFeedback#
Public Functions
-
inline const BodyCommandFeedback &body_command() const#
-
inline const HeadCommandFeedback &head_command() const#
-
inline const MobilityCommandFeedback &mobility_command() const#
-
inline const BodyCommandFeedback &body_command() const#
Related Types
Examples
demo_motion.cppmobility_command.cpp