Skip to content

Commit

Permalink
Merge pull request #7 from mspringer1/fix/dependencies
Browse files Browse the repository at this point in the history
add xacro and nlohmann dependency
  • Loading branch information
Juancams authored Jul 10, 2024
2 parents 8d77876 + 44210e3 commit f5e9ce9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go2_description/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>

<exec_depend>xacro</exec_depend>

<export>
<build_type>ament_cmake</build_type>
</export>
Expand Down
1 change: 1 addition & 0 deletions go2_driver/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<depend>unitree_api</depend>
<depend>tf2_ros</depend>
<depend>go2_interfaces</depend>
<depend>nlohmann-json-dev</depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
Expand Down

0 comments on commit f5e9ce9

Please sign in to comment.