Skip to content

Commit 165f8dc

Browse files
authored
Remove action_tutorials_interfaces from the Rolling desktop package. (#409)
It was removed in ros2/demos#701 (since it was a duplicate with some other packages), and then further removed from the variants in ros2/variants#44, so that should be reflected here as well. Signed-off-by: Chris Lalancette <[email protected]>
1 parent 7f98b38 commit 165f8dc

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

rep-2001.rst

+5-6
Original file line numberDiff line numberDiff line change
@@ -925,12 +925,11 @@ Desktop
925925

926926
- desktop:
927927
extends: [ros_base]
928-
packages: [action_tutorials_cpp, action_tutorials_interfaces,
929-
action_tutorials_py, angles, composition,
930-
demo_nodes_cpp, demo_nodes_cpp_native,
931-
demo_nodes_py, depthimage_to_laserscan,
932-
dummy_map_server, dummy_robot_bringup,
933-
dummy_sensors,
928+
packages: [action_tutorials_cpp, action_tutorials_py,
929+
angles, composition, demo_nodes_cpp,
930+
demo_nodes_cpp_native, demo_nodes_py,
931+
depthimage_to_laserscan, dummy_map_server,
932+
dummy_robot_bringup, dummy_sensors,
934933
examples_rclcpp_minimal_action_client,
935934
examples_rclcpp_minimal_action_server,
936935
examples_rclcpp_minimal_client,

0 commit comments

Comments
 (0)