diff --git a/platforms/posix/src/px4/common/px4_daemon/pxh.cpp b/platforms/posix/src/px4/common/px4_daemon/pxh.cpp index 8858934fe6..82d8021a3a 100644 --- a/platforms/posix/src/px4/common/px4_daemon/pxh.cpp +++ b/platforms/posix/src/px4/common/px4_daemon/pxh.cpp @@ -57,6 +57,8 @@ apps_map_type Pxh::_apps = {}; Pxh::Pxh() { + _history.try_to_add("commander takeoff"); // for convenience + _history.reset_to_end(); _instance = this; }