ros2 / ros2cli

ROS 2 command line interface tools
Apache License 2.0
172 stars 161 forks source link

Switch to using rclpy.init context manager. #918

Closed clalancette closed 2 months ago

clalancette commented 2 months ago

This allows us to clean up things substantially, so we can still clean up after ourselves, but use less code doing so.

This is part of https://github.com/ros2/rclpy/issues/1280

clalancette commented 2 months ago

CI: