Commit b8eb06c
authored
resolute: drop octomap version range (#3755)
moveit2 already treats octomap like any other system dependency since
PR #2881 (which switched moveit_core / moveit_ros/occupancy_map_monitor
from <depend>octomap</depend> to <depend>liboctomap-dev</depend>). The
1.9.7...<1.10.0 range in CMakeLists.txt was the leftover artifact of
#2862's defensive workaround for an ABI skew that
moveit2's own deps no longer create. The range also blocks moveit_core
from configuring on Ubuntu Resolute, which ships liboctomap-dev 1.10.
Drop the range entirely. find_package(octomap REQUIRED) matches the
convention used by fcl, Eigen3, pluginlib, and the rest of moveit_core.
Refs: #2862, #2881.1 parent edb6212 commit b8eb06c
2 files changed
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
| 22 | + | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
| 16 | + | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
| |||
0 commit comments