Skip to content

Commit

Permalink
Add replacement process on ansible role to avoid fix fastrtps build e…
Browse files Browse the repository at this point in the history
…rror (#64)
  • Loading branch information
tetsuya-t4 authored Nov 29, 2024
1 parent 18e6b67 commit c2e861e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ansible/roles/ros2/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,9 @@
src: /tmp/ros2.{{ ros_distro }}.ros_base.rosinstall
dest: "{{ ros_base_dir }}/ros2.{{ ros_distro }}.ros_base.rosinstall"
become: true
- name: "{{ block_name }}: fix fastrtsp version"
shell: sed -i "s/release\/humble\/fastrtps\/2.6.9-1/release\/humble\/fastrtps\/2.6.8-1/" {{ ros_base_dir }}/ros2.{{ ros_distro }}.ros_base.rosinstall
become: true
- name: "{{ block_name }}: clone all repositories via vcs"
shell: vcs import src < ros2.{{ ros_distro }}.ros_base.rosinstall
args:
Expand Down

0 comments on commit c2e861e

Please sign in to comment.