This file is indexed.

/usr/share/doc/libaria-dev/examples/advanced/README.txt is in libaria-dev 2.8.0+repack-1.

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
This directory has various advanced demo applications, they are largely 
undocumented, but do some cool things. It also contains some examples 
using more obscure or less-used features or devices.
-------------------------------------------------------------------------------

actsDemo - This one picks up a block (channel 2) and carrys it back and forth
between two placards (channels 1 and 3) 

actsDemoSimple - Like the above but it picks up a block (channel 2) and simply
takes it to a placard (channel 1) then stops

condition - Example of how to use a condition variable (threading)

joydriveUserControl - A normal joydrive program, but where control remains in
the users hands instead of ARIAs

peoplebotDemo - Picks up a block (channel 2) from a table and takes it back 
and forth between two placards also sitting on tables (channels 1 and 3)

amptuDemo - Demo of the old AMPTU device.

sickSpinLogger, sickSquareLogger, sickAutoLogger - Variations of the sickLogger
example that drive the robot automatically rather than using user joystick
operation.

joydriveActionMod, joydriveActionModule - More examples of using ArModule to
load plugins at runtime.

functorListsAndStdAlgorithms - using the STL <algorithms> functions with lists
of ArFunctor objects.