Altimeter contains information about an altimeter sensor. More...
#include <Altimeter.hh>
Public Member Functions | |
Altimeter () | |
Default constructor. More... | |
sdf::ElementPtr | Element () const |
Get a pointer to the SDF element that was used during load. More... | |
Errors | Load (ElementPtr _sdf) |
Load the altimeter based on an element pointer. More... | |
bool | operator!= (const Altimeter &_alt) const |
Return true this Altimeter object does not contain the same values as the passed in parameter. More... | |
bool | operator== (const Altimeter &_alt) const |
Return true if both Altimeter objects contain the same values. More... | |
void | SetVerticalPositionNoise (const Noise &_noise) |
Set the noise values related to the vertical position. More... | |
void | SetVerticalVelocityNoise (const Noise &_noise) |
Set the noise values related to the vertical velocity. More... | |
sdf::ElementPtr | ToElement () const |
Create and return an SDF element filled with data from this altimeter sensor. More... | |
const Noise & | VerticalPositionNoise () const |
Get the noise values related to the vertical position. More... | |
const Noise & | VerticalVelocityNoise () const |
Get the noise values related to the vertical velocity. More... | |
Altimeter contains information about an altimeter sensor.
This sensor can be attached to a link.
sdf::v12::Altimeter::Altimeter | ( | ) |
Default constructor.
sdf::ElementPtr sdf::v12::Altimeter::Element | ( | ) | const |
Errors sdf::v12::Altimeter::Load | ( | ElementPtr | _sdf | ) |
bool sdf::v12::Altimeter::operator!= | ( | const Altimeter & | _alt | ) | const |
bool sdf::v12::Altimeter::operator== | ( | const Altimeter & | _alt | ) | const |
void sdf::v12::Altimeter::SetVerticalPositionNoise | ( | const Noise & | _noise | ) |
Set the noise values related to the vertical position.
[in] | _noise | Noise values for the vertical position. |
void sdf::v12::Altimeter::SetVerticalVelocityNoise | ( | const Noise & | _noise | ) |
Set the noise values related to the vertical velocity.
[in] | _noise | Noise values for the vertical velocity. |
sdf::ElementPtr sdf::v12::Altimeter::ToElement | ( | ) | const |
const Noise& sdf::v12::Altimeter::VerticalPositionNoise | ( | ) | const |
Get the noise values related to the vertical position.
const Noise& sdf::v12::Altimeter::VerticalVelocityNoise | ( | ) | const |
Get the noise values related to the vertical velocity.