Skip to content

Commit

Permalink
Use package format 3 with conditional dependency on catkin. (#536)
Browse files Browse the repository at this point in the history
* Use package format 3 with conditional dependency on catkin.

catkin isn't used or available in ROS 2. The recommended dependency on catkin
for non-ROS packages released on the build farm is covered by the universally
injected dependency on the ros_workspace package.
  • Loading branch information
nuclearsandwich committed May 20, 2021
1 parent 7980061 commit 809dc40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<package format="2">
<package format="3">
<name>fcl</name>
<version>0.6.1</version>
<description>FCL: the Flexible Collision Library</description>
Expand All @@ -9,7 +9,7 @@
<depend>eigen</depend>
<depend>octomap</depend>
<!-- Following recommendations of REP 136 -->
<exec_depend>catkin</exec_depend>
<exec_depend condition="ROS_VERSION == 1">catkin</exec_depend>
<export>
<build_type>cmake</build_type>
</export>
Expand Down

0 comments on commit 809dc40

Please sign in to comment.