59#ifndef FIELD_COORDINATE_H
60#define FIELD_COORDINATE_H
62#include <guunits/guunits.h>
struct gu_field_coordinate gu_field_coordinate
A field_coordinate is a coordinate for an object that faces a certain direction (such as a robot) on ...
bool gu_field_coordinate_equals(const gu_field_coordinate, const gu_field_coordinate) __attribute__((const))
A cartesian_coordinate is a general coordinate for representing positions on a tow dimensional plane.
A field_coordinate is a coordinate for an object that faces a certain direction (such as a robot) on ...
degrees_t heading
The direction where the object is facing.
gu_cartesian_coordinate position
The position of the object on the field.