Skip to content

Commit 3ba1148

Browse files
authored
Remove 'toppra' dependency conditions in package.xml (#263)
1 parent 51d55a9 commit 3ba1148

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

roboplan_toppra/package.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212

1313
<depend>nanobind-dev</depend>
1414
<depend>roboplan</depend>
15-
<!-- TODO: Update this as toppra gets released on more ROS distros. -->
16-
<!-- If not yet available, there is a source build fallback via FetchContent. -->
17-
<depend condition="$ROS_DISTRO == humble or $ROS_DISTRO == lyrical">toppra</depend>
15+
<depend>toppra</depend>
1816

1917
<test_depend>ament_cmake_gtest</test_depend>
2018
<test_depend>roboplan_example_models</test_depend>

0 commit comments

Comments
 (0)