File: package.xml

package info (click to toggle)
ros-geometric-shapes 0.7.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 696 kB
  • sloc: cpp: 6,562; ansic: 175; xml: 36; makefile: 4
file content (43 lines) | stat: -rw-r--r-- 1,597 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<package>
  <name>geometric_shapes</name>
  <version>0.7.0</version>
  <description>This package contains generic definitions of geometric shapes and bodies.</description>

  <author email="isucan@google.com">Ioan Sucan</author>
  <author email="gjones@willowgarage.edu">Gil Jones</author>

  <maintainer email="dave@dav.ee">Dave Coleman</maintainer>
  <maintainer email="130s@2000.jukuin.keio.ac.jp">Isaac I. Y. Saito</maintainer>

  <license>BSD</license>
  <url>http://ros.org/wiki/geometric_shapes</url>

  <buildtool_depend version_gte="0.5.68">catkin</buildtool_depend>

  <build_depend>assimp-dev</build_depend>
  <build_depend>boost</build_depend>
  <build_depend>eigen</build_depend>
  <build_depend>eigen_stl_containers</build_depend>
  <build_depend>libconsole-bridge-dev</build_depend>
  <build_depend>libqhull</build_depend>
  <build_depend>octomap</build_depend>
  <build_depend>pkg-config</build_depend>
  <build_depend>random_numbers</build_depend>
  <build_depend>resource_retriever</build_depend>
  <build_depend>shape_msgs</build_depend>
  <build_depend>visualization_msgs</build_depend>

  <run_depend>assimp</run_depend>
  <run_depend>boost</run_depend>
  <run_depend>eigen</run_depend>
  <run_depend>eigen_stl_containers</run_depend>
  <run_depend>libconsole-bridge-dev</run_depend>
  <run_depend>libqhull</run_depend>
  <run_depend>octomap</run_depend>
  <run_depend>random_numbers</run_depend>
  <run_depend>resource_retriever</run_depend>
  <run_depend>shape_msgs</run_depend>
  <run_depend>visualization_msgs</run_depend>

  <test_depend>rosunit</test_depend>
</package>