NavSat contains information about a NavSat sensor. More...
#include <NavSat.hh>
Public Member Functions | |
NavSat () | |
Default constructor. More... | |
sdf::ElementPtr | Element () const |
Get a pointer to the SDF element that was used during load. More... | |
const Noise & | HorizontalPositionNoise () const |
Get noise value for horizontal position sensor. More... | |
const Noise & | HorizontalVelocityNoise () const |
Get noise value for horizontal velocity sensor. More... | |
Errors | Load (ElementPtr _sdf) |
Load the navsat based on an element pointer. More... | |
bool | operator!= (const NavSat &_navsat) const |
Return true this NavSat object does not contain the same values as the passed in parameter. More... | |
bool | operator== (const NavSat &_navsat) const |
Return true if both NavSat objects contain the same values. More... | |
void | SetHorizontalPositionNoise (const Noise &_noise) |
Set the noise values for the horizontal position sensor. More... | |
void | SetHorizontalVelocityNoise (const Noise &_noise) |
Set the noise values for the horizontal velocity sensor. More... | |
void | SetVerticalPositionNoise (const Noise &_noise) |
Set the noise values for the vertical position sensor. More... | |
void | SetVerticalVelocityNoise (const Noise &_noise) |
Set the noise values for the vertical velocity sensor. More... | |
const Noise & | VerticalPositionNoise () const |
Get noise value for vertical position sensor. More... | |
const Noise & | VerticalVelocityNoise () const |
Get noise value for vertical velocity sensor. More... | |
NavSat contains information about a NavSat sensor.
This sensor can be attached to a link. The NavSat sensor can be defined SDF XML by the "navsat" type.
sdf::SDF_VERSION_NAMESPACE::NavSat::NavSat | ( | ) |
Default constructor.
sdf::ElementPtr sdf::SDF_VERSION_NAMESPACE::NavSat::Element | ( | ) | const |
const Noise& sdf::SDF_VERSION_NAMESPACE::NavSat::HorizontalPositionNoise | ( | ) | const |
Get noise value for horizontal position sensor.
const Noise& sdf::SDF_VERSION_NAMESPACE::NavSat::HorizontalVelocityNoise | ( | ) | const |
Get noise value for horizontal velocity sensor.
Errors sdf::SDF_VERSION_NAMESPACE::NavSat::Load | ( | ElementPtr | _sdf | ) |
bool sdf::SDF_VERSION_NAMESPACE::NavSat::operator!= | ( | const NavSat & | _navsat | ) | const |
bool sdf::SDF_VERSION_NAMESPACE::NavSat::operator== | ( | const NavSat & | _navsat | ) | const |
void sdf::SDF_VERSION_NAMESPACE::NavSat::SetHorizontalPositionNoise | ( | const Noise & | _noise | ) |
Set the noise values for the horizontal position sensor.
[in] | _noise | Noise values to set to |
void sdf::SDF_VERSION_NAMESPACE::NavSat::SetHorizontalVelocityNoise | ( | const Noise & | _noise | ) |
Set the noise values for the horizontal velocity sensor.
[in] | _noise | Noise values to set to |
void sdf::SDF_VERSION_NAMESPACE::NavSat::SetVerticalPositionNoise | ( | const Noise & | _noise | ) |
Set the noise values for the vertical position sensor.
[in] | _noise | Noise values to set to |
void sdf::SDF_VERSION_NAMESPACE::NavSat::SetVerticalVelocityNoise | ( | const Noise & | _noise | ) |
Set the noise values for the vertical velocity sensor.
[in] | _noise | Noise values to set to |
const Noise& sdf::SDF_VERSION_NAMESPACE::NavSat::VerticalPositionNoise | ( | ) | const |
Get noise value for vertical position sensor.
const Noise& sdf::SDF_VERSION_NAMESPACE::NavSat::VerticalVelocityNoise | ( | ) | const |
Get noise value for vertical velocity sensor.