Skip to content

Commit 3cc3c15

Browse files
Debian: Use release packages instead of development version (#337)
* Use release packages instead of development version * Also compile parameter_traits * Revert back to development version on humble
1 parent 9778fa4 commit 3cc3c15

File tree

4 files changed

+157
-88
lines changed

4 files changed

+157
-88
lines changed

ros2_debian/ros-controls.humble.repos

Lines changed: 38 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,60 @@ repositories:
33
type: git
44
url: https://github.com/ros2-gbp/filters-release.git
55
version: debian/humble/bullseye/filters
6-
ros2-gbp/xacro:
6+
xacro:
77
type: git
88
url: https://github.com/ros2-gbp/xacro-release.git
99
version: debian/humble/bullseye/xacro
10-
ros2-gbp/diagnostic_updater:
10+
diagnostic_updater:
1111
type: git
1212
url: https://github.com/ros2-gbp/diagnostics-release.git
1313
version: debian/humble/bullseye/diagnostic_updater
1414
backward_ros:
1515
type: git
1616
url: https://github.com/ros2-gbp/backward_ros-release.git
17-
version: debian/humble/bullseye/backward_ros
18-
cpp_polyfills:
17+
version: debian/humble/bullseye/backward_ros
18+
cpp_polyfills/tcb_span:
1919
type: git
20-
url: https://github.com/PickNikRobotics/cpp_polyfills.git
21-
version: main
22-
RSL:
20+
url: https://github.com/ros2-gbp/cpp_polyfills-release.git
21+
version: debian/humble/bullseye/tcb_span
22+
cpp_polyfills/tl_expected:
2323
type: git
24-
url: https://github.com/PickNikRobotics/RSL.git
25-
version: main
24+
url: https://github.com/ros2-gbp/cpp_polyfills-release.git
25+
version: debian/humble/bullseye/tl_expected
26+
rsl:
27+
type: git
28+
url: https://github.com/ros2-gbp/RSL-release.git
29+
version: debian/humble/bullseye/rsl
2630
generate_parameter_library:
2731
type: git
2832
url: https://github.com/PickNikRobotics/generate_parameter_library.git
29-
version: main
33+
version: main
34+
# TODO: switch to released version once https://github.com/PickNikRobotics/generate_parameter_library/issues/262 is fixed
35+
# generate_parameter_library/generate_parameter_library_py:
36+
# type: git
37+
# url: https://github.com/ros2-gbp/generate_parameter_library-release.git
38+
# version: debian/humble/bullseye/generate_parameter_library_py
39+
# generate_parameter_library/generate_parameter_library:
40+
# type: git
41+
# url: https://github.com/ros2-gbp/generate_parameter_library-release.git
42+
# version: debian/humble/bullseye/generate_parameter_library
43+
# generate_parameter_library/parameter_traits:
44+
# type: git
45+
# url: https://github.com/ros2-gbp/generate_parameter_library-release.git
46+
# version: debian/humble/bullseye/parameter_traits
3047
angles:
3148
type: git
32-
url: https://github.com/ros/angles.git
33-
version: ros2
49+
url: https://github.com/ros2-gbp/angles-release.git
50+
version: debian/humble/bullseye/angles
3451
ackermann_msgs:
3552
type: git
36-
url: https://github.com/ros-drivers/ackermann_msgs.git
37-
version: ros2
38-
pal_statistics:
53+
url: https://github.com/ros2-gbp/ackermann_msgs-release.git
54+
version: debian/humble/bullseye/ackermann_msgs
55+
pal_statistics/pal_statistics:
56+
type: git
57+
url: https://github.com/ros2-gbp/pal_statistics-release.git
58+
version: debian/humble/bullseye/pal_statistics
59+
pal_statistics/pal_statistics_msgs:
3960
type: git
40-
url: https://github.com/pal-robotics/pal_statistics.git
41-
version: humble-devel
61+
url: https://github.com/ros2-gbp/pal_statistics-release.git
62+
version: debian/humble/bullseye/pal_statistics_msgs

ros2_debian/ros-controls.jazzy.repos

Lines changed: 38 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,51 +3,67 @@ repositories:
33
type: git
44
url: https://github.com/ros2-gbp/filters-release.git
55
version: debian/jazzy/bookworm/filters
6-
ros2-gbp/xacro:
6+
xacro:
77
type: git
88
url: https://github.com/ros2-gbp/xacro-release.git
99
version: debian/jazzy/bookworm/xacro
10-
ros2-gbp/diagnostic_updater:
10+
diagnostic_updater:
1111
type: git
1212
url: https://github.com/ros2-gbp/diagnostics-release.git
1313
version: debian/jazzy/bookworm/diagnostic_updater
1414
backward_ros:
1515
type: git
1616
url: https://github.com/ros2-gbp/backward_ros-release.git
17-
version: debian/jazzy/bookworm/backward_ros
18-
cpp_polyfills:
17+
version: debian/jazzy/bookworm/backward_ros
18+
cpp_polyfills/tcb_span:
1919
type: git
20-
url: https://github.com/PickNikRobotics/cpp_polyfills.git
21-
version: main
20+
url: https://github.com/ros2-gbp/cpp_polyfills-release.git
21+
version: debian/jazzy/bookworm/tcb_span
22+
cpp_polyfills/tl_expected:
23+
type: git
24+
url: https://github.com/ros2-gbp/cpp_polyfills-release.git
25+
version: debian/jazzy/bookworm/tl_expected
2226
rsl:
2327
type: git
24-
url: https://github.com/PickNikRobotics/RSL.git
25-
version: main
26-
generate_parameter_library:
28+
url: https://github.com/ros2-gbp/RSL-release.git
29+
version: debian/jazzy/bookworm/rsl
30+
generate_parameter_library/generate_parameter_library_py:
31+
type: git
32+
url: https://github.com/ros2-gbp/generate_parameter_library-release.git
33+
version: debian/jazzy/bookworm/generate_parameter_library_py
34+
generate_parameter_library/generate_parameter_library:
35+
type: git
36+
url: https://github.com/ros2-gbp/generate_parameter_library-release.git
37+
version: debian/jazzy/bookworm/generate_parameter_library
38+
generate_parameter_library/parameter_traits:
2739
type: git
28-
url: https://github.com/PickNikRobotics/generate_parameter_library.git
29-
version: main
40+
url: https://github.com/ros2-gbp/generate_parameter_library-release.git
41+
version: debian/jazzy/bookworm/parameter_traits
3042
angles:
3143
type: git
32-
url: https://github.com/ros/angles.git
33-
version: ros2
44+
url: https://github.com/ros2-gbp/angles-release.git
45+
version: debian/jazzy/bookworm/angles
3446
ackermann_msgs:
3547
type: git
36-
url: https://github.com/ros-drivers/ackermann_msgs.git
37-
version: ros2
48+
url: https://github.com/ros2-gbp/ackermann_msgs-release.git
49+
version: debian/jazzy/bookworm/ackermann_msgs
3850
sdformat_urdf:
3951
type: git
40-
url: https://github.com/ros/sdformat_urdf.git
41-
version: jazzy
42-
gazebo-release/sdformat_vendor:
52+
url: https://github.com/ros2-gbp/sdformat_urdf-release.git
53+
version: debian/jazzy/bookworm/sdformat_urdf
54+
sdformat_vendor:
4355
type: git
4456
url: https://github.com/gazebo-release/sdformat_vendor.git
4557
version: jazzy
46-
gazebo-release/gz_tools_vendor:
58+
gz_tools_vendor:
4759
type: git
4860
url: https://github.com/gazebo-release/gz_tools_vendor.git
4961
version: jazzy
50-
pal_statistics:
62+
pal_statistics/pal_statistics:
63+
type: git
64+
url: https://github.com/ros2-gbp/pal_statistics-release.git
65+
version: debian/jazzy/bookworm/pal_statistics
66+
pal_statistics/pal_statistics_msgs:
5167
type: git
52-
url: https://github.com/pal-robotics/pal_statistics.git
53-
version: humble-devel
68+
url: https://github.com/ros2-gbp/pal_statistics-release.git
69+
version: debian/jazzy/bookworm/pal_statistics_msgs

ros2_debian/ros-controls.kilted.repos

Lines changed: 43 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,52 +2,68 @@ repositories:
22
ros/filters:
33
type: git
44
url: https://github.com/ros2-gbp/filters-release.git
5-
version: debian/rolling/bookworm/filters
6-
ros2-gbp/xacro:
5+
version: debian/kilted/bookworm/filters
6+
xacro:
77
type: git
88
url: https://github.com/ros2-gbp/xacro-release.git
9-
version: debian/rolling/bookworm/xacro
10-
ros2-gbp/diagnostic_updater:
9+
version: debian/kilted/bookworm/xacro
10+
diagnostic_updater:
1111
type: git
1212
url: https://github.com/ros2-gbp/diagnostics-release.git
13-
version: debian/rolling/bookworm/diagnostic_updater
13+
version: debian/kilted/bookworm/diagnostic_updater
1414
backward_ros:
1515
type: git
1616
url: https://github.com/ros2-gbp/backward_ros-release.git
17-
version: debian/rolling/bookworm/backward_ros
18-
cpp_polyfills:
17+
version: debian/kilted/bookworm/backward_ros
18+
cpp_polyfills/tcb_span:
1919
type: git
20-
url: https://github.com/PickNikRobotics/cpp_polyfills.git
21-
version: main
20+
url: https://github.com/ros2-gbp/cpp_polyfills-release.git
21+
version: debian/kilted/bookworm/tcb_span
22+
cpp_polyfills/tl_expected:
23+
type: git
24+
url: https://github.com/ros2-gbp/cpp_polyfills-release.git
25+
version: debian/kilted/bookworm/tl_expected
2226
rsl:
2327
type: git
24-
url: https://github.com/PickNikRobotics/RSL.git
25-
version: main
26-
generate_parameter_library:
28+
url: https://github.com/ros2-gbp/RSL-release.git
29+
version: debian/kilted/bookworm/rsl
30+
generate_parameter_library/generate_parameter_library_py:
31+
type: git
32+
url: https://github.com/ros2-gbp/generate_parameter_library-release.git
33+
version: debian/kilted/bookworm/generate_parameter_library_py
34+
generate_parameter_library/generate_parameter_library:
2735
type: git
28-
url: https://github.com/PickNikRobotics/generate_parameter_library.git
29-
version: main
36+
url: https://github.com/ros2-gbp/generate_parameter_library-release.git
37+
version: debian/kilted/bookworm/generate_parameter_library
38+
generate_parameter_library/parameter_traits:
39+
type: git
40+
url: https://github.com/ros2-gbp/generate_parameter_library-release.git
41+
version: debian/kilted/bookworm/parameter_traits
3042
angles:
3143
type: git
32-
url: https://github.com/ros/angles.git
33-
version: ros2
44+
url: https://github.com/ros2-gbp/angles-release.git
45+
version: debian/kilted/bookworm/angles
3446
ackermann_msgs:
3547
type: git
36-
url: https://github.com/ros-drivers/ackermann_msgs.git
37-
version: ros2
48+
url: https://github.com/ros2-gbp/ackermann_msgs-release.git
49+
version: debian/kilted/bookworm/ackermann_msgs
3850
sdformat_urdf:
3951
type: git
40-
url: https://github.com/ros/sdformat_urdf.git
41-
version: rolling
42-
gazebo-release/sdformat_vendor:
52+
url: https://github.com/ros2-gbp/sdformat_urdf-release.git
53+
version: debian/kilted/bookworm/sdformat_urdf
54+
sdformat_vendor:
4355
type: git
4456
url: https://github.com/gazebo-release/sdformat_vendor.git
45-
version: rolling
46-
gazebo-release/gz_tools_vendor:
57+
version: kilted
58+
gz_tools_vendor:
4759
type: git
4860
url: https://github.com/gazebo-release/gz_tools_vendor.git
49-
version: rolling
50-
pal_statistics:
61+
version: kilted
62+
pal_statistics/pal_statistics:
63+
type: git
64+
url: https://github.com/ros2-gbp/pal_statistics-release.git
65+
version: debian/kilted/bookworm/pal_statistics
66+
pal_statistics/pal_statistics_msgs:
5167
type: git
52-
url: https://github.com/pal-robotics/pal_statistics.git
53-
version: humble-devel
68+
url: https://github.com/ros2-gbp/pal_statistics-release.git
69+
version: debian/kilted/bookworm/pal_statistics_msgs

ros2_debian/ros-controls.rolling.repos

Lines changed: 38 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,51 +3,67 @@ repositories:
33
type: git
44
url: https://github.com/ros2-gbp/filters-release.git
55
version: debian/rolling/bookworm/filters
6-
ros2-gbp/xacro:
6+
xacro:
77
type: git
88
url: https://github.com/ros2-gbp/xacro-release.git
99
version: debian/rolling/bookworm/xacro
10-
ros2-gbp/diagnostic_updater:
10+
diagnostic_updater:
1111
type: git
1212
url: https://github.com/ros2-gbp/diagnostics-release.git
1313
version: debian/rolling/bookworm/diagnostic_updater
1414
backward_ros:
1515
type: git
1616
url: https://github.com/ros2-gbp/backward_ros-release.git
17-
version: debian/rolling/bookworm/backward_ros
18-
cpp_polyfills:
17+
version: debian/rolling/bookworm/backward_ros
18+
cpp_polyfills/tcb_span:
1919
type: git
20-
url: https://github.com/PickNikRobotics/cpp_polyfills.git
21-
version: main
20+
url: https://github.com/ros2-gbp/cpp_polyfills-release.git
21+
version: debian/rolling/bookworm/tcb_span
22+
cpp_polyfills/tl_expected:
23+
type: git
24+
url: https://github.com/ros2-gbp/cpp_polyfills-release.git
25+
version: debian/rolling/bookworm/tl_expected
2226
rsl:
2327
type: git
24-
url: https://github.com/PickNikRobotics/RSL.git
25-
version: main
26-
generate_parameter_library:
28+
url: https://github.com/ros2-gbp/RSL-release.git
29+
version: debian/rolling/bookworm/rsl
30+
generate_parameter_library/generate_parameter_library_py:
31+
type: git
32+
url: https://github.com/ros2-gbp/generate_parameter_library-release.git
33+
version: debian/rolling/bookworm/generate_parameter_library_py
34+
generate_parameter_library/generate_parameter_library:
35+
type: git
36+
url: https://github.com/ros2-gbp/generate_parameter_library-release.git
37+
version: debian/rolling/bookworm/generate_parameter_library
38+
generate_parameter_library/parameter_traits:
2739
type: git
28-
url: https://github.com/PickNikRobotics/generate_parameter_library.git
29-
version: main
40+
url: https://github.com/ros2-gbp/generate_parameter_library-release.git
41+
version: debian/rolling/bookworm/parameter_traits
3042
angles:
3143
type: git
32-
url: https://github.com/ros/angles.git
33-
version: ros2
44+
url: https://github.com/ros2-gbp/angles-release.git
45+
version: debian/rolling/bookworm/angles
3446
ackermann_msgs:
3547
type: git
36-
url: https://github.com/ros-drivers/ackermann_msgs.git
37-
version: ros2
48+
url: https://github.com/ros2-gbp/ackermann_msgs-release.git
49+
version: debian/rolling/bookworm/ackermann_msgs
3850
sdformat_urdf:
3951
type: git
40-
url: https://github.com/ros/sdformat_urdf.git
41-
version: rolling
42-
gazebo-release/sdformat_vendor:
52+
url: https://github.com/ros2-gbp/sdformat_urdf-release.git
53+
version: debian/rolling/bookworm/sdformat_urdf
54+
sdformat_vendor:
4355
type: git
4456
url: https://github.com/gazebo-release/sdformat_vendor.git
4557
version: rolling
46-
gazebo-release/gz_tools_vendor:
58+
gz_tools_vendor:
4759
type: git
4860
url: https://github.com/gazebo-release/gz_tools_vendor.git
4961
version: rolling
50-
pal_statistics:
62+
pal_statistics/pal_statistics:
63+
type: git
64+
url: https://github.com/ros2-gbp/pal_statistics-release.git
65+
version: debian/rolling/bookworm/pal_statistics
66+
pal_statistics/pal_statistics_msgs:
5167
type: git
52-
url: https://github.com/pal-robotics/pal_statistics.git
53-
version: humble-devel
68+
url: https://github.com/ros2-gbp/pal_statistics-release.git
69+
version: debian/rolling/bookworm/pal_statistics_msgs

0 commit comments

Comments
 (0)