Commit 82b2a8e2 authored by pixhawk's avatar pixhawk

Enabled trail by default

parent d8c89fae
......@@ -46,7 +46,7 @@ QMap3DWidget::QMap3DWidget(QWidget* parent)
, lastRedrawTime(0.0)
, displayGrid(true)
, displayImagery(false)
, displayTrail(false)
, displayTrail(true)
, lockCamera(true)
, updateLastUnlockedPose(true)
, displayTarget(false)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment