Skip to content

Commit d9cad83

Browse files
committed
rebuild for 202506
Signed-off-by: wep21 <daisuke.nishimatsu1021@gmail.com>
1 parent 83c86a7 commit d9cad83

File tree

10 files changed

+493
-413
lines changed

10 files changed

+493
-413
lines changed

additional_recipes/ros-kilted-octomap/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package:
33
version: "1.10.0"
44

55
build:
6-
number: 7
6+
number: 10
77

88
requirements:
99
run:

additional_recipes/ros-kilted-urdfdom-headers/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package:
33
version: "1.1.2"
44

55
build:
6-
number: 7
6+
number: 10
77

88
requirements:
99
run:

additional_recipes/ros-kilted-urdfdom-py/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package:
33
version: "1.2.1"
44

55
build:
6-
number: 7
6+
number: 10
77

88
requirements:
99
run:

additional_recipes/ros-kilted-urdfdom/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package:
33
version: "4.0.1"
44

55
build:
6-
number: 7
6+
number: 10
77

88
requirements:
99
run:

additional_recipes/ros2-distro-mutex/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: ros2-distro-mutex
3-
version: 0.9.0
3+
version: 0.10.0
44

55
build:
66
number: 0

conda_build_config.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ libopencv:
1212
- 4.11.0
1313
libxml2:
1414
- 2.13.*
15+
graphviz:
16+
- 12.*
1517

1618
# Workaround for https://github.com/RoboStack/ros-kilted/pull/40#issuecomment-2782226697
1719
cmake:
@@ -49,8 +51,8 @@ cxx_compiler_version: # [unix]
4951
- 18 # [osx]
5052

5153
libzenohc:
52-
- 1.3.4
54+
- 1.4.0
5355
libzenohcxx:
54-
- 1.3.4
56+
- 1.4.0
5557
libcap:
5658
- 2.71

patch/dependencies.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,9 @@ rclpy:
252252
add_run: ["typing_extensions"]
253253
image_tools:
254254
# Depends on opencv with gui support, see https://github.com/ros2/demos/blob/8f361a1ece2daae54016959f3ea9ab2e7692ddbb/image_tools/src/showimage.cpp#L190
255-
add_run: ["${{ 'libopencv * *qt6*' if not (ppc64le or aarch64 or osx) }}"]
255+
add_run: ["libopencv * *qt6*"]
256256
camera_calibration:
257257
# Depends on opencv with gui support, see https://github.com/ros-perception/image_pipeline/blob/746268fcfd21b389bc39ae60bb6345a53c838558/camera_calibration/src/camera_calibration/camera_calibrator.py#L286
258-
add_run: ["${{ 'libopencv * *qt6*' if not (ppc64le or aarch64 or osx) }}"]
258+
add_run: ["libopencv * *qt6*"]
259259
livox_ros_driver2:
260260
add_host: ["livox-sdk2"]

pkg_additional_info.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)