Skip to content

Commit bf0fe01

Browse files
Merge pull request #260 from oguzkaganozt/move-openadkit-into-visionpilot-folder
feat(docker): move openadkit into visionpilot directory
2 parents bfaf524 + 82a19a3 commit bf0fe01

File tree

18 files changed

+6
-5
lines changed

18 files changed

+6
-5
lines changed

VisionPilot/Middleware_Recipes/Standalone/AutoSpeed/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ include_directories(
4444
${GSTREAMER_INCLUDE_DIRS}
4545
${GSTREAMER_APP_INCLUDE_DIRS}
4646
../../common/include
47+
../../common/backends
4748
)
4849

4950
# AutoSpeed ONNX Runtime backend
File renamed without changes.

Modules/SDV/OpenADKit/AutoSpeed/launch/run_objectFinder.sh renamed to VisionPilot/SDV/OpenADKit/AutoSpeed/launch/run_objectFinder.sh

File renamed without changes.

Modules/SDV/OpenADKit/AutoSpeed/launch_autospeed.sh renamed to VisionPilot/SDV/OpenADKit/AutoSpeed/launch_autospeed.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ docker run -it --rm \
66
-v "$PWD"/model-weights:/autoware/model-weights \
77
-v "$PWD"/launch:/autoware/launch \
88
-v "$PWD"/../Test:/autoware/test \
9-
ghcr.io/autowarefoundation/visionpilot:latest \
9+
visionpilot \
1010
/autoware/launch/run_objectFinder.sh
30.6 MB
Binary file not shown.

Modules/SDV/OpenADKit/Docker/Dockerfile renamed to VisionPilot/SDV/OpenADKit/Docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ WORKDIR /app
7474
EXPOSE 5900 6080
7575

7676
# Copy startup scripts
77-
COPY Modules/SDV/OpenADKit/Docker/xstartup /root/.vnc/xstartup
78-
COPY Modules/SDV/OpenADKit/Docker/entrypoint.sh /entrypoint.sh
77+
COPY VisionPilot/SDV/OpenADKit/Docker/xstartup /root/.vnc/xstartup
78+
COPY VisionPilot/SDV/OpenADKit/Docker/entrypoint.sh /entrypoint.sh
7979
RUN chmod +x /entrypoint.sh /root/.vnc/xstartup
8080

8181
# Environment defaults
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)