Skip to content

Commit

Permalink
[build] Require Octomap >= 1.9.7
Browse files Browse the repository at this point in the history
(cherry picked from commit 7e40040)
  • Loading branch information
jslee02 committed Mar 22, 2024
1 parent 713981a commit 55592c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions cmake/DARTFindEigen3.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
#
# This file is provided under the "BSD-style" License

find_package(Eigen3 3.3.4 REQUIRED CONFIG)

find_package(Eigen3 3.4.0 REQUIRED CONFIG)
2 changes: 1 addition & 1 deletion cmake/DARTFindoctomap.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# This file is provided under the "BSD-style" License

find_package(octomap 1.8.1 QUIET CONFIG)
find_package(octomap 1.9.7 QUIET CONFIG)

if(octomap_FOUND AND NOT TARGET octomap)
add_library(octomap INTERFACE IMPORTED)
Expand Down
2 changes: 2 additions & 0 deletions docs/readthedocs/developer_guide/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ Here's a summary of the dependencies required to build DART (WIP):
+------------+----------+---------+--------------+-------+
| Ipopt | No | Runtime | 3.11.9 | |
+------------+----------+---------+--------------+-------+
| Octomap | No | Runtime | 1.9.7 | |
+------------+----------+---------+--------------+-------+

Clone the DART Repository
~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 55592c3

Please sign in to comment.