Namespace linear_feedback_controller
Detailed Description
Class JointStateEstimator is a simple controller that exposes state interfaces equal to the number of it’s command interfaces. This controller simply forwards the information from it’s state interface to it’s own command interfaces. It may filter some of the states.
Class PassthroughController is a simple chainable controller that exposes reference interfaces equal to the number of it’s command interfaces. This controller simply forwards the information commanded to it’s reference interface to it’s own command interfaces without any modifications.