#include "AngleSymbols.h"
#include "Platform/SystemCall.h"
#include "Tools/Math/Geometry.h"
#include "Tools/FieldDimensions.h"
#include "Tools/Debugging/DebugDrawings.h"
#include "Tools/StringFunctions.h"
Include dependency graph for AngleSymbols.cpp:

Go to the source code of this file.
Defines | |
| #define | ANGLEDRAWING(angleID, color) |
Definition in file AngleSymbols.cpp.
|
|
Value: NDECLARE_DEBUGDRAWING("behavior:symbols:angles:"#angleID, "drawingOnField", "shows the " #angleID); \ NLINE("behavior:symbols:angles:"#angleID, \ robotPose.getPose().translation.x, \ robotPose.getPose().translation.y, \ robotPose.getPose().translation.x + cos(angles[angleID] + robotPose.getAngle()) * 1800, \ robotPose.getPose().translation.y + sin(angles[angleID] + robotPose.getAngle()) * 1800, \ 60, Drawings::ps_solid, color); Definition at line 340 of file AngleSymbols.cpp. Referenced by AngleSymbols::drawAngles(). |
1.3.6