-
Notifications
You must be signed in to change notification settings - Fork 484
Updated deprecated ament_index_cpp API #3011
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: rolling
Are you sure you want to change the base?
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