Skip to content

Commit

Permalink
Add EXECUTOR docs (#2440)
Browse files Browse the repository at this point in the history
Signed-off-by: Ruddick Lawrence <[email protected]>
  • Loading branch information
mrjogo authored Feb 29, 2024
1 parent e10728c commit 64f9aa1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rclcpp_components/cmake/rclcpp_components_register_node.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
# :type PLUGIN: string
# :param EXECUTABLE: the node's executable name
# :type EXECUTABLE: string
# :param EXECUTOR: the C++ class name of the executor to use (blank uses SingleThreadedExecutor)
# :type EXECUTOR: string
# :param RESOURCE_INDEX: the ament resource index to register the components
# :type RESOURCE_INDEX: string
#
Expand Down

0 comments on commit 64f9aa1

Please sign in to comment.