1 #ifndef TAG_CONSTANTPOSITION_H
2 #define TAG_CONSTANTPOSITION_H
8 namespace ConstantPosition {
38 os << st.
pose.ln() << st.
pose.inverse().get_translation();
49 TooN::Vector<State::STATE_DIMENSION>
sigma;
53 TooN::Matrix<State::STATE_DIMENSION>
noise;
70 for(
unsigned int i = 0; i < 6; i++){
77 state.
pose = TooN::SE3<>::exp(innovation) * state.
pose;