Data structure for a Magnet. More...
Public Attributes | |
| double | dX |
| X position. | |
| double | dY |
| Y position. | |
| int | iID |
| Id of the magnet. | |
Data structure for a Magnet.
Definition at line 65 of file purepursuit_planner.cpp.
| double MagnetStruct::dX |
X position.
Definition at line 69 of file purepursuit_planner.cpp.
| double MagnetStruct::dY |
Y position.
Definition at line 71 of file purepursuit_planner.cpp.
Id of the magnet.
Definition at line 67 of file purepursuit_planner.cpp.