Skip to content

Commit

Permalink
Fixed typo. Added s to state_interfaces_ (#1930)
Browse files Browse the repository at this point in the history
  • Loading branch information
louietouie authored Dec 11, 2024
1 parent d40377d commit c37b9d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class ControllerInterfaceBase : public rclcpp_lifecycle::node_interfaces::Lifecy
* The configuration is used to check if controller can be activated and to claim interfaces from
* hardware.
* The claimed interfaces are populated in the
* \ref ControllerInterfaceBase::state_interface_ "state_interface_" member.
* \ref ControllerInterfaceBase::state_interfaces_ "state_interfaces_" member.
*
* \returns configuration of state interfaces.
*/
Expand Down

0 comments on commit c37b9d9

Please sign in to comment.