Skip to content

Commit c3c9f79

Browse files
committed
Add more bibliography
1 parent fba7dc1 commit c3c9f79

2 files changed

Lines changed: 130 additions & 6 deletions

File tree

docs/bibliography.bib

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
@mastersthesis{cicaliniAnalysisDevelopmentSimulation2023,
2+
title = {Analysis, {{Development}}, and {{Simulation}} of a {{Mission System}} for {{MUM-T Operational Scenarios}}},
3+
author = {Cicalini, Marco},
4+
year = 2023,
5+
address = {Milan, Italy},
6+
abstract = {This master thesis is meant to model and simulate a mission system for Manned-Unamnned Teaming (MUM-T) operational scenarios, with a specific focus to rotorcraft applications. In order to accomplish the task, a high-level architecture to enable the teaming is designed and prototypes of Pilot Onboard Station (POS) and Ground Control Station (GCS) have been realized. The contemporary presence of an onboard station and a ground facility is the typical control architecture proposed in the few currently available MUM-T works of art, since it grants redundancy and deeper mission management. Also, it is set a helicopter flight simulator based on data from real vehicles able to visualize, interact, and team with a swarm of Unmanned Air Vehicles (UAVs) to complete common tasks. The overall system of systems is meant to grant a complete simulation environment for MUM-T and is specifically designed for testing purposes with Human In The Loop (HITL), so to grant a platform to simulate scenarios and take confidence with this new technological concept. The identified testing laboratory for the final hardware \& software setup and test campaign is the ATTILA VR flight simulator of Politecnico di Milano. The proposed work is the result of a curricular internship in TXT E-TECH s.r.l., which led to the definition of the proposed design.},
7+
langid = {english},
8+
school = {Politecnico di Milano},
9+
}
10+
111
@techreport{cooperUsePilotRating1969,
212
type = {{{NASA Technical Note}} ({{TN}})},
313
title = {The Use of Pilot Rating in the Evaluation of Aircraft Handling Qualities},
@@ -26,6 +36,17 @@ @inproceedings{lukasiewiczHapticDeviceEmbedded2024
2636
langid = {english}
2737
}
2838

39+
@inproceedings{lukasiewiczTuningMotionCueing2025,
40+
title = {Tuning of {{Motion Cueing Filters}} for {{Virtual Reality Flight Simulators}}},
41+
booktitle = {Proceedings of the 51st {{European Rotorcraft Forum}}},
42+
author = {Lukasiewicz, Marek S. and Touzard, Margaux and Quaranta, Giuseppe},
43+
year = 2025,
44+
month = sep,
45+
address = {Venice, Italy},
46+
abstract = {This paper describes a practical implementation of a research flight simulator used as a test bed for piloted rotorcraft, which incorporates a motion platform system and Virtual Reality (VR) visualisation software developed in-house. The work involves integrating the motion platform with the flight model, performing safety assessments and validation, and tuning the motion cues. The motion system was characterised experimentally and evaluated with criteria found in literature, which have identified deficiencies in the translational degrees of freedom. Basic pilot evaluation has focused on other issues, with little feedback about the motion cues themselves; thus, the tuning was limited to adjusting the overall gain for the motion platform. These preliminary results suggest a preference for lower intensity movements, which some unique features of this VR-based setup can explain.},
47+
langid = {english}
48+
}
49+
2950
@book{padfieldHelicopterFlightDynamics2018,
3051
title = {Helicopter Flight Dynamics: Including a Treatment of Tiltrotor Aircraft},
3152
author = {Padfield, Gareth D.},
@@ -35,3 +56,14 @@ @book{padfieldHelicopterFlightDynamics2018
3556
publisher = {John Wiley \& Sons},
3657
isbn = {978-1-119-40105-6}
3758
}
59+
60+
@inproceedings{zanoniSimulatorExperimentsAeroelastic2025,
61+
title = {Simulator {{Experiments}} for {{Aeroelastic Rotorcraft-Pilot Couplings}}},
62+
booktitle = {Proceedings of the 51st {{European Rotorcraft Forum}}},
63+
author = {Zanoni, Andrea and Lukasiewicz, Marek S. and Masarati, Pierangelo and Zilletti, Michele},
64+
year = 2025,
65+
month = sep,
66+
address = {Venice, Italy},
67+
abstract = {Rotorcraft pilot couplings, particularly pilot-assisted oscillations, result from interactions between pilot biomechanics and vehicle dynamics, potentially causing instabilities. Traditional stability analysis uses simplified biodynamic feedthrough models, focusing on inter-pilot variability under standard conditions. However, biodynamic feedthrough varies with muscle activation, which changes based on task demands. This study employs a purposely-developed testbed to evaluate the biodynamic feedthrough in pilot-in-the-loop tests. Two scenarios were tested: maintaining leveled flight amid turbulence in degraded visual conditions and an ADS-33 vertical repositioning maneuver. Preliminary results indicate significant differences between closed-loop flight behavior and open-loop biodynamic feedthrough estimates, confirming task-dependent changes in pilot impedance. This work advances rotorcraft-pilot coupling risk assessment by capturing real-world pilot-vehicle coupling, moving beyond static biomechanical models.},
68+
langid = {english}
69+
}

docs/bibliography.md

Lines changed: 98 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,35 @@
11
# Bibliography
22

3-
Various documents that are relevant to this project.
4-
Citations on this page were generated from [this BibTeX file](./bibliography.bib) ([more details](./documentation.md#bibliography)).
3+
Various documents that are relevant to this project, in reverse chronological order (recent first).
4+
Citations on this page were generated from [this BibTeX file](./bibliography.bib), [read more](./documentation.md#bibliography).
55

66
## References
77

88
These sources were consulted in development:
99

10+
### cicaliniAnalysisDevelopmentSimulation2023
11+
12+
<details>
13+
<summary>Show BibTeX</summary>
14+
```bibtex
15+
@mastersthesis{cicaliniAnalysisDevelopmentSimulation2023,
16+
title = {Analysis, {{Development}}, and {{Simulation}} of a {{Mission System}} for {{MUM-T Operational Scenarios}}},
17+
author = {Cicalini, Marco},
18+
year = 2023,
19+
address = {Milan, Italy},
20+
abstract = {This master thesis is meant to model and simulate a mission system for Manned-Unamnned Teaming (MUM-T) operational scenarios, with a specific focus to rotorcraft applications. In order to accomplish the task, a high-level architecture to enable the teaming is designed and prototypes of Pilot Onboard Station (POS) and Ground Control Station (GCS) have been realized. The contemporary presence of an onboard station and a ground facility is the typical control architecture proposed in the few currently available MUM-T works of art, since it grants redundancy and deeper mission management. Also, it is set a helicopter flight simulator based on data from real vehicles able to visualize, interact, and team with a swarm of Unmanned Air Vehicles (UAVs) to complete common tasks. The overall system of systems is meant to grant a complete simulation environment for MUM-T and is specifically designed for testing purposes with Human In The Loop (HITL), so to grant a platform to simulate scenarios and take confidence with this new technological concept. The identified testing laboratory for the final hardware \& software setup and test campaign is the ATTILA VR flight simulator of Politecnico di Milano. The proposed work is the result of a curricular internship in TXT E-TECH s.r.l., which led to the definition of the proposed design.},
21+
langid = {english},
22+
school = {Politecnico di Milano},
23+
}
24+
```
25+
</details>
26+
27+
Marco Cicalini\.
28+
Analysis, Development, and Simulation of a Mission System for MUM\-T Operational Scenarios\.
29+
Master's thesis, Politecnico di Milano, Milan, Italy, 2023\.
30+
31+
This thesis has informed the requirements for practical simulation of Manned-Unmanned Teaming, and has introduced the use of MAVLink to the FRAME-Lab.
32+
1033
### padfieldHelicopterFlightDynamics2018
1134

1235
<details>
@@ -24,15 +47,84 @@ These sources were consulted in development:
2447
```
2548
</details>
2649

27-
Gareth D. Padfield.
28-
*Helicopter Flight Dynamics: Including a Treatment of Tiltrotor Aircraft*.
29-
John Wiley &amp; Sons, 3rd edition edition, November 2018.
30-
ISBN 978-1-119-40105-6.
50+
Gareth D\. Padfield\.
51+
*Helicopter Flight Dynamics: Including a Treatment of Tiltrotor Aircraft*\.
52+
John Wiley &amp; Sons, 3rd edition edition, November 2018\.
53+
ISBN 978\-1\-119\-40105\-6\.
3154

3255
Models defined in this book were the first to be adapted to the framework.
3356

3457
## Usage
3558

3659
These are known examples of using MARSH in academic works:
3760

61+
### zanoniSimulatorExperimentsAeroelastic2025
62+
63+
<details>
64+
<summary>Show BibTeX</summary>
65+
```bibtex
66+
@inproceedings{zanoniSimulatorExperimentsAeroelastic2025,
67+
title = {Simulator {{Experiments}} for {{Aeroelastic Rotorcraft-Pilot Couplings}}},
68+
booktitle = {Proceedings of the 51st {{European Rotorcraft Forum}}},
69+
author = {Zanoni, Andrea and Lukasiewicz, Marek S. and Masarati, Pierangelo and Zilletti, Michele},
70+
year = 2025,
71+
month = sep,
72+
address = {Venice, Italy},
73+
abstract = {Rotorcraft pilot couplings, particularly pilot-assisted oscillations, result from interactions between pilot biomechanics and vehicle dynamics, potentially causing instabilities. Traditional stability analysis uses simplified biodynamic feedthrough models, focusing on inter-pilot variability under standard conditions. However, biodynamic feedthrough varies with muscle activation, which changes based on task demands. This study employs a purposely-developed testbed to evaluate the biodynamic feedthrough in pilot-in-the-loop tests. Two scenarios were tested: maintaining leveled flight amid turbulence in degraded visual conditions and an ADS-33 vertical repositioning maneuver. Preliminary results indicate significant differences between closed-loop flight behavior and open-loop biodynamic feedthrough estimates, confirming task-dependent changes in pilot impedance. This work advances rotorcraft-pilot coupling risk assessment by capturing real-world pilot-vehicle coupling, moving beyond static biomechanical models.},
74+
langid = {english}
75+
}
76+
```
77+
</details>
78+
79+
Andrea Zanoni, Marek S\. Lukasiewicz, Pierangelo Masarati, and Michele Zilletti\.
80+
Simulator Experiments for Aeroelastic Rotorcraft\-Pilot Couplings\.
81+
In *Proceedings of the 51st European Rotorcraft Forum*\. Venice, Italy, September 2025\.
82+
83+
### lukasiewiczTuningMotionCueing2025
84+
85+
<details>
86+
<summary>Show BibTeX</summary>
87+
```bibtex
88+
@inproceedings{lukasiewiczTuningMotionCueing2025,
89+
title = {Tuning of {{Motion Cueing Filters}} for {{Virtual Reality Flight Simulators}}},
90+
booktitle = {Proceedings of the 51st {{European Rotorcraft Forum}}},
91+
author = {Lukasiewicz, Marek S. and Touzard, Margaux and Quaranta, Giuseppe},
92+
year = 2025,
93+
month = sep,
94+
address = {Venice, Italy},
95+
abstract = {This paper describes a practical implementation of a research flight simulator used as a test bed for piloted rotorcraft, which incorporates a motion platform system and Virtual Reality (VR) visualisation software developed in-house. The work involves integrating the motion platform with the flight model, performing safety assessments and validation, and tuning the motion cues. The motion system was characterised experimentally and evaluated with criteria found in literature, which have identified deficiencies in the translational degrees of freedom. Basic pilot evaluation has focused on other issues, with little feedback about the motion cues themselves; thus, the tuning was limited to adjusting the overall gain for the motion platform. These preliminary results suggest a preference for lower intensity movements, which some unique features of this VR-based setup can explain.},
96+
langid = {english}
97+
}
98+
```
99+
</details>
100+
101+
Marek S\. Lukasiewicz, Margaux Touzard, and Giuseppe Quaranta\.
102+
Tuning of Motion Cueing Filters for Virtual Reality Flight Simulators\.
103+
In *Proceedings of the 51st European Rotorcraft Forum*\. Venice, Italy, September 2025\.
104+
38105
### lukasiewiczHapticDeviceEmbedded2024
106+
107+
<details>
108+
<summary>Show BibTeX</summary>
109+
```bibtex
110+
@inproceedings{lukasiewiczHapticDeviceEmbedded2024,
111+
title = {Haptic {{Device Embedded}} in {{Rotorcraft Seats}} to {{Provide Motion Onset Cues}} in {{Flight Simulator}}},
112+
booktitle = {Proceedings of the {{Vertical Flight Society}} 80th {{Annual Forum}}},
113+
author = {Lukasiewicz, Marek and Zanoni, Andrea and Quaranta, Giuseppe},
114+
year = 2024,
115+
month = may,
116+
pages = {1--8},
117+
publisher = {The Vertical Flight Society},
118+
address = {Montreal, Canada},
119+
doi = {10.4050/F-0080-2024-1264},
120+
urldate = {2025-11-12},
121+
abstract = {This paper describes development and testing of a low-cost device mounted on in the pilot seat of a rotorcraft simulator with the aim of improving the perceived realism of the flight. The device acting vertically from the bottom of the seat is used to communicate changes of acceleration in the vertical direction corresponding to heave movement of the simulated aircraft. A bespoke flight simulator system was developed, featuring modular design and virtual reality (VR) visualisation to enable comparative testing with a full motion system. Objective analyses have shown similarities between the two motion cueing configurations when contrasted with only using visual cues.},
122+
langid = {english}
123+
}
124+
```
125+
</details>
126+
127+
Marek Lukasiewicz, Andrea Zanoni, and Giuseppe Quaranta\.
128+
Haptic Device Embedded in Rotorcraft Seats to Provide Motion Onset Cues in Flight Simulator\.
129+
In *Proceedings of the Vertical Flight Society 80th Annual Forum*, 1�8\. Montreal, Canada, May 2024\. The Vertical Flight Society\.
130+
[doi:10\.4050/F\-0080\-2024\-1264](https://doi.org/10.4050/F-0080-2024-1264)\.

0 commit comments

Comments
 (0)