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
# Install catkin package.xml, attention package.xml names the catkin package "dynamic_edt_3d", so this is also the location where it needs to be installed to (and not "dynamicEDT3D")
Copy file name to clipboardExpand all lines: dynamicEDT3D/package.xml
+8-4
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,23 @@
1
-
<packageformat="2">
1
+
<packageformat="3">
2
2
<name>dynamic_edt_3d</name>
3
-
<version>1.9.6</version>
3
+
<version>1.9.7</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>
Copy file name to clipboardExpand all lines: octomap/package.xml
+7-4
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,23 @@
1
-
<packageformat="2">
1
+
<packageformat="3">
2
2
<name>octomap</name>
3
-
<version>1.9.6</version>
3
+
<version>1.9.7</version>
4
4
<description>The OctoMap library implements a 3D occupancy grid mapping approach, providing data structures and mapping algorithms in C++. The map implementation is based on an octree. See
5
5
http://octomap.github.io for details.</description>
0 commit comments