Skip to content

Commit

Permalink
Fix Humble docker Jetson
Browse files Browse the repository at this point in the history
  • Loading branch information
Xplore committed Dec 14, 2023
1 parent e484e95 commit 17d1be1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker_humble_jetson/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###########################################
# Base image
###########################################
FROM dustynv/ros:humble-desktop-l4t-r35.4.1 AS base
FROM dustynv/ros:humble-desktop-l4t-r36.2.0 AS base

ARG DEBIAN_FRONTEND=noninteractive

Expand Down 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 All @@ -113,7 +113,7 @@ RUN /etc/init.d/udev restart

# Install common ROS 2 packages
RUN apt-get update && apt-get upgrade -y
RUN apt-get purge -y '*opencv*'
# RUN apt-get purge -y '*opencv*'
RUN apt-get install -y --no-install-recommends \
ros-${ROS_DISTRO}-behaviortree-cpp-v3 \
ros-${ROS_DISTRO}-xacro
Expand Down Expand Up @@ -162,4 +162,4 @@ RUN rm -rf /var/lib/apt/lists/*
# Env vars for the nvidia-container-runtime.
ENV NVIDIA_VISIBLE_DEVICES all
ENV NVIDIA_DRIVER_CAPABILITIES graphics,utility,compute
ENV QT_X11_NO_MITSHM 1
ENV QT_X11_NO_MITSHM 1
Binary file modified docker_humble_jetson/EposCmd/lib/libEposCmd.so.6.7.1.0
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 17d1be1

Please sign in to comment.