Skip to content

Commit

Permalink
feat(Executor): make execute_any_executable public
Browse files Browse the repository at this point in the history
Signed-off-by: Janosch Machowinski <[email protected]>
  • Loading branch information
Janosch Machowinski authored and Janosch Machowinski committed Mar 25, 2024
1 parent 9eb1515 commit acc31a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rclcpp/include/rclcpp/executor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ class Executor
void
execute_any_executable(AnyExecutable & any_exec);

public:
/// Run subscription executable.
/**
* Do necessary setup and tear-down as well as executing the subscription.
Expand Down Expand Up @@ -520,6 +521,7 @@ class Executor
static void
execute_client(rclcpp::ClientBase::SharedPtr client);

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

0 comments on commit acc31a6

Please sign in to comment.