From a2f2185dd1ef50196d37b26a1b2837c472f12f72 Mon Sep 17 00:00:00 2001 From: Lachezar Lechev Date: Mon, 3 Jan 2022 00:55:50 +0200 Subject: [PATCH] categories - add "aerospace" related categories --- src/boot/categories.toml | 41 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/src/boot/categories.toml b/src/boot/categories.toml index 7220735e722..16a66f7bea9 100644 --- a/src/boot/categories.toml +++ b/src/boot/categories.toml @@ -32,6 +32,47 @@ description = """ Tools for making your creations usable by as many people as possible. \ """ +[aerospace] +name = "Aerospace" +description = """ +Crates for aeronautics (within the atmosphere) and astronautics \ +(in outer space) implications.\ +""" + +[aerospace.categories.drones] +name = "Drones" +description = """ +Crates related to Multicopters, Fixed wing, VTOL (Vertical Takeoff and Landing) \ +and Airships/Balloons.\ +""" + +[aerospace.categories.protocols] +name = "Aerospace protocols" +description = """ +Crates of protocol implementations for aerospace implications.\ +""" + +[aerospace.categories.simulation] +name = "Aerospace simulations" +description = """ +Crates related to any kind of simulations used in aerospace - fluids, \ +aerodynamics, etc.\ +""" + +[aerospace.categories.space-protocols] +name = "Space protocols" +description = """ +Protocol implementations for implicatoins in space like CCSDS.\ +""" + +[aerospace.categories.unmanned-aerial-vehicles] +name = "Unmanned aerial vehicles" +description = """ +Crates related to Unmanned aerial vehicles like Multicopters, Fixed wing, \ +VTOL (Vertical Takeoff and Landing), Airships/Balloons, Rovers, Boats, \ +Submersibles.\ +""" + [algorithms] name = "Algorithms" description = """