Skip to content

Commit

Permalink
feat: update tags (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
domire8 authored Jan 14, 2025
1 parent 595e50d commit b95a48a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
25 changes: 13 additions & 12 deletions ros2_ws/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
ssh \
unzip \
wget \
&& apt-get upgrade -y \
&& rm -rf /var/lib/apt/lists/*

RUN echo "Set disable_coredump false" >> /etc/sudo.conf
Expand Down Expand Up @@ -147,8 +148,7 @@ RUN rm -rf ./src

FROM base-workspace AS ros2-control-jazzy
RUN apt-get update && apt-get install --no-install-recommends -y \
# doxygen \
# librange-v3-dev \
libcap-dev \
python3-jinja2 \
python3-typeguard \
&& rm -rf /var/lib/apt/lists/*
Expand All @@ -157,23 +157,24 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
USER ${USER}
WORKDIR ${ROS2_WORKSPACE}/src

RUN git clone -b 4.17.0 --depth 1 https://github.com/ros-controls/ros2_control.git
RUN git clone -b 4.14.0 --depth 1 https://github.com/ros-controls/ros2_controllers.git
RUN git clone -b 4.24.0 --depth 1 https://github.com/ros-controls/ros2_control.git
RUN git clone -b 4.19.0 --depth 1 https://github.com/ros-controls/ros2_controllers.git
# get additional interface dependencies manually
RUN git clone -b 5.2.0 --depth 1 https://github.com/ros-controls/control_msgs.git
RUN git clone -b 1.0.3 --depth 1 https://github.com/pal-robotics/backward_ros.git
RUN git clone -b 5.3.0 --depth 1 https://github.com/ros-controls/control_msgs.git
RUN git clone -b 1.0.6 --depth 1 https://github.com/pal-robotics/backward_ros.git
RUN git clone -b 4.3.1 --depth 1 https://github.com/ros/diagnostics.git
RUN git clone -b 2.6.0 --depth 1 https://github.com/ros-controls/realtime_tools.git
RUN git clone -b 3.1.0 --depth 1 https://github.com/ros-controls/realtime_tools.git
RUN git clone -b 2.2.0 --depth 1 https://github.com/ros2/rcl_interfaces.git
RUN git clone -b 0.12.0 --depth 1 https://github.com/ros2/test_interface_files.git
RUN git clone -b 0.13.0 --depth 1 https://github.com/ros2/test_interface_files.git
RUN git clone -b 0.13.0 --depth 1 https://github.com/ros2/example_interfaces.git
RUN git clone -b 1.16.0 --depth 1 https://github.com/ros/angles.git
RUN git clone -b ros2 --depth 1 https://github.com/ros-drivers/ackermann_msgs.git
RUN git clone -b 0.3.8 --depth 1 https://github.com/PickNikRobotics/generate_parameter_library.git
RUN git clone -b 2.0.2 --depth 1 https://github.com/ros-drivers/ackermann_msgs.git
RUN git clone -b 0.3.9 --depth 1 https://github.com/PickNikRobotics/generate_parameter_library.git
RUN git clone -b 1.1.0 --depth 1 https://github.com/PickNikRobotics/RSL.git
RUN git clone -b 1.0.2 --depth 1 https://github.com/PickNikRobotics/cpp_polyfills.git
RUN git clone -b 3.2.0 --depth 1 https://github.com/ros-controls/control_toolbox.git
RUN git clone -b 3.4.0 --depth 1 https://github.com/ros-controls/control_toolbox.git
RUN git clone -b 2.1.2 --depth 1 https://github.com/ros/filters.git
RUN git clone -b 1.1.0 --depth 1 https://github.com/ros-controls/kinematics_interface.git
RUN git clone -b 1.2.1 --depth 1 https://github.com/ros-controls/kinematics_interface.git

WORKDIR ${ROS2_WORKSPACE}
RUN /bin/bash -c "source /opt/ros/${ROS_DISTRO}/setup.bash; colcon build"
Expand Down
2 changes: 1 addition & 1 deletion ros2_ws/VERSION.jazzy
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.1
2.1.0-rc1

0 comments on commit b95a48a

Please sign in to comment.