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 df3c6a6 commit 4420c14Copy full SHA for 4420c14
rclcpp/include/rclcpp/executor.hpp
@@ -470,6 +470,7 @@ class Executor
470
void
471
execute_any_executable(AnyExecutable & any_exec);
472
473
+public:
474
/// Run subscription executable.
475
/**
476
* Do necessary setup and tear-down as well as executing the subscription.
@@ -507,6 +508,7 @@ class Executor
507
508
static void
509
execute_client(rclcpp::ClientBase::SharedPtr client);
510
511
+protected:
512
/// Gather all of the waitable entities from associated nodes and callback groups.
513
RCLCPP_PUBLIC
514
0 commit comments