Skip to content

Commit acc31a6

Browse files
Janosch MachowinskiJanosch Machowinski
authored andcommitted
feat(Executor): make execute_any_executable public
Signed-off-by: Janosch Machowinski <[email protected]>
1 parent 9eb1515 commit acc31a6

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
@@ -483,6 +483,7 @@ class Executor
483483
void
484484
execute_any_executable(AnyExecutable & any_exec);
485485

486+
public:
486487
/// Run subscription executable.
487488
/**
488489
* Do necessary setup and tear-down as well as executing the subscription.
@@ -520,6 +521,7 @@ class Executor
520521
static void
521522
execute_client(rclcpp::ClientBase::SharedPtr client);
522523

524+
protected:
523525
/// Block until more work becomes avilable or timeout is reached.
524526
/**
525527
* Builds a set of waitable entities, which are passed to the middleware.

0 commit comments

Comments
 (0)