17 #ifndef _GAZEBO_SENSORS_WIRELESSTRANSMITTER_PRIVATE_HH_
18 #define _GAZEBO_SENSORS_WIRELESSTRANSMITTER_PRIVATE_HH_
44 public:
static const double Step;
55 public: std::string
essid =
"MyESSID";
58 public:
double freq = 2442.0;
Definition: WirelessTransmitterPrivate.hh:29
static const double MaxRadius
The visualization shows the propagation model using a circular grid, where the maximum radius covered...
Definition: WirelessTransmitterPrivate.hh:48
static const double NEmpty
Constant used in the propagation model when there are no obstacles between transmitter and receiver...
Definition: WirelessTransmitterPrivate.hh:33
static const double ModelStdDev
Std dev of the Gaussian random variable used in the propagation model.
Definition: WirelessTransmitterPrivate.hh:41
default namespace for gazebo
static const double NObstacle
Constant used in the propagation model when there are obstacles between transmitter and receiver...
Definition: WirelessTransmitterPrivate.hh:37
static const double Step
Size of the grid used for visualization.
Definition: WirelessTransmitterPrivate.hh:44
bool visualize
Definition: WirelessTransmitterPrivate.hh:52
std::string essid
Service Set Identifier (network name).
Definition: WirelessTransmitterPrivate.hh:55
physics::RayShapePtr testRay
Definition: WirelessTransmitterPrivate.hh:61
double freq
Reception frequency (MHz).
Definition: WirelessTransmitterPrivate.hh:58
boost::shared_ptr< RayShape > RayShapePtr
Definition: PhysicsTypes.hh:136