Skip to content

Commit

Permalink
Add ros_environment as dependency
Browse files Browse the repository at this point in the history
Adds ros_environment as a build dependency so the build farm can correctly set the ROS_DISTRO variable.
  • Loading branch information
danthony06 authored Jun 7, 2023
1 parent 663bf0b commit 755459e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mapviz/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

<depend>libqt5-core</depend>
<build_depend>libqt5-opengl-dev</build_depend>
<build_depend>ros_environment</build_depend>

<depend>cv_bridge</depend>
<depend>geometry_msgs</depend>
Expand Down
1 change: 1 addition & 0 deletions mapviz_plugins/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

<depend>libqt5-core</depend>
<build_depend>libqt5-opengl-dev</build_depend>
<build_depend>ros_environment</build_depend>

<depend>ament_index_cpp</depend>
<depend>cv_bridge</depend>
Expand Down

0 comments on commit 755459e

Please sign in to comment.