rclcpp api changes, removal of rclcpp::executor::Executor
I'd like my code to compile on ROS eloquent and humble but there's been some API breaks in rclcpp.
Specifically this commit, changes the library API, by removing the rclcpp::executor::Executors type 06a4ee01d41e6870000ce2011acd157d3e85c5ce
Any recommendation on how to deal this this?