Skip to content

Commit 36e692a

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

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
@@ -476,6 +476,7 @@ class Executor
476476
void
477477
execute_any_executable(AnyExecutable & any_exec);
478478

479+
public:
479480
/// Run subscription executable.
480481
/**
481482
* Do necessary setup and tear-down as well as executing the subscription.
@@ -513,6 +514,7 @@ class Executor
513514
static void
514515
execute_client(rclcpp::ClientBase::SharedPtr client);
515516

517+
protected:
516518
/// Block until more work becomes avilable or timeout is reached.
517519
/**
518520
* Builds a set of waitable entities, which are passed to the middleware.

0 commit comments

Comments
 (0)