Skip to content

Commit

Permalink
Replace liburdfdom-dev with the ROS package urdfdom (#6)
Browse files Browse the repository at this point in the history
This ensures that we use the same version on all supported platforms

Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Nov 5, 2024
1 parent cd38e58 commit b00abe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ in a manner suitable for robotic applications
<buildtool_depend>ament_cmake_vendor_package</buildtool_depend>

<build_depend>tinyxml2</build_depend>
<build_depend>liburdfdom-dev</build_depend>
<build_depend>urdfdom</build_depend>
<build_depend>pybind11-dev</build_depend>
<exec_depend>tinyxml2</exec_depend>
<exec_depend>liburdfdom-dev</exec_depend>
<exec_depend>urdfdom</exec_depend>
<exec_depend>pybind11-dev</exec_depend>
<test_depend>libxml2-utils</test_depend>
<test_depend>python3-psutil</test_depend>
Expand Down

0 comments on commit b00abe7

Please sign in to comment.