Skip to content

Commit

Permalink
fix: Add correct EPOS files for Jetson foxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Xplore authored and hmiranda-queiros committed Dec 16, 2023
1 parent c777c5a commit d18386c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker_foxy_jetson/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ ARG DEBIAN_FRONTEND=noninteractive
# Install EposCmd library
WORKDIR /usr/local/lib
COPY ./EposCmd/lib/libEposCmd.so.6.7.1.0 .
COPY ./EposCmd/lib/libftd2xx.so.1.4.27 .
COPY ./EposCmd/lib/libftd2xx.so.1.4.8 .
RUN ln -s libEposCmd.so.6.7.1.0 libEposCmd.so
RUN ln -s libftd2xx.so.1.4.27 libftd2xx.so
RUN ln -s libftd2xx.so.1.4.8 libftd2xx.so

WORKDIR /usr/lib
RUN ln -s /usr/local/lib/libEposCmd.so libEposCmd.so
Expand Down
Binary file modified docker_foxy_jetson/EposCmd/lib/libEposCmd.so.6.7.1.0
Binary file not shown.
Binary file removed docker_foxy_jetson/EposCmd/lib/libftd2xx.so.1.4.27
Binary file not shown.
Binary file not shown.

0 comments on commit d18386c

Please sign in to comment.