We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf91b4f commit a1e1c29Copy full SHA for a1e1c29
package.xml
@@ -26,7 +26,7 @@
26
<build_depend>doxygen</build_depend>
27
<depend>eigen</depend>
28
<!-- simde is only available for Ubuntu 22.04 -->
29
- <depend condition="$ROS_DISTRO == humble or $ROS_DISTRO == rolling">simde</depend>
+ <depend condition="$ROS_DISTRO == humble or $ROS_DISTRO == rolling or $ROS_DISTRO == iron">simde</depend>
30
<depend condition="$ROS_PYTHON_VERSION == 2">python-numpy</depend>
31
<depend condition="$ROS_PYTHON_VERSION == 3">python3-numpy</depend>
32
<depend condition="$ROS_PYTHON_VERSION == 2">python-scipy</depend>
0 commit comments