#include <TrackerDefs.hpp>
Public Member Functions | |
SonarHead () | |
Public Attributes | |
double | bearing |
double | heading |
cv::Point3d | latlon |
double | panAngle |
double | range |
double | resolution |
double | tiltAngle |
This structure contains sonar head data
Definition at line 20 of file TrackerDefs.hpp.
LABUST::BLUEVIEW::SonarHead::SonarHead | ( | ) | [inline] |
Definition at line 22 of file TrackerDefs.hpp.
Sonar bearing measurement towards target.
Definition at line 51 of file TrackerDefs.hpp.
Platform heading
Definition at line 35 of file TrackerDefs.hpp.
cv::Point3d LABUST::BLUEVIEW::SonarHead::latlon |
Sonar position latitude/longitude in degrees. 3rd coordinate is depth in meters.
Definition at line 26 of file TrackerDefs.hpp.
Pan angle
Definition at line 39 of file TrackerDefs.hpp.
Sonar range measurement towards target.
Definition at line 47 of file TrackerDefs.hpp.
Pixel per meter
Definition at line 55 of file TrackerDefs.hpp.
Tilt angle
Definition at line 43 of file TrackerDefs.hpp.