For unit tests it would be good to start nodes without any additional overhead as it simplifies debugging. https://github.com/ros2/rclcpp/blob/5baa5195dbad2ab04a571d3f51ca39d0df5a1bd1/rclcpp/include/rclcpp/node_impl.hpp#L60-L61
For unit tests it would be good to start nodes without any additional overhead as it simplifies debugging.
rclcpp/rclcpp/include/rclcpp/node_impl.hpp
Lines 60 to 61 in 5baa519