Skip to content

Commit

Permalink
jsk_robot_startup/package.xml: update to version 3, add python3-* pac…
Browse files Browse the repository at this point in the history
…kages to exec_depend
  • Loading branch information
k-okada committed Nov 10, 2022
1 parent 40be6fc commit 7ed2a5a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jsk_robot_common/jsk_robot_startup/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
<exec_depend>nodelet</exec_depend>
<exec_depend>pointcloud_to_laserscan</exec_depend>
<exec_depend>posedetection_msgs</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 2">python-bson</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 3">python3-bson</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 2">python-pymongo</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 3">python3-pymongo</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 2">python-tz</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 3">python3-tz</exec_depend>
<exec_depend>rosbridge_server</exec_depend>
<exec_depend>roscpp</exec_depend>
<exec_depend>roseus_mongo</exec_depend>
Expand Down

0 comments on commit 7ed2a5a

Please sign in to comment.