File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ namespace config
66
66
} ControlPID_t;
67
67
68
68
typedef struct {
69
- percentage_t min = 0 .0f ;
69
+ percentage_t min = - 100 .0f ;
70
70
percentage_t max = 100 .0f ;
71
71
} AxisLimits_t;
72
72
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ namespace config
81
81
}
82
82
}
83
83
},
84
- .flightmodeConstructor = constructObject<AM::Flightmode, ManualFlightmode >
84
+ .flightmodeConstructor = constructObject<AM::Flightmode, AM::Manual >
85
85
},
86
86
{ // Flightmode2
87
87
.tuningData {
@@ -101,24 +101,24 @@ namespace config
101
101
},
102
102
.controlLimits = {
103
103
.yawLimit = {
104
- .min = 5 .0f ,
104
+ .min = - 95 .0f ,
105
105
.max = 95 .0f
106
106
},
107
- .rollLimit = {
108
- .min = 0 .0f ,
109
- .max = 100 .0f
110
- },
111
107
.pitchLimit = {
112
108
.min = -30 .0f ,
113
109
.max = 30 .0f
114
110
},
111
+ .rollLimit = {
112
+ .min = -100 .0f ,
113
+ .max = 100 .0f
114
+ },
115
115
.throttleLimit = {
116
116
.min = 0 .0f ,
117
117
.max = 100 .0f
118
118
}
119
119
}
120
120
},
121
- .flightmodeConstructor = constructObject<AM::Flightmode, FBWA>
121
+ .flightmodeConstructor = constructObject<AM::Flightmode, AM:: FBWA>
122
122
}
123
123
};
124
124
You can’t perform that action at this time.
0 commit comments