ArmCommandFeedback#
rb::ArmCommandFeedback exposes the leaf feedback object for the active
arm-scoped command mode.
Header
Header |
|
Declaration
Namespace |
|
Kind |
|
Primary role |
Hold the feedback branch for one arm command. |
Public Member Functions
Method |
Purpose |
Notes |
|---|---|---|
|
Access the joint-position feedback leaf. |
Valid for point-to-point arm motion. |
|
Access task-space tracking or impedance feedback. |
Use the accessor matching the submitted primitive. |
|
Access the remaining arm feedback leaves. |
Covers compliance and compensation paths. |
Detailed Reference
-
class ArmCommandFeedback : public rb::CommandFeedback#
Public Functions
-
inline const CartesianCommandFeedback &cartesian_command() const#
-
inline const CartesianImpedanceControlCommandFeedback &cartesian_impedance_control_command() const#
-
inline const GravityCompensationCommandFeedback &gravity_compensation_command() const#
-
inline const ImpedanceControlCommandFeedback &impedance_control_command() const#
-
inline const JointImpedanceControlCommandFeedback &joint_impedance_control_command() const#
-
inline const JointPositionCommandFeedback &joint_position_command() const#
-
inline const CartesianCommandFeedback &cartesian_command() const#
Related Types
Examples
demo_motion.cppgravity_compensation.cpp