Skip to content

Commit 2828376

Browse files
author
iRobot ROS
authored
Merge pull request #30 from mauropasse/mauro/spin-no-args-support
Add spin_some default arg
2 parents c8ee3ca + f6a97c5 commit 2828376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rclcpp/include/rclcpp/executors/events_executor.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class EventsExecutor : public rclcpp::Executor
8484
*/
8585
RCLCPP_PUBLIC
8686
void
87-
spin_some(std::chrono::nanoseconds max_duration) override;
87+
spin_some(std::chrono::nanoseconds max_duration = std::chrono::nanoseconds(0)) override;
8888

8989
RCLCPP_PUBLIC
9090
void

0 commit comments

Comments
 (0)