Skip to content

Commit

Permalink
best effort qos
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikN committed Feb 21, 2024
1 parent 8e58798 commit f0c32c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ SHELL ["/bin/bash", "-c"]

WORKDIR /ros2_ws

ARG DEPTHAI_ROS_RELEASE="v2.8.1-${ROS_DISTRO}"
# ARG DEPTHAI_ROS_RELEASE="v2.8.1-${ROS_DISTRO}"
ARG DEPTHAI_ROS_RELEASE="humble"

RUN apt-get update && apt-get install -y \
python3-pip \
python3-colcon-common-extensions \
python3-rosdep

# install everything needed
RUN git clone https://github.com/luxonis/depthai-ros.git src/depthai-ros -b ${DEPTHAI_ROS_RELEASE} && \
RUN git clone https://github.com/dominikn/depthai-ros.git src/depthai-ros -b ${DEPTHAI_ROS_RELEASE} && \
git clone https://github.com/ros-misc-utilities/ffmpeg_image_transport.git src/ffmpeg_image_transport && \
vcs import src < src/ffmpeg_image_transport/ffmpeg_image_transport.repos && \
rm -rf /etc/ros/rosdep/sources.list.d/20-default.list && \
Expand Down

0 comments on commit f0c32c2

Please sign in to comment.