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.
2 parents bf91b4f + a1e1c29 commit bf7440aCopy full SHA for bf7440a
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