MobilityCommandFeedback#
rb::MobilityCommandFeedback is the feedback branch for mobility commands.
It exposes leaf feedback for joint-velocity and planar-base velocity requests.
Header
Header |
|
Declaration
Namespace |
|
Kind |
|
Primary role |
Hold the feedback branch for one mobility command. |
Public Member Functions
Method |
Purpose |
Notes |
|---|---|---|
|
Access the joint-velocity feedback leaf. |
Valid for wheel-joint velocity commands. |
|
Access the planar-base velocity feedback leaf. |
Valid for SE2 base commands. |
Detailed Reference
-
class MobilityCommandFeedback : public rb::CommandFeedback#
Public Functions
-
inline const JointVelocityCommandFeedback &joint_velocity_command() const#
-
inline const SE2VelocityCommandFeedback &se2_velocity_command() const#
-
inline const JointVelocityCommandFeedback &joint_velocity_command() const#
Related Types
Examples
mobility_command.cpp