rclcpp
rclcpp copied to clipboard
Updated rcpputils path API
Related PR https://github.com/ros2/rcpputils/pull/196
Updated deprecated API
There's another rcpputils::fs that can be changed to std::filesystem here: https://github.com/ros2/rclcpp/blob/57858c53d123d8c541c28d1726a0ad2c47215919/rclcpp_components/test/test_component_manager.cpp#L54
Here too: https://github.com/ros2/rclcpp/blob/57858c53d123d8c541c28d1726a0ad2c47215919/rclcpp/test/rclcpp/test_node.cpp#L59
Another: https://github.com/ros2/rclcpp/blob/57858c53d123d8c541c28d1726a0ad2c47215919/rclcpp/test/rclcpp/node_interfaces/test_node_parameters.cpp#L64