diff --git a/ArduPilotProtocol_8h_source.html b/ArduPilotProtocol_8h_source.html index 00896a62a..75c03e58b 100644 --- a/ArduPilotProtocol_8h_source.html +++ b/ArduPilotProtocol_8h_source.html @@ -209,7 +209,7 @@
isValid() const | robot::types::DataPoint< T > | inline |
operator bool() const | robot::types::DataPoint< T > | inline |
operator T() const | robot::types::DataPoint< T > | inline |
transform(const F &f) | robot::types::DataPoint< T > | inline |
+
|
+ +inline | +
Transforms the data in this datapoint by the given function.
+F | A callable type that accepts T and outputs some other type. |
f | The function that transforms data. |
f(getData())
and has the same timestamp as this datapoint if it's valid, otherwise an empty datapoint. Functions | |||||
DataPoint< eulerangles_t > | readIMU () | ||||
Read the rover attitude from the IMU. | |||||
DataPoint< double > | readIMUHeading () | ||||
Read the current heading in the global map frame based on an IMU measurement. | |||||
types::DataPoint< navtypes::eulerangles_t > robot::readIMU | +( | +) | ++ |
Read the rover attitude from the IMU.
+Euler angles are in radians, in RPY format (i.e. XYZ extrinsic)
+ +std::string util::to_string< bool > | +( | +const bool & | +val | ) | ++ |
Converts a boolean to a string.
+val | The value to get the string representation of. |
std::string util::to_string< bool > | +( | +const bool & | +val | ) | ++ |
Converts a boolean to a string.
+val | The value to get the string representation of. |