Position on the field. More...
#include <types.h>
Public Attributes | |
| float | x |
| x coordinate in meters | |
| float | y |
| y coordinate in meters | |
| float | ori |
| orientation | |
Position on the field.
Definition at line 64 of file types.h.
| float fawkes::field_pos_t::ori |
orientation
Definition at line 67 of file types.h.
Referenced by firevision::FieldDrawer::clear_own_pos(), and firevision::FieldDrawer::draw_field().
| float fawkes::field_pos_t::x |
x coordinate in meters
Definition at line 65 of file types.h.
Referenced by firevision::FieldDrawer::draw_field().
| float fawkes::field_pos_t::y |
y coordinate in meters
Definition at line 66 of file types.h.
Referenced by firevision::FieldDrawer::draw_field().
1.7.1