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 Apr 10, 2024
1 parent b712938 commit 9ab9b1b
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 @@ -470,6 +470,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 @@ -507,6 +508,7 @@ class Executor
static void
execute_client(rclcpp::ClientBase::SharedPtr client);

protected:
/// Gather all of the waitable entities from associated nodes and callback groups.
RCLCPP_PUBLIC
void
Expand Down

0 comments on commit 9ab9b1b

Please sign in to comment.