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 c8ee3ca commit f6a97c5Copy full SHA for f6a97c5
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