Agrarsense
|
#include <RadarParameters.h>
Public Attributes | |
float | Range = 100.0 |
float | HorizontalFOV = 30.0 |
float | VerticalFOV = 30.0 |
int | PointsPerSecond = 1500 |
bool | SendDataToRos = true |
bool | VisualizeRadarHits = true |
Definition at line 11 of file RadarParameters.h.
float FRadarParameters::HorizontalFOV = 30.0 |
Radar Horizontal FOV
Definition at line 25 of file RadarParameters.h.
Referenced by ARadar::SimulateRadar().
int FRadarParameters::PointsPerSecond = 1500 |
How many points per second should this Radar send
Definition at line 37 of file RadarParameters.h.
Referenced by ARadar::SetRadarParameters(), and ARadar::SimulateRadar().
float FRadarParameters::Range = 100.0 |
Radar max range in meters.
Definition at line 19 of file RadarParameters.h.
Referenced by ARadar::SimulateRadar().
bool FRadarParameters::SendDataToRos = true |
Should send Radar data to ROS
Definition at line 43 of file RadarParameters.h.
Referenced by ARadar::SetRadarParameters().
float FRadarParameters::VerticalFOV = 30.0 |
Radar Vertical FOV
Definition at line 31 of file RadarParameters.h.
Referenced by ARadar::SimulateRadar().
bool FRadarParameters::VisualizeRadarHits = true |
Should visualize Radar hit locations
Definition at line 49 of file RadarParameters.h.
Referenced by ARadar::SetRadarParameters().