Skip to content

Commit c7c2e97

Browse files
fix typo in example_7 - remove []() (ros-controls#509)
1 parent 436d3c6 commit c7c2e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_7/doc/userdoc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ The ``on_init`` method is called immediately after the controller plugin is dyna
379379

380380
.. code-block:: c++
381381

382-
using CallbackReturn = rclcpp_lifecycle::node_interfaces::LifecycleNodeInterface::CallbackReturn;[]()
382+
using CallbackReturn = rclcpp_lifecycle::node_interfaces::LifecycleNodeInterface::CallbackReturn;
383383

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

0 commit comments

Comments
 (0)