This file is indexed.

/usr/share/games/crrcsim/models/heli.xml is in crrcsim-data 0.9.12-6.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
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
<?xml version="1.0" ?>
<CRRCSim_airplane version="3" type="heli01">
  <categories>
    <category>Rotorcraft</category>
  </categories>
  <description>
    <en>
This is a first helicopter model for CRRCSim. Simple graphics. 
It is meant as a starting point and to try out what feels 
realistic.
It contains different configurations for several types of 
helicopters and conditions.
    </en>
  </description>
  <changelog>
    <change>
      <date>2008-09-05</date>
      <author>Jens W. Wulf</author>
      <en>Created it. Currently it has an invisible 'easy' landing gear. I
          don't know if any of the configs feels realistic for some 
          model helicopter.</en>
    </change>
    <change>
      <date>2008-09-07</date>
      <author>Jens W. Wulf</author>
      <en>Added some configurations.</en>
    </change>
    <change>
      <date>2008-09-15</date>
      <author>Jens W. Wulf</author>
      <en>Changed meaning of some parameters to make them indepedent of each other,
          increased file version.</en>
    </change>
    <change>
      <date>2009-02-25</date>
      <author>Jens W. Wulf</author>
      <en>Added default launch setting</en>
    </change>
    <change>
      <date>2009-05-25</date>
      <author>Jens W. Wulf</author>
      <en>Stripped everything except "collective pitch, beginner, no wind", adapted to
          current code. A helicopter pilot told me that these settings are "ok, but not 
          suitable for 3D practise". Currently disturbances are set to zero, which is 
          not quite realistic, I think.</en>
    </change>
    <change>
      <date>2010-05-13</date>
      <author>J. Reucker</author>
      <en>Added max_force to springs</en>
    </change>
  </changelog>
  <wheels version="1" units="0">
    
    <!-- these are the real gearing points for heli.ac:
    <wheel percent_brake="0.5" caster_angle_rad="0">
      <spring constant="35" damping="0.15" />
      <pos x="0.22965879" y="0.164042" z="0.0065616798" />
    </wheel>
    <wheel percent_brake="0.5" caster_angle_rad="0">
      <spring constant="35" damping="0.15" />
      <pos x="-0.22965879" y="0.164042" z="0.0065616798" />
    </wheel>
    <wheel percent_brake="0.5" caster_angle_rad="0">
      <spring constant="35" damping="0.15" />
      <pos x="0.22965879" y="-0.164042" z="0.0065616798" />
    </wheel>
    <wheel percent_brake="0.5" caster_angle_rad="0">
      <spring constant="35" damping="0.15" />
      <pos x="-0.22965879" y="-0.164042" z="0.0065616798" />
    </wheel>
    -->
    
    
    <!-- an easier gearing -->
    <wheel percent_brake="0.8" caster_angle_rad="0">
      <spring constant="35" damping="0.5" max_force="5.0" />
      <pos x="0.4" y="0.3" z="0.0065616798" />
    </wheel>
    <wheel percent_brake="0.8" caster_angle_rad="0">
      <spring constant="35" damping="0.5" max_force="5.0" />
      <pos x="-0.4" y="0.3" z="0.0065616798" />
    </wheel>
    <wheel percent_brake="0.8" caster_angle_rad="0">
      <spring constant="35" damping="0.5" max_force="5.0" />
      <pos x="0.4" y="-0.3" z="0.0065616798" />
    </wheel>
    <wheel percent_brake="0.8" caster_angle_rad="0">
      <spring constant="35" damping="0.5" max_force="5.0" />
      <pos x="-0.4" y="-0.3" z="0.0065616798" />
    </wheel>

    
    <!-- main rotor -->    
    <wheel percent_brake="1" caster_angle_rad="0">
      <spring constant="35" damping="0.15" max_force="0.5" />
      <pos x="-0.69597125" y="0.69597125" z="-0.73818898" />
    </wheel>
    <wheel percent_brake="1" caster_angle_rad="0">
      <spring constant="35" damping="0.15" max_force="0.5" />
      <pos x="-0.37665692" y="0.90933026" z="-0.73818898" />
    </wheel>
    <wheel percent_brake="1" caster_angle_rad="0">
      <spring constant="35" damping="0.15" max_force="0.5" />
      <pos x="-9.10616e-17" y="0.98425198" z="-0.73818898" />
    </wheel>
    <wheel percent_brake="1" caster_angle_rad="0">
      <spring constant="35" damping="0.15" max_force="0.5" />
      <pos x="0.37665692" y="0.90933026" z="-0.73818898" />
    </wheel>
    <wheel percent_brake="1" caster_angle_rad="0">
      <spring constant="35" damping="0.15" max_force="0.5" />
      <pos x="0.69597125" y="0.69597125" z="-0.73818898" />
    </wheel>
    <wheel percent_brake="1" caster_angle_rad="0">
      <spring constant="35" damping="0.15" max_force="0.5" />
      <pos x="0.90933026" y="0.37665692" z="-0.73818898" />
    </wheel>
    <wheel percent_brake="1" caster_angle_rad="0">
      <spring constant="35" damping="0.15" max_force="0.5" />
      <pos x="0.98425198" y="9.10616e-17" z="-0.73818898" />
    </wheel>
    <wheel percent_brake="1" caster_angle_rad="0">
      <spring constant="35" damping="0.15" max_force="0.5" />
      <pos x="0.90933026" y="-0.37665692" z="-0.73818898" />
    </wheel>
    <wheel percent_brake="1" caster_angle_rad="0">
      <spring constant="35" damping="0.15" max_force="0.5" />
      <pos x="0.69597125" y="-0.69597125" z="-0.73818898" />
    </wheel>
    <wheel percent_brake="1" caster_angle_rad="0">
      <spring constant="35" damping="0.15" max_force="0.5" />
      <pos x="0.37665692" y="-0.90933026" z="-0.73818898" />
    </wheel>
    <wheel percent_brake="1" caster_angle_rad="0">
      <spring constant="35" damping="0.15" max_force="0.5" />
      <pos x="1.821232e-16" y="-0.98425198" z="-0.73818898" />
    </wheel>
    <wheel percent_brake="1" caster_angle_rad="0">
      <spring constant="35" damping="0.15" max_force="0.5" />
      <pos x="-0.37665692" y="-0.90933026" z="-0.73818898" />
    </wheel>
    <wheel percent_brake="1" caster_angle_rad="0">
      <spring constant="35" damping="0.15" max_force="0.5" />
      <pos x="-0.69597125" y="-0.69597125" z="-0.73818898" />
    </wheel>
    <wheel percent_brake="1" caster_angle_rad="0">
      <spring constant="35" damping="0.15" max_force="0.5" />
      <pos x="-0.98425198" y="-2.731848e-16" z="-0.73818898" />
    </wheel>
    
    <!-- others -->
    <wheel percent_brake="0.5" caster_angle_rad="0">
      <spring constant="35" damping="0.15" max_force="5.0" />
      <pos x="-1.1811024" y="0.049212599" z="-0.1476378" />
    </wheel>
    <wheel percent_brake="0.5" caster_angle_rad="0">
      <spring constant="35" damping="0.15" max_force="5.0" />
      <pos x="-1.2627114" y="0.049212599" z="-0.16387084" />
    </wheel>
    <wheel percent_brake="0.5" caster_angle_rad="0">
      <spring constant="35" damping="0.15" max_force="5.0" />
      <pos x="-1.3318961" y="0.049212599" z="-0.21009862" />
    </wheel>
    <wheel percent_brake="0.5" caster_angle_rad="0">
      <spring constant="35" damping="0.15" max_force="5.0" />
      <pos x="-1.3781239" y="0.049212599" z="-0.27928339" />
    </wheel>
    <wheel percent_brake="0.5" caster_angle_rad="0">
      <spring constant="35" damping="0.15" max_force="5.0" />
      <pos x="-1.394357" y="0.049212599" z="-0.36089239" />
    </wheel>
    <wheel percent_brake="0.5" caster_angle_rad="0">
      <spring constant="35" damping="0.15" max_force="5.0" />
      <pos x="-1.3781239" y="0.049212599" z="-0.44250139" />
    </wheel>
    <wheel percent_brake="0.5" caster_angle_rad="0">
      <spring constant="35" damping="0.15" max_force="5.0" />
      <pos x="-1.3318961" y="0.049212599" z="-0.51168616" />
    </wheel>
  </wheels>

  <!-- Ground effect parameters should be quite independent of the helicopter 
       parameters...shouldn't they? However, they can be adjusted to make it easier 
       for users to get them right and provide feedback. -->
  <GroundEffect>
    <dist  mul="1.5" />
  </GroundEffect>

  <Disturbance tau_filter="0.2" time="0.2" />
  
  <CG units="1" x="0" y="0" z="-130E-3" />  
  
  <graphics version="1" model="heli.ac">
    <descr_long>
      <en>automatically created</en>
    </descr_long>
    <descr_short>
      <en>auto</en>
    </descr_short>
  </graphics>
      
  <config version="1" adjust="0">
    <descr_long>
      <en>Collective pitch beginner, no wind</en>
    </descr_long>
    <descr_short>
      <en>Collective pitch beginner, no wind</en>
    </descr_short>
    <mass_inertia version="1" units="1" Mass="0.56284" I_xx="0.007349664"
      I_yy="0.006516176" I_zz="0.013747157" I_xz="0.00021689529" />
    <sound version="1">
      <sample filename="fan.wav" type="1" pitchfactor="0.03" maxvolume="1" />
    </sound>
    <aero version="1" >
      <yaw   ctrl="12" damp="20" damp_min_rel="0.25" dist="0" vane="0.2" moment_mul="1" />
      <pitch vane="0.04" />
      <roll  ctrl="4" damp="4" dist="0" ForwardToRoll="0" />
      <cp    ctrl="3" />
      <speed damp="0.03" />
    </aero>  
    <power fixed_pitch="1" >
      <automagic F="15" V="1">
        <battery throttle_min="0">
          <automagic T="420" />
          <shaft J="0" brake="0">
            <propeller D="0.6" H="0.3" J="2E-3" n_fold="-1" />
            <engine>
              <automagic omega_p="2827" eta_opt="0.78" eta="0.7" />
            </engine>
          </shaft>
        </battery>
      </automagic>
    </power>
  </config>
    
  <launch>
    <preset name_en="heli default (ground)" altitude="0" velocity_rel="0" angle="0" sal="0" rel_to_player="1" rel_front="21" rel_right="0" />
  </launch>
  
</CRRCSim_airplane>