Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -57,26 +57,26 @@ ensuring the feasibility and safety of the UAV designs.
|
|
57 |
## Dataset Structure
|
58 |
|
59 |
### Data Instances
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
|
81 |
### Data Fields
|
82 |
- Grammar String : Each UAV configurationn in this dataset can be fully described by a grammar string, which is structured according to specific pre-defined grammar rules.
|
|
|
57 |
## Dataset Structure
|
58 |
|
59 |
### Data Instances
|
60 |
+
{
|
61 |
+
'Image': <0001.png>,
|
62 |
+
'glb_file': <https://huggingface.co/datasets/raiselab/HUVER/resolve/main/train/glb/0001.glb?download=true>,
|
63 |
+
'Grammar_string": <*aMM0-*bNM2++*cMN1++*dLM2*eML1^ab^ac^ad^ae>,
|
64 |
+
'Cost ($)': <1877.19>,
|
65 |
+
'Number of Batteries': <1>,
|
66 |
+
'Number of Motor-Rotor Pairs': <4>, 'Number of Airfoils': <0>,
|
67 |
+
'Number of Connectors': <4>,
|
68 |
+
'Weight of Batteries (lb)': <19.40347644>,
|
69 |
+
'Weight of Motor-Rotor Pair (lb)': <3.858051314>,
|
70 |
+
'Weight of Airfoils (lb)': <0.0>,
|
71 |
+
'Total Weight (lb)': <23.26152854>,
|
72 |
+
'Total Thrust (lb)': <82.50002518>,
|
73 |
+
'Normalized Average Structure Size': <0.324324324>,
|
74 |
+
'Normalized Average Motor Size': <0.259259259>,
|
75 |
+
'Normalized Average Foil Size': <0.0>,
|
76 |
+
'Design Descriptor': <This drone is made up of 1 part and has 4 engines that help it move. It also has 0 wings for better flying. It has 4 links that connect everything together securely. The drone weighs 23.2615285432816 pounds in total and can lift itself and more, thanks to its strong thrust of 82.500025177002 pounds.>,
|
77 |
+
'Operations Descriptor': <This drone configuration has a feasible flying range of 0.0-0.0 miles, evaluated over the payload range of 0-0 pounds. This configuration has a velocity range of 0.06352621-0.06352621 mph. It is observed when payload increases, the flying range and velocity decrease. The drones achieve highest values of velocity and range for the lowest payloads. It can be interpreted from the data that the drone can fly as far as 0.0 miles, and can reach maximum speeds up to 0.06352621 mph. This means that while the drone does well in many situations, how far and fast it can fly can vary with how much payload it carries. This drone costs around $1877.19, adding up costs of all the components used to achieve this configuration.>,
|
78 |
+
'Performance': <Feasibilty": "CouldNotStabilize", "Flying Range": 0.0, "Payload Capacity (lb)": 0, "Velocity (mph)": 0.06352621, "Performance Descriptor": "This drone could not hover. The drone for a payload of 0 pounds, could not accomplish a successful run, the reason being either the motors could not provide enough lift or the drone did not balance properly after flight".>
|
79 |
+
}
|
80 |
|
81 |
### Data Fields
|
82 |
- Grammar String : Each UAV configurationn in this dataset can be fully described by a grammar string, which is structured according to specific pre-defined grammar rules.
|