36 orientation_(orientation)
41 Strings strings{{
"orientation:"}};
43 strings.push_back(
"pitch: " + std::to_string(orientation_.
getPitchDegrees()));
44 strings.push_back(
"roll: " + std::to_string(orientation_.
getRollDegrees()));
45 strings.push_back(
"yaw: " + std::to_string(orientation_.
getYawDegrees()));
double getRollDegrees() const
double getYawDegrees() const
double getPitchDegrees() const
std::list< std::string > Strings
Holds pitch, yaw and roll.