Skip to content

Commit 4674799

Browse files
authored
Merge pull request #598 from clalancette/clalancette/switch-to-octomap-system-dep
Switch to the system dependency for octomap.
2 parents 312d47f + ecf1140 commit 4674799

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4646
- Fix compilation warning message
4747
- Fix issue in Octomap.computeLocalAABB
4848
- Fix unsupported function for contact_patch_matrix
49+
- Fix Octomap dependency on ROS
4950

5051
## [2.4.4] - 2024-03-06
5152

package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<depend>eigen</depend>
2929
<depend>boost</depend>
3030
<depend>assimp</depend>
31-
<depend>octomap</depend>
31+
<depend>liboctomap-dev</depend>
3232
<depend>eigenpy</depend>
3333

3434
<!-- The following tag is recommended by REP-136 -->

0 commit comments

Comments
 (0)