Searched refs:transition_matrix (Results 1 – 1 of 1) sorted by relevance
63 Eigen::Matrix3d transition_matrix = prior_rotation_matrix * current_rotation_matrix.inverse(); in calculateGyroscope() local65 Eigen::AngleAxisd angle_axis(transition_matrix); in calculateGyroscope()