mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-04 12:00:35 +08:00
TECS: Add function to reset system
This commit is contained in:
@@ -118,6 +118,9 @@ public:
|
||||
return get_throttle_demand();
|
||||
}
|
||||
|
||||
void reset_state() {
|
||||
_states_initalized = false;
|
||||
}
|
||||
|
||||
float get_pitch_demand() { return _pitch_dem; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user