initial rough setup of docker files for exways
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
liscences/**
|
||||
5
dockerfiles/exways_test.dockerfile
Normal file
5
dockerfiles/exways_test.dockerfile
Normal 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
1
liscences/README.md
Normal file
@@ -0,0 +1 @@
|
||||
Add your liscence files for Exways in this folder under the name 'exways_liscence'
|
||||
Reference in New Issue
Block a user