Skip to content

Commit 88a6b21

Browse files
author
Janosch Machowinski
committed
feat(Executor): make execute_any_executable public
Signed-off-by: Janosch Machowinski <[email protected]>
1 parent 7fb19d9 commit 88a6b21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rclcpp/include/rclcpp/executor.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,7 @@ class Executor
470470
void
471471
execute_any_executable(AnyExecutable & any_exec);
472472

473+
public:
473474
/// Run subscription executable.
474475
/**
475476
* Do necessary setup and tear-down as well as executing the subscription.
@@ -507,6 +508,7 @@ class Executor
507508
static void
508509
execute_client(rclcpp::ClientBase::SharedPtr client);
509510

511+
protected:
510512
/// Gather all of the waitable entities from associated nodes and callback groups.
511513
RCLCPP_PUBLIC
512514
void

0 commit comments

Comments
 (0)