diff --git a/include/dbot/models/process_models/orientation_transition_function.hpp b/include/dbot/models/process_models/orientation_transition_function.hpp index a9ef520..2fa4118 100644 --- a/include/dbot/models/process_models/orientation_transition_function.hpp +++ b/include/dbot/models/process_models/orientation_transition_function.hpp @@ -37,12 +37,12 @@ namespace osr class OSTFTypes { public: - typedef Eigen::Matrix State; - typedef Eigen::Matrix Noise; - typedef Eigen::Matrix Input; + typedef Eigen::Matrix State; + typedef Eigen::Matrix Noise; + typedef Eigen::Matrix Input; - typedef Eigen::Matrix Orientation; - typedef Eigen::Matrix Delta; + typedef Eigen::Matrix Orientation; + typedef Eigen::Matrix Delta; };