Skip to content

Commit fff03bc

Browse files
committed
Auto merge of #4400 - elpiel:issue-4105-adding-more-categories, r=Turbo87
Adding categories related to Aerospace Resolves #4105 I've also added the category `Software-defined radio`. Here are 2 crates that are in this category: - https://github.com/rsadsb/adsb_deku - https://github.com/FutureSDR/FutureSDR I can remove the `SDR` from this PR if it's necessary to discuss it first at a meeting `@Turbo87.` CC `@wcampbell0x2a` `@bastibl` `@MoralCode`
2 parents cca6d64 + a2f2185 commit fff03bc

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

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)