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 32fd29c commit 36e692aCopy full SHA for 36e692a
rclcpp/include/rclcpp/executor.hpp
@@ -476,6 +476,7 @@ class Executor
476
void
477
execute_any_executable(AnyExecutable & any_exec);
478
479
+public:
480
/// Run subscription executable.
481
/**
482
* Do necessary setup and tear-down as well as executing the subscription.
@@ -513,6 +514,7 @@ class Executor
513
514
static void
515
execute_client(rclcpp::ClientBase::SharedPtr client);
516
517
+protected:
518
/// Block until more work becomes avilable or timeout is reached.
519
520
* Builds a set of waitable entities, which are passed to the middleware.
0 commit comments