This repository was archived by the owner on Apr 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +16
-8
lines changed Expand file tree Collapse file tree 4 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ RUN colcon mixin add default \
31
31
https://raw.githubusercontent.com/colcon/colcon-metadata-repository/master/index.yaml && \
32
32
colcon metadata update
33
33
34
- # we have to compile generate_parameter_library from source
35
- ENV ROS2_WS /opt/ros2_ws
34
+ # build generate_parameter_library and other deps from source
35
+ ENV ROS2_WS= /opt/ros2_ws
36
36
RUN mkdir -p $ROS2_WS/src
37
37
WORKDIR $ROS2_WS
38
38
ADD ros-controls.rhel8.repos .
@@ -43,7 +43,7 @@ RUN vcs import src < ros-controls.rhel8.repos && \
43
43
colcon build \
44
44
--mixin release build-testing-off \
45
45
--cmake-args --no-warn-unused-cli \
46
- --packages-up-to generate_parameter_library && \
46
+ --packages-up-to generate_parameter_library pal_statistics && \
47
47
rm -rf log src build
48
48
49
49
# add default.yaml to the image
Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ RUN colcon mixin add default \
59
59
https://raw.githubusercontent.com/colcon/colcon-metadata-repository/master/index.yaml && \
60
60
colcon metadata update
61
61
62
- # build generate_parameter_library from source
63
- ENV ROS2_WS /opt/ros2_ws
62
+ # build generate_parameter_library and other deps from source
63
+ ENV ROS2_WS= /opt/ros2_ws
64
64
RUN mkdir -p $ROS2_WS/src
65
65
WORKDIR $ROS2_WS
66
66
ADD ros-controls.rhel9.repos .
@@ -72,7 +72,7 @@ RUN vcs import src < ros-controls.rhel9.repos && \
72
72
colcon build \
73
73
--mixin release build-testing-off \
74
74
--cmake-args --no-warn-unused-cli \
75
- --packages-up-to generate_parameter_library && \
75
+ --packages-up-to generate_parameter_library pal_statistics && \
76
76
rm -rf log src build
77
77
78
78
# add default.yaml to the image
Original file line number Diff line number Diff line change @@ -10,4 +10,8 @@ repositories:
10
10
cpp_polyfills:
11
11
type: git
12
12
url: https://github.com/PickNikRobotics/cpp_polyfills.git
13
- version: main
13
+ version: main
14
+ pal_statistics:
15
+ type: git
16
+ url: https://github.com/pal-robotics/pal_statistics.git
17
+ version: humble-devel
Original file line number Diff line number Diff line change @@ -6,4 +6,8 @@ repositories:
6
6
generate_parameter_library:
7
7
type: git
8
8
url: https://github.com/PickNikRobotics/generate_parameter_library.git
9
- version: main
9
+ version: main
10
+ pal_statistics:
11
+ type: git
12
+ url: https://github.com/pal-robotics/pal_statistics.git
13
+ version: humble-devel
You can’t perform that action at this time.
0 commit comments