Skip to content

Commit abc065f

Browse files
committed
feat(component editor): Added frame class
1 parent 91d16c3 commit abc065f

26 files changed

Lines changed: 52 additions & 26 deletions

File tree

ardupilot_methodic_configurator/vehicle_templates/ArduCopter/AirCar_v1/vehicle_components.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
},
2727
"Specifications": {
2828
"TOW min Kg": 320,
29-
"TOW max Kg": 500
29+
"TOW max Kg": 500,
30+
"Class": "OctaQuad"
3031
},
3132
"Notes": "Frame is custom, X type frame. Arm length is 2650mm."
3233
},

ardupilot_methodic_configurator/vehicle_templates/ArduCopter/Big_Owl/vehicle_components.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
},
2727
"Specifications": {
2828
"TOW min Kg": 7.0,
29-
"TOW max Kg": 12.0
29+
"TOW max Kg": 12.0,
30+
"Class": "Quad"
3031
},
3132
"Notes": ""
3233
},

ardupilot_methodic_configurator/vehicle_templates/ArduCopter/Chimera7/vehicle_components.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
},
2727
"Specifications": {
2828
"TOW min Kg": 0.9,
29-
"TOW max Kg": 0.9
29+
"TOW max Kg": 0.9,
30+
"Class": "Quad"
3031
},
3132
"Notes": ""
3233
},

ardupilot_methodic_configurator/vehicle_templates/ArduCopter/Demo32Motor_PeterHall/vehicle_components.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
},
2727
"Specifications": {
2828
"TOW min Kg": 0.1,
29-
"TOW max Kg": 0.1
29+
"TOW max Kg": 0.1,
30+
"Class": "Scripting Matrix"
3031
},
3132
"Notes": ""
3233
},

ardupilot_methodic_configurator/vehicle_templates/ArduCopter/FETtec-5/vehicle_components.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
},
2727
"Specifications": {
2828
"TOW min Kg": 1.3,
29-
"TOW max Kg": 2.0
29+
"TOW max Kg": 2.0,
30+
"Class": "Quad"
3031
},
3132
"Notes": "5\" Props"
3233
},

ardupilot_methodic_configurator/vehicle_templates/ArduCopter/GazeboIrisWithTargetFollow/vehicle_components.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
},
2727
"Specifications": {
2828
"TOW min Kg": 0.6,
29-
"TOW max Kg": 0.6
29+
"TOW max Kg": 0.6,
30+
"Class": "Quad"
3031
},
3132
"Notes": "TOW in this case a taken ideal, and not calculated including gimbal."
3233
},

ardupilot_methodic_configurator/vehicle_templates/ArduCopter/Holybro_X500/vehicle_components.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
},
2727
"Specifications": {
2828
"TOW min Kg": 1.09,
29-
"TOW max Kg": 2.11
29+
"TOW max Kg": 2.11,
30+
"Class": "Quad"
3031
},
3132
"Notes": "Frame is X500 type. Look on holybro site for more specifications"
3233
},

ardupilot_methodic_configurator/vehicle_templates/ArduCopter/Holybro_X500_V2/vehicle_components.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
},
2727
"Specifications": {
2828
"TOW min Kg": 1.09,
29-
"TOW max Kg": 2.11
29+
"TOW max Kg": 2.11,
30+
"Class": "Quad"
3031
},
3132
"Notes": "Frame is X500 V2 type. Look on holybro site for more specifications"
3233
},

ardupilot_methodic_configurator/vehicle_templates/ArduCopter/Holybro_X650_LTE/vehicle_components.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
},
2727
"Specifications": {
2828
"TOW min Kg": 5.6,
29-
"TOW max Kg": 7.6
29+
"TOW max Kg": 7.6,
30+
"Class": "Quad"
3031
},
3132
"Notes": "Frame is X650 V2 type. Look on holybro site for more specifications"
3233
},

ardupilot_methodic_configurator/vehicle_templates/ArduCopter/Hoverit_X11+/vehicle_components.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
},
2727
"Specifications": {
2828
"TOW min Kg": 35,
29-
"TOW max Kg": 50
29+
"TOW max Kg": 50,
30+
"Class": "Quad"
3031
},
3132
"Notes": "customized drone"
3233
},

0 commit comments

Comments
 (0)