Skip to content

Commit

Permalink
add geoid into prebuilt
Browse files Browse the repository at this point in the history
Signed-off-by: oguzkaganozt <[email protected]>
  • Loading branch information
oguzkaganozt committed Feb 22, 2024
1 parent d14ddd8 commit c633cd0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/roles/geographiclib/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
ansible.builtin.command:
cmd: geographiclib-get-geoids egm2008-1
creates: /usr/share/GeographicLib/geoids/egm2008-1.pgm
when: prompt_download_artifacts == 'y'

1 change: 0 additions & 1 deletion docker/autoware-openadk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install --no-ins
vim \
unzip \
lsb-release \
ninja-build \
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/* "$HOME"/.cache

# Add GitHub to known hosts for private repositories
Expand Down

0 comments on commit c633cd0

Please sign in to comment.