diff --git a/gazebo/simulator.cpp b/gazebo/simulator.cpp index 316d2bf..a03cf4d 100644 --- a/gazebo/simulator.cpp +++ b/gazebo/simulator.cpp @@ -59,6 +59,7 @@ public: void OnReset() { attitude = Quaternion(); // reset estimated attitude + armed = false; __resetTime += __micros; gzmsg << "Flix plugin reset" << endl; }