rclcpp icon indicating copy to clipboard operation
rclcpp copied to clipboard

Have the EventsExecutor use more common code

Open alsora opened this issue 1 year ago • 0 comments

The EventsExecutor was creating its own entities collector, collection ,etc. Now that these are part of the executor base class, the events executor should just use them.

This PR should not do any functional change, but only reorganizing the code and reducing duplications.

alsora avatar Jun 29 '24 21:06 alsora