Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xacro is an exec_depend for blue_description (backport #215) #219

Merged
merged 1 commit into from
Jul 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add xacro as an exec_depend for blue_description (#215)
Co-authored-by: Aaron Marburg <amarburg@uw.edu>
(cherry picked from commit 506be06)
  • Loading branch information
amarburg authored and mergify[bot] committed Jul 26, 2024
commit 420a3e871d2571473d4700b37fb7db6a66e85514
2 changes: 2 additions & 0 deletions blue_description/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

<buildtool_depend>ament_cmake</buildtool_depend>

<exec_depend>xacro</exec_depend>

<export>
<build_type>ament_cmake</build_type>
</export>
Expand Down