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 c746b9f commit ddb0494Copy full SHA for ddb0494
package.xml
@@ -13,8 +13,10 @@
13
14
<build_depend>git</build_depend>
15
<build_depend>doxygen</build_depend>
16
- <depend>python</depend>
17
- <depend>python-numpy</depend>
+ <depend condition="$ROS_PYTHON_VERSION == 2">python</depend>
+ <depend condition="$ROS_PYTHON_VERSION == 3">python3</depend>
18
+ <depend condition="$ROS_PYTHON_VERSION == 2">python-numpy</depend>
19
+ <depend condition="$ROS_PYTHON_VERSION == 3">python3-numpy</depend>
20
<depend>eigen</depend>
21
<depend>boost</depend>
22
0 commit comments