20#include <gz/utils/ImplPtr.hh>
24#include <sdf/config.hh>
26#include <gz/math/Angle.hh>
31 inline namespace SDF_VERSION_NAMESPACE {
137 GZ_UTILS_IMPL_PTR(dataPtr)
NavSat contains information about a NavSat sensor.
Definition NavSat.hh:76
const Noise & VerticalVelocityNoise() const
Get noise value for vertical velocity sensor.
void SetHorizontalVelocityNoise(const Noise &_noise)
Set the noise values for the horizontal velocity sensor.
void SetHorizontalPositionNoise(const Noise &_noise)
Set the noise values for the horizontal position sensor.
void SetVerticalVelocityNoise(const Noise &_noise)
Set the noise values for the vertical velocity sensor.
NavSat()
Default constructor.
void SetVerticalPositionNoise(const Noise &_noise)
Set the noise values for the vertical position sensor.
sdf::ElementPtr Element() const
Get a pointer to the SDF element that was used during load.
Errors Load(ElementPtr _sdf)
Load the navsat based on an element pointer.
const Noise & HorizontalVelocityNoise() const
Get noise value for horizontal velocity sensor.
bool operator!=(const NavSat &_navsat) const
Return true this NavSat object does not contain the same values as the passed in parameter.
bool operator==(const NavSat &_navsat) const
Return true if both NavSat objects contain the same values.
const Noise & HorizontalPositionNoise() const
Get noise value for horizontal position sensor.
const Noise & VerticalPositionNoise() const
Get noise value for vertical position sensor.
The Noise class contains information about a noise model, such as a Gaussian distribution.
Definition Noise.hh:48
std::vector< Error > Errors
A vector of Error.
Definition Types.hh:81
std::shared_ptr< Element > ElementPtr
Definition Element.hh:55
namespace for Simulation Description Format parser
Definition Actor.hh:35
#define SDFORMAT_VISIBLE
Use to represent "symbol visible" if supported.
Definition system_util.hh:25