Skip to content

Commit

Permalink
Add buildtool_depend on ament_cmake_ros to rosbridge_server
Browse files Browse the repository at this point in the history
This dependency was missing and causing builds to fail on the build farm.
  • Loading branch information
jtbandes authored Aug 26, 2021
1 parent e52514a commit ea0b8af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rosbridge_server/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<maintainer email="[email protected]">Jacob Bandes-Storch</maintainer>

<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_ros</buildtool_depend>

<exec_depend>python3-tornado</exec_depend>
<exec_depend>python3-twisted</exec_depend>
Expand Down

0 comments on commit ea0b8af

Please sign in to comment.