Skip to content

Commit a2f2185

Browse files
committed
categories - add "aerospace" related categories
1 parent e53e435 commit a2f2185

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

Diff for: src/boot/categories.toml

+41
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,47 @@ description = """
3232
Tools for making your creations usable by as many people as possible. \
3333
"""
3434

35+
[aerospace]
36+
name = "Aerospace"
37+
description = """
38+
Crates for aeronautics (within the atmosphere) and astronautics \
39+
(in outer space) implications.\
40+
"""
41+
42+
[aerospace.categories.drones]
43+
name = "Drones"
44+
description = """
45+
Crates related to Multicopters, Fixed wing, VTOL (Vertical Takeoff and Landing) \
46+
and Airships/Balloons.\
47+
"""
48+
49+
[aerospace.categories.protocols]
50+
name = "Aerospace protocols"
51+
description = """
52+
Crates of protocol implementations for aerospace implications.\
53+
"""
54+
55+
[aerospace.categories.simulation]
56+
name = "Aerospace simulations"
57+
description = """
58+
Crates related to any kind of simulations used in aerospace - fluids, \
59+
aerodynamics, etc.\
60+
"""
61+
62+
[aerospace.categories.space-protocols]
63+
name = "Space protocols"
64+
description = """
65+
Protocol implementations for implicatoins in space like CCSDS.\
66+
"""
67+
68+
[aerospace.categories.unmanned-aerial-vehicles]
69+
name = "Unmanned aerial vehicles"
70+
description = """
71+
Crates related to Unmanned aerial vehicles like Multicopters, Fixed wing, \
72+
VTOL (Vertical Takeoff and Landing), Airships/Balloons, Rovers, Boats, \
73+
Submersibles.\
74+
"""
75+
3576
[algorithms]
3677
name = "Algorithms"
3778
description = """

0 commit comments

Comments
 (0)