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.
2 parents c8ee3ca + f6a97c5 commit 2828376Copy full SHA for 2828376
rclcpp/include/rclcpp/executors/events_executor.hpp
@@ -84,7 +84,7 @@ class EventsExecutor : public rclcpp::Executor
84
*/
85
RCLCPP_PUBLIC
86
void
87
- spin_some(std::chrono::nanoseconds max_duration) override;
+ spin_some(std::chrono::nanoseconds max_duration = std::chrono::nanoseconds(0)) override;
88
89
90
0 commit comments