-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathbibliography.bib
More file actions
81 lines (63 loc) · 3.07 KB
/
bibliography.bib
File metadata and controls
81 lines (63 loc) · 3.07 KB
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
% Encoding: UTF-8
@Standard{fmi2.0,
title = {__{Modelica Association}__, https://github.com/modelica/fmi-standard/releases/download/v2.0.4/FMI-Specification-2.0.4.pdf[__FMI 2.0.4__^], Functional Mock-up Interface for Model Exchange and Co-Simulation 2.0.4, __2022__}
}
@Standard{fmi3.0,
title = {__{Modelica Association}__, https://fmi-standard.org/docs/3.0.1[__FMI 3.0.1__^], Functional Mock-up Interface Specification 3.0.1, __2023__}
}
@Standard{ssp1.0,
title = {__{Modelica Association}__, https://ssp-standard.org/publications/SSP101/SystemStructureAndParameterization101.pdf[__SSP 1.0.1__^], System Structure and Parameterization 1.0.1, __2022__}
}
@Standard{IEEE_754-2019,
title = {https://ieeexplore.ieee.org/document/8766229[__IEEE 754-2019__^], IEEE Standard for Floating-Point Arithmetic}
}
@Standard{iso23150,
title = {https://www.iso.org/standard/74741.html[__ISO 23150:2021__^], Road vehicles — Data communication between sensors and data fusion unit for automated driving functions — Logical interface}
}
@Standard{iso8601,
title = {https://www.iso.org/iso-8601-date-and-time-format.html[__ISO 8601:2019__^], Date and time format }
}
@Standard{iso8855,
title = {https://www.beuth.de/de/norm/din-iso-8855/170878818[__DIN ISO 8855:2013-11__^], Road vehicles - Vehicle dynamics and road-holding ability - Vocabulary}
}
@Standard{opencrg,
title = {https://www.asam.net/index.php?eID=dumpFile&t=f&f=3950&token=21a7ae456ec0eb0f9ec3aee5bae3e8c9ebaea140[__ASAM OpenCRG 1.2.0__^], __2020__}
}
@Standard{opendrive,
title = {https://www.asam.net/index.php?eID=dumpFile&t=f&f=4422&token=e590561f3c39aa2260e5442e29e93f6693d1cccd[__ASAM OpenDRIVE 1.7.0__^], __2021__}
}
@Standard{openscenario,
title = {https://www.asam.net/index.php?eID=dumpFile&t=f&f=4908&token=ae9d9b44ab9257e817072a653b5d5e98ee0babf8[__ASAM OpenSCENARIO 1.2.0__^], __2022__}
}
@misc{protobuf,
title = {https://developers.google.com/protocol-buffers[Protocol Buffers^]},
note = {[viewed 2008-07]}
}
@misc{wiki_rotation_matrix,
author = {{Wikipedia}},
title = {https://en.wikipedia.org/wiki/Rotation_matrix[Rotation Matrix^]},
note = {[viewed 2022-01]}
}
@misc{wiki_euler_angles,
author = {{Wikipedia}},
title = {https://en.wikipedia.org/wiki/Euler_angles[Euler Angles^]},
note = {[viewed 2022-01]}
}
@book{reuper2020,
author = {Reuper, Björn},
title = {Multi-Frequency GNSS Sensor Fusion With Quality Assessment for Automotive Applications},
address = {Darmstadt, Germany},
publisher = {Technische Universität},
year = {2020}
}
@misc{tait_bryan_convention,
author = {{Wikipedia}},
title = {https://en.wikipedia.org/wiki/Euler_angles#Conventions[Euler Angles - Conventions^]},
note = {[viewed 2025-07]}
}
@misc{euler_to_quaternion,
author = {{Wikipedia}},
title = {https://en.wikipedia.org/wiki/Rotation_formalisms_in_three_dimensions#Euler_angles_(z-y%E2%80%B2-x%E2%80%B3_intrinsic)_%E2%86%92_quaternion[Rotation formalisms in three dimensions — Euler angles (z-y′-x″ intrinsic) → quaternion^]},
note = {[viewed 2025-07]}
}
@Comment{jabref-meta: databaseType:bibtex;}