Skip to content

Commit

Permalink
Fix public ROS-level dependencies in package.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed May 24, 2022
1 parent 3270d7a commit 6fe9163
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,29 @@

<license>BSD</license>

<!-- Deps required by user code (they are in public headers) -->
<depend>eigen</depend>
<depend>libglfw3-dev</depend>
<depend>libxrandr</depend>
<depend>libxxf86vm</depend>
<depend>glut</depend>
<depend>std_msgs</depend>
<depend>stereo_msgs</depend>
<depend>tf2</depend>
<depend>tf2_msgs</depend>
<depend>geometry_msgs</depend>
<depend>nav_msgs</depend>
<depend>sensor_msgs</depend>

<!-- Deps required by building only -->
<build_depend>assimp-dev</build_depend>
<build_depend>eigen</build_depend>
<build_depend>ffmpeg</build_depend>
<build_depend>glut</build_depend>
<build_depend>libjpeg</build_depend>
<build_depend>libjsoncpp-dev</build_depend>
<build_depend>libopencv-dev</build_depend>
<build_depend>libpcap</build_depend>
<build_depend>libudev-dev</build_depend>
<build_depend>libusb-1.0-dev</build_depend>
<build_depend>libglfw3-dev</build_depend>
<build_depend>libxrandr</build_depend>
<build_depend>libxxf86vm</build_depend>
<build_depend>libfreenect-dev</build_depend>
<build_depend>libopenni2-dev</build_depend>
<build_depend>octomap</build_depend>
Expand All @@ -40,18 +50,12 @@

<!-- Deps for ros1bridge/ros2bridge -->
<build_depend>cv_bridge</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>nav_msgs</build_depend>
<build_depend>pcl_conversions</build_depend> <!-- To run unit tests only -->

<build_depend condition="$ROS_VERSION == 1">rosbag_storage</build_depend>
<build_depend condition="$ROS_VERSION == 2">rosbag2_storage</build_depend>
<build_depend condition="$ROS_VERSION == 1">roscpp</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>stereo_msgs</build_depend>
<build_depend>tf2</build_depend>
<build_depend>tf2_msgs</build_depend>


<doc_depend>doxygen</doc_depend>

Expand Down

0 comments on commit 6fe9163

Please sign in to comment.