Skip to content

Commit

Permalink
packages from apt
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Delicat <[email protected]>
  • Loading branch information
delihus committed Jul 26, 2024
1 parent c8db8b5 commit 5898db0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Dockerfile.hardware
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG ROS_DISTRO=humble
ARG ROS_DISTRO=jazzy
ARG MYDISTRO=ros
ARG PREFIX=

Expand All @@ -9,7 +9,7 @@ FROM husarnet/ros:${PREFIX}${ROS_DISTRO}-ros-base AS healthcheck_builder
ARG ROS_DISTRO
ARG PREFIX
ARG MYDISTRO
ENV HUSARION_ROS_BUILD hardware
ENV HUSARION_ROS_BUILD=hardware

SHELL ["/bin/bash", "-c"]

Expand Down Expand Up @@ -40,7 +40,7 @@ FROM husarnet/ros:${PREFIX}${ROS_DISTRO}-ros-base AS ros_builder
ARG ROS_DISTRO
ARG PREFIX
ARG MYDISTRO
ENV HUSARION_ROS_BUILD hardware
ENV HUSARION_ROS_BUILD=hardware

SHELL ["/bin/bash", "-c"]

Expand Down Expand Up @@ -73,7 +73,7 @@ FROM husarnet/ros:${PREFIX}${ROS_DISTRO}-ros-core
ARG ROS_DISTRO
ARG PREFIX
ARG MYDISTRO
ENV HUSARION_ROS_BUILD hardware
ENV HUSARION_ROS_BUILD=hardware

SHELL ["/bin/bash", "-c"]

Expand All @@ -90,11 +90,12 @@ RUN cp src/rosbot_utils/rosbot_utils/flash-firmware.py /usr/bin/ && \

RUN apt-get update && apt-get install -y \
python3-pip \
python3-periphery \
python3-ftdi \
python3-rosdep \
stm32flash \
gosu \
ros-$ROS_DISTRO-teleop-twist-keyboard && \
pip3 install pyftdi --break-system-packages && \
rm -rf /etc/ros/rosdep/sources.list.d/20-default.list && \
rosdep init && \
rosdep update --rosdistro $ROS_DISTRO && \
Expand Down

0 comments on commit 5898db0

Please sign in to comment.