Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 3 additions & 1 deletion roboplan/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_python</buildtool_depend>

<build_depend>nanobind-dev</build_depend>
<build_depend>python3-dev</build_depend>

<depend>eigen</depend>
<depend>libexpected-dev</depend>
<depend>nanobind-dev</depend>
<depend>pinocchio</depend>
<!-- NOTE: Ensure to update this as humble, jazzy, and kilted go end of life. -->
<depend condition="$ROS_DISTRO != humble and $ROS_DISTRO != jazzy and $ROS_DISTRO != kilted">tinyxml2</depend>
Expand Down
4 changes: 3 additions & 1 deletion roboplan_cartesian_planning/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_python</buildtool_depend>

<depend>nanobind-dev</depend>
<build_depend>nanobind-dev</build_depend>
<build_depend>python3-dev</build_depend>

<depend>roboplan</depend>
<depend>roboplan_oink</depend>
<depend>roboplan_toppra</depend>
Expand Down
3 changes: 2 additions & 1 deletion roboplan_example_models/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_python</buildtool_depend>

<depend>nanobind-dev</depend>
<build_depend>nanobind-dev</build_depend>
<build_depend>python3-dev</build_depend>

<export>
<build_type>ament_cmake</build_type>
Expand Down
4 changes: 3 additions & 1 deletion roboplan_oink/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_python</buildtool_depend>

<depend>nanobind-dev</depend>
<build_depend>nanobind-dev</build_depend>
<build_depend>python3-dev</build_depend>

<depend>roboplan</depend>
<!-- See https://github.com/tier4/osqp_vendor/issues/26 -->
<depend condition="$ROS_DISTRO != lyrical">osqp_vendor</depend>
Expand Down
4 changes: 3 additions & 1 deletion roboplan_rrt/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_python</buildtool_depend>

<depend>nanobind-dev</depend>
<build_depend>nanobind-dev</build_depend>
<build_depend>python3-dev</build_depend>

<depend>roboplan</depend>

<test_depend>ament_cmake_gtest</test_depend>
Expand Down
4 changes: 3 additions & 1 deletion roboplan_simple_ik/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_python</buildtool_depend>

<depend>nanobind-dev</depend>
<build_depend>nanobind-dev</build_depend>
<build_depend>python3-dev</build_depend>

<depend>roboplan</depend>

<export>
Expand Down
4 changes: 3 additions & 1 deletion roboplan_toppra/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_python</buildtool_depend>

<depend>nanobind-dev</depend>
<build_depend>nanobind-dev</build_depend>
<build_depend>python3-dev</build_depend>

<depend>roboplan</depend>
<!-- TODO: Update this as toppra gets released on more ROS distros. -->
<!-- If not yet available, there is a source build fallback via FetchContent. -->
Expand Down
Loading