ImpedanceControlCommandFeedback#
rb::ImpedanceControlCommandFeedback is the leaf feedback type for the
task-space impedance command path.
Header
Header |
|
Declaration
Namespace |
|
Kind |
|
Primary role |
Report task-space tracking error for an impedance-control command. |
Member Types
Type |
Purpose |
Notes |
|---|---|---|
|
Carry the task-space tracking error. |
Returned by the main accessor on this page. |
Public Member Functions
Method |
Purpose |
Notes |
|---|---|---|
|
Read the task-space tracking error record. |
Primary diagnostic accessor for compliance tracking quality. |
Returned Values & Units
Accessor or field |
Unit / encoding |
Notes |
|---|---|---|
|
|
Translational error magnitude. |
|
|
Rotational error magnitude. |
|
|
Bundles the two task-space error magnitudes above. |
Detailed Reference
-
class ImpedanceControlCommandFeedback : public rb::CommandFeedback#
Public Functions
-
inline const TrackingError &tracking_error() const#
-
struct TrackingError#
-
inline const TrackingError &tracking_error() const#
Related Types
Examples
gravity_compensation.cpp