Class SickScanMonFieldConverter

Class Documentation

class SickScanMonFieldConverter

Public Static Functions

static void segmentedFieldPointToCarthesian(float range, float angle_rad, float &x, float &y)
static void rectangularFieldToCarthesian(float distRefPointMeter, float angleRefPointRad, float rotAngleRad, float rectWidthMeter, float rectLengthMeter, float points_x[4], float points_y[4])
static void dynamicFieldPointToCarthesian(float distRefPointMeter, float angleRefPointRad, float rotAngleRad, float rectWidthMeter, float rectLengthMeter, float maxSpeedMeterPerSec, float maxLengthMeter, float points_x[8], float points_y[8])