Skip to content

Commit

Permalink
python-rospkg vs python3-rospkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Schmeisser committed Sep 20, 2020
1 parent 9624d8b commit 48036b6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions industrial_robot_simulator/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>industrial_robot_simulator</name>
<version>0.7.1</version>
<description>The industrial robot simulator is a stand in for industrial robot driver node(s). It adheres to the driver specification for industrial robot controllers.</description>
Expand All @@ -16,7 +16,8 @@
<exec_depend>control_msgs</exec_depend>
<exec_depend>industrial_msgs</exec_depend>
<exec_depend>industrial_robot_client</exec_depend>
<exec_depend>python-rospkg</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 2">python-rospkg</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 3">python3-rospkg</exec_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
<exec_depend>trajectory_msgs</exec_depend>
Expand Down

0 comments on commit 48036b6

Please sign in to comment.