This file is indexed.

/usr/share/doc/robot-player/README is in robot-player 3.0.2+dfsg-4.1ubuntu3.

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
Player - one hell of a robot server
----------------------------------
This is the Player device interface, developed at the SRI AI Center, with
help from many other places, and released under the GNU Lesser General Public
License (LGPL). Some of the code is only available under the GPL, see 
individual libraries and source files for details.

The Player homepage is:

  http://playerstage.sourceforge.net


Installation
------------
Read INSTALL for more detailed instructions.  For most people, the following
sequence will suffice:

  $ mkdir build
  $ cd build/
  $ cmake ../
  $ make install

To configure the build, do:

  $ ccmake ../

                    - brian gerkey (gerkey@willowgarage.com)