Skip to content

Commit bf7440a

Browse files
authored
Merge pull request #218 from wxmerkt/patch-1
Set simde dependency for ROS2 Iron as well
2 parents bf91b4f + a1e1c29 commit bf7440a

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)