Skip to content

Commit a1e1c29

Browse files
authored
Set simde dependency for ROS2 Iron as well
ROS2 Iron is released on Ubuntu Jammy which has simde available. Adding the conditional dependency fixes the builds
1 parent bf91b4f commit a1e1c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<build_depend>doxygen</build_depend>
2727
<depend>eigen</depend>
2828
<!-- simde is only available for Ubuntu 22.04 -->
29-
<depend condition="$ROS_DISTRO == humble or $ROS_DISTRO == rolling">simde</depend>
29+
<depend condition="$ROS_DISTRO == humble or $ROS_DISTRO == rolling or $ROS_DISTRO == iron">simde</depend>
3030
<depend condition="$ROS_PYTHON_VERSION == 2">python-numpy</depend>
3131
<depend condition="$ROS_PYTHON_VERSION == 3">python3-numpy</depend>
3232
<depend condition="$ROS_PYTHON_VERSION == 2">python-scipy</depend>

0 commit comments

Comments
 (0)