$search
#include <coordinates.h>
Public Member Functions | |
Polar (float _heading, float _range) | |
Polar (void) | |
Public Attributes | |
float | heading |
float | range |
egocentric polar coordinates
These are distances from the vehicle's origin (center of rear axle) with a heading in radians relative to the current vehicle heading. In general, they can represent a bearing relative to any MapPose.
Definition at line 154 of file coordinates.h.
Polar::Polar | ( | void | ) | [inline] |
Definition at line 161 of file coordinates.h.
Polar::Polar | ( | float | _heading, | |
float | _range | |||
) | [inline] |
Definition at line 167 of file coordinates.h.
float Polar::heading |
Definition at line 157 of file coordinates.h.
float Polar::range |
Definition at line 158 of file coordinates.h.