initial rough setup of docker files for exways

This commit is contained in:
Michael Katsoulis
2026-01-09 14:15:27 +01:00
commit 2393d3cddb
4 changed files with 7 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
liscences/**

0
README.md Normal file
View File

View File

@@ -0,0 +1,5 @@
FROM ros:jazzy-ros-core
# Copy and install the package
COPY ../pkgs/exwayz_navigation-ros2_jazzy-1.2.2-linux-u24.04-amd64.deb /tmp/
RUN apt-get update && apt-get install -y /tmp/exwayz_navigation-ros2_jazzy-1.2.2-linux-u24.04-amd64.deb && rm -rf /var/lib/apt/lists/*

1
liscences/README.md Normal file
View File

@@ -0,0 +1 @@
Add your liscence files for Exways in this folder under the name 'exways_liscence'