This file is indexed.

/usr/share/collada_parser/package.xml is in libcollada-parser-dev 1.12.6-1build3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
<package>
  <name>collada_parser</name>
  <version>1.12.6</version>
  <description>
    This package contains a C++ parser for the Collada robot
    description format. The parser reads a Collada XML robot
    description, and creates a C++ URDF model. Although it is possible
    to directly use this parser when working with Collada robot
    descriptions, the preferred user API is found in the urdf package.
  </description>
  <author>Rosen Diankov</author>
  <author>Kei Okada</author>
  <maintainer email="isucan@gmail.com">Ioan Sucan</maintainer>
  <maintainer email="jacquelinekay1@gmail.com">Jackie Kay</maintainer>
  <license>BSD</license>

  <url type="website">http://ros.org/wiki/collada_parser</url>
  <url type="repository">https://github.com/ros/robot_model</url>
  <url type="bugtracker">https://github.com/ros/robot_model/issues</url>

  <buildtool_depend>catkin</buildtool_depend>

  <build_depend>collada-dom</build_depend>
  <build_depend>liburdfdom-headers-dev</build_depend>
  <build_depend>roscpp</build_depend>
  <build_depend>urdf_parser_plugin</build_depend>
  <build_depend>class_loader</build_depend>
  <build_depend>urdf</build_depend>

  <run_depend>collada-dom</run_depend>
  <run_depend>liburdfdom-headers-dev</run_depend>
  <run_depend>roscpp</run_depend>
  <run_depend>urdf_parser_plugin</run_depend>
  <run_depend>class_loader</run_depend>

  <export>
    <urdf_parser_plugin plugin="${prefix}/collada_parser_plugin_description.xml"/>
  </export>

</package>