Skip to content

Commit

Permalink
package.xml: Add ros_environment dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wxmerkt authored Nov 28, 2023
1 parent f3828db commit ef86a24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<build_depend>doxygen</build_depend>
<doc_depend>doxygen</doc_depend>
<doc_depend>texlive-latex-base</doc_depend>
<!-- Required for the environment variables to be available -->
<depend>ros_environment</depend>
<!-- The following tags are recommended by REP-136 -->
<exec_depend condition="$ROS_VERSION == 1">catkin</exec_depend>
<depend condition="$ROS_PYTHON_VERSION == 2">python</depend>
Expand Down

0 comments on commit ef86a24

Please sign in to comment.