We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b172d1 commit b49e86eCopy full SHA for b49e86e
include/units/Pose.hpp
@@ -70,16 +70,7 @@ template <typename derivatives> class AbstractPose
70
*
71
* @return Angle orientation
72
*/
73
- Divided<Angle, Exponentiated<Time, derivatives>> getOrientation() { return orientation; }
74
-
75
- /**
76
- * @brief Set the orientation
77
- *
78
- * @param orientation orientation
79
- */
80
- void setOrientation(Divided<Angle, Exponentiated<Time, derivatives>> orientation) {
81
- this->orientation = orientation;
82
- }
+ Divided<Angle, Exponentiated<Time, derivatives>> getOrientation() const { return orientation; }
83
};
84
85
// Position Pose (Length, Angle)
0 commit comments