Skip to content

Commit

Permalink
fix typo in example_7 - remove []()
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirFokow committed May 1, 2024
1 parent 436d3c6 commit eede155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_7/doc/userdoc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ The ``on_init`` method is called immediately after the controller plugin is dyna

.. code-block:: c++

using CallbackReturn = rclcpp_lifecycle::node_interfaces::LifecycleNodeInterface::CallbackReturn;[]()
using CallbackReturn = rclcpp_lifecycle::node_interfaces::LifecycleNodeInterface::CallbackReturn;

controller_interface::CallbackReturn on_init(){
// declare and get parameters needed for controller initialization
Expand Down

0 comments on commit eede155

Please sign in to comment.