1<Contents>
2 <OBJECTS>
3 <Lib
4 LibName = "fhsim_base"
5 SimObject = "Kalman/Example/Pendulum"
6 Name = "Pen"
7 Length = "3"
8 AngleNoise = "1e-1"
9 AngularVelocityNoise = "1e-3"
10 MeasurementNoise = "1e-0"
11 InitialP = "1e-0,1e-0"
12 />
13 </OBJECTS>
14
15 <INTERCONNECTIONS>
16 <Connection
17 Pen.Angle = "0"
18 />
19 </INTERCONNECTIONS>
20
21 <INITIALIZATION>
22 <InitialCondition
23 Pen.Angle = "0.5"
24 Pen.AngularVelocity = "0"
25 />
26 </INITIALIZATION>
27
28 <SIMULATION>
29 <Timing TStart="0" TEnd="100"/>
30 <Integrator Method="RK45_i" NumCores="1">
31 <StepControl Step="1e-6" StepMin="0.5"/>
32 </Integrator>
33 </SIMULATION>
34</Contents>