Skip to content

Commit

Permalink
Add dependency on ament_index_cpp in package.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
s-nakaoka committed Sep 10, 2024
1 parent 8d2b078 commit de948af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<depend condition="$ROS_VERSION == 1">joint_limits_interface</depend>
<depend condition="$ROS_VERSION == 1">transmission_interface</depend>
<depend condition="$ROS_VERSION == 1">urdf</depend>
<depend condition="$ROS_VERSION == 2">ament_index_cpp</depend>

<export>
<build_type condition="$ROS_VERSION == 1">cmake</build_type>
Expand Down

0 comments on commit de948af

Please sign in to comment.