We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb1515 commit acc31a6Copy full SHA for acc31a6
rclcpp/include/rclcpp/executor.hpp
@@ -483,6 +483,7 @@ class Executor
483
void
484
execute_any_executable(AnyExecutable & any_exec);
485
486
+public:
487
/// Run subscription executable.
488
/**
489
* Do necessary setup and tear-down as well as executing the subscription.
@@ -520,6 +521,7 @@ class Executor
520
521
static void
522
execute_client(rclcpp::ClientBase::SharedPtr client);
523
524
+protected:
525
/// Block until more work becomes avilable or timeout is reached.
526
527
* Builds a set of waitable entities, which are passed to the middleware.
0 commit comments