Updated deprecated ament_index_cpp API#3011
Conversation
Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com>
|
Pulls: ros/pluginlib#289, ament/ament_index#104, ros/resource_retriever#118, ros/ros_tutorials#190, ros-perception/image_common#388, #3011, ros2/rmw_implementation#272, ros2/rmw_zenoh#879, ros2/rosbag2#2268, ros2/rviz#1647 |
|
Pulls: ros/pluginlib#289, ament/ament_index#104, ros/resource_retriever#118, ros/ros_tutorials#190, ros-perception/image_common#388, #3011, ros2/rmw_implementation#272, ros2/rmw_zenoh#879, ros2/rosbag2#2268, ros2/rviz#1647 |
|
As stated in ament/ament_index#104 I don't like the return type of the new API. std::vector<std::string> lines = rcpputils::split(result.second, '\n', true);is way less readable than std::vector<std::string> lines = rcpputils::split(result.content, '\n', true); |
Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com>
Related with ament/ament_index#104