Skip to content

Commit

Permalink
fix: Added geographic_msgs to rosinstall_generater
Browse files Browse the repository at this point in the history
  • Loading branch information
softyanija committed Nov 19, 2024
1 parent e39fc09 commit cf50a04
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 @@ -312,7 +312,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 launch_pytest --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 geographic_msgs 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 cf50a04

Please sign in to comment.