We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d40377d commit c37b9d9Copy full SHA for c37b9d9
controller_interface/include/controller_interface/controller_interface_base.hpp
@@ -129,7 +129,7 @@ class ControllerInterfaceBase : public rclcpp_lifecycle::node_interfaces::Lifecy
129
* The configuration is used to check if controller can be activated and to claim interfaces from
130
* hardware.
131
* The claimed interfaces are populated in the
132
- * \ref ControllerInterfaceBase::state_interface_ "state_interface_" member.
+ * \ref ControllerInterfaceBase::state_interfaces_ "state_interfaces_" member.
133
*
134
* \returns configuration of state interfaces.
135
*/
0 commit comments