Skip to content

Commit

Permalink
feat(ansible): add new task to install libqt5charts5-dev (autowarefou…
Browse files Browse the repository at this point in the history
…ndation#4119)

Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota authored Jan 25, 2024
1 parent bf95c38 commit 01feac7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ansible/roles/autoware_universe/tasks/main.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
- name: Install libqt5charts5-dev # remove this task after merging https://github.com/ros/rosdistro/pull/39705.
become: true
ansible.builtin.apt:
name: libqt5charts5-dev
state: latest
update_cache: true

- name: Install geographiclib-tools
become: true
ansible.builtin.apt:
Expand Down

0 comments on commit 01feac7

Please sign in to comment.