BodyComponentBasedCommandFeedback#
rb::BodyComponentBasedCommandFeedback is the split body branch that exposes
independent feedback for the left arm, right arm, and torso.
Header
Header |
|
Declaration
Namespace |
|
Kind |
|
Primary role |
Hold the split torso-and-arms body feedback branch. |
Public Member Functions
Method |
Purpose |
Notes |
|---|---|---|
|
Access the left-arm feedback subtree. |
Valid when the split body command addressed the left arm. |
|
Access the right-arm feedback subtree. |
Valid when the split body command addressed the right arm. |
|
Access the torso feedback subtree. |
Valid when the split body command addressed the torso. |
Detailed Reference
-
class BodyComponentBasedCommandFeedback : public rb::CommandFeedback#
Public Functions
-
inline const ArmCommandFeedback &left_arm_command() const#
-
inline const ArmCommandFeedback &right_arm_command() const#
-
inline const TorsoCommandFeedback &torso_command() const#
-
inline const ArmCommandFeedback &left_arm_command() const#
Related Types
Examples
demo_motion.cppgravity_compensation.cpp