Skip to content

Commit

Permalink
Add dependencies for msg repos
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Jan 24, 2024
1 parent 6734c14 commit 7bfd593
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Dockerfile.rhel8
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN dnf install -y ros-${ROS_DISTRO}-ros-base \
python3-rosdep \
python3-colcon-common-extensions
RUN rosdep init
RUN pip3 install vcstool colcon-mixin colcon-coveragepy-result colcon-lcov-result
RUN pip3 install vcstool colcon-mixin colcon-coveragepy-result colcon-lcov-result lark empy==3.3.4

# setup colcon mixin and metadata
RUN colcon mixin add default \
Expand All @@ -45,6 +45,9 @@ RUN vcs import src < ros-controls.rhel8.repos && \
--packages-up-to generate_parameter_library && \
rm -rf log src build

# RUN cd /usr/include/eigen3 && rm -rf Eigen unsupported && \
# wget https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.tar.gz && \
# tar --strip-components=1 -xzf eigen-3.4.0.tar.gz
# set up sourcing of ros
COPY ./ros_entrypoint.sh /
ENTRYPOINT [ "/ros_entrypoint.sh" ]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.rhel9
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN dnf install -y ros-${ROS_DISTRO}-ros-base \
python3-rosdep \
python3-colcon-common-extensions
RUN rosdep init
RUN pip3 install vcstool colcon-mixin colcon-coveragepy-result colcon-lcov-result
RUN pip3 install vcstool colcon-mixin colcon-coveragepy-result colcon-lcov-result lark empy==3.3.4

# install cmake 3.23.5
RUN \
Expand Down

0 comments on commit 7bfd593

Please sign in to comment.