You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -56,6 +56,15 @@ To compile the complete package, run:
56
56
Binaries and libs will end up in the directories `bin` and `lib` of the
57
57
top-level directory where you started the build.
58
58
59
+
Alternatively, you can build and install octomap using [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager:
60
+
61
+
git clone https://github.com/Microsoft/vcpkg.git
62
+
cd vcpkg
63
+
./bootstrap-vcpkg.sh
64
+
./vcpkg integrate install
65
+
./vcpkg install octomap
66
+
67
+
The octomap port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.
59
68
60
69
See [octomap README](octomap/README.md) and [octovis README](octovis/README.md) for further
61
70
details and hints on compiling, especially under Windows.
Copy file name to clipboardexpand all lines: dynamicEDT3D/package.xml
+1-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<packageformat="3">
2
2
<name>dynamic_edt_3d</name>
3
-
<version>1.9.7</version>
3
+
<version>1.10.0</version>
4
4
<description> The dynamicEDT3D library implements an inrementally updatable Euclidean distance transform (EDT) in 3D. It comes with a wrapper to use the OctoMap 3D representation and hooks into the change detection of the OctoMap library to propagate changes to the EDT.</description>
0 commit comments