예제 #1
0
파일: PoseRTV.cpp 프로젝트: haidai/gtsam
/* ************************************************************************* */
Matrix PoseRTV::RRTMnb(const Rot3& att) {
  return PoseRTV::RRTMnb(att.rpy());
}