17 #include <core/sim/compass.h> 18 #include <core_ui/canvas.h> 24 static constexpr
double kCanvasWidth = 20;
25 static constexpr
double kCanvasHeight = 20;
27 static constexpr
double kSensorWidth = 15;
28 static constexpr
double kSensorHeight = 15;
30 static constexpr
double kCompassLength = 7;
31 static constexpr
double kCompassWidth = 0.4;
39 void paintEvent(QPaintEvent* event)
override;
A reusable canvas with support for logical coordinates and auto-scalling the content.
Definition: canvas.h:36
Definition: accelerometer_widget.cpp:23
Tracks the local direction of the global "North" (x=0, y=1) vector.
Definition: compass.h:22