32 Q_INVOKABLE
void stop ();
34 Q_INVOKABLE QPointF
grid (
int i);
37 bool available () {
return _distances.count() > 0; }
46 void update (mavlink_obstacle_distance_t* message);
52 QList<int> _distances;
53 QVector<QPointF>_objGrid;
54 QVector<qreal> _objDistance;
58 qreal _angleOffset = 0;
61 static constexpr const char* kColPrevParam =
"CP_DIST";