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 b806817 commit 53773d2Copy full SHA for 53773d2
cob_twist_controller/package.xml
@@ -42,7 +42,8 @@
42
<depend condition="$ROS_DISTRO == noetic">liborocos-kdl-dev</depend>
43
<depend condition="$ROS_DISTRO == noetic">liborocos-kdl</depend>
44
<depend>pluginlib</depend>
45
- <depend>python-six</depend>
+ <depend condition="$ROS_PYTHON_VERSION == 2">python-six</depend>
46
+ <depend condition="$ROS_PYTHON_VERSION == 3">python3-six</depend>
47
<depend>roscpp</depend>
48
<depend>sensor_msgs</depend>
49
<depend>std_msgs</depend>
0 commit comments