Skip to content

Commit

Permalink
Merge branch 'main' into fix/ros2-tab-complementation
Browse files Browse the repository at this point in the history
  • Loading branch information
manato authored May 24, 2024
2 parents 0bb2076 + df4b3cc commit fb0e281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/ros2/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
state: directory
become: true
- name: "{{ block_name }}: generate repository list using rosinstall_generator"
shell: rosinstall_generator --deps --rosdistro {{ ros_distro }} ros_base launch_xml launch_yaml launch_testing launch_testing_ament_cmake demo_nodes_cpp demo_nodes_py example_interfaces camera_calibration_parsers camera_info_manager cv_bridge vision_opencv vision_msgs image_geometry image_pipeline image_transport compressed_image_transport compressed_depth_image_transport pcl_msgs perception_pcl --exclude rmw_connextdds > /tmp/ros2.{{ ros_distro }}.ros_base.rosinstall
shell: rosinstall_generator --deps --rosdistro {{ ros_distro }} ros_base launch_xml launch_yaml launch_testing launch_testing_ament_cmake demo_nodes_cpp demo_nodes_py example_interfaces camera_calibration_parsers camera_info_manager cv_bridge vision_opencv vision_msgs image_geometry image_pipeline image_transport compressed_image_transport compressed_depth_image_transport pcl_msgs perception_pcl launch_pytest --exclude rmw_connextdds > /tmp/ros2.{{ ros_distro }}.ros_base.rosinstall
- name: "{{ block_name }}: copy repository list to target ddirectory"
ansible.builtin.copy:
src: /tmp/ros2.{{ ros_distro }}.ros_base.rosinstall
Expand Down

0 comments on commit fb0e281

Please sign in to comment.