Skip to content

Commit

Permalink
List dependencies in package.xml instead of README
Browse files Browse the repository at this point in the history
  • Loading branch information
Timple committed Jan 11, 2022
1 parent c6df39e commit f2f1bdb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<license>BSD</license>

<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>

<depend>python3-tornado</depend>
<depend>python3-simplejpeg-pip</depend>

<export>
<build_type condition="$ROS_VERSION == 1">catkin</build_type>
<build_type condition="$ROS_VERSION == 2">ament_python</build_type>
Expand Down

0 comments on commit f2f1bdb

Please sign in to comment.