Skip to content

Commit

Permalink
change underlay_ws name
Browse files Browse the repository at this point in the history
  • Loading branch information
Serafadam committed Sep 15, 2023
1 parent 900b237 commit 2d234f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,4 @@ jobs:
push: ${{ env.PUSH }}
no-cache: true
tags: |
luxonis/depthai-ros-rae
luxonis/depthai-ros-rae
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN cd /tmp \
&& cd /tmp \
&& rm -r depthai-core

ENV UNDERLAY_WS=/depthai_ws
ENV UNDERLAY_WS=/underlay_ws
RUN mkdir -p $UNDERLAY_WS/src
RUN cd ./$UNDERLAY_WS/src && git clone https://github.com/BrettRD/ros-gst-bridge.git
RUN cd ./$UNDERLAY_WS/src && git clone https://github.com/Serafadam/ira_laser_tools.git
Expand Down

0 comments on commit 2d234f0

Please sign in to comment.