File: package.xml

package info (click to toggle)
octomap 1.8.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 2,880 kB
  • ctags: 1,391
  • sloc: cpp: 9,871; python: 71; xml: 59; makefile: 47
file content (25 lines) | stat: -rw-r--r-- 907 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<package>
  <name>dynamic_edt_3d</name>
  <version>1.8.1</version>
  <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>

  <author email="sprunkc@informatik.uni-freiburg.de">Christoph Sprunk</author>
  <maintainer email="sprunkc@informatik.uni-freiburg.de">Christoph Sprunk</maintainer>
  <license>BSD</license>

  <url type="website">http://octomap.github.io</url>
  <url type="bugtracker">https://github.com/OctoMap/octomap/issues</url>

  <build_depend>octomap</build_depend>

  <run_depend>octomap</run_depend>  
  <run_depend>catkin</run_depend>

  <buildtool_depend>cmake</buildtool_depend>

  
  <export>
    <build_type>cmake</build_type>
  </export>
  
</package>