You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Just curious if this repo is still under maintenance?
I noticed that novatel_node.cpp uses tf::createQuaternionMsgFromRollPitchYaw to handle attitude angle roll/pitch/azimuth. tf::createQuaternionMsgFromRollPitchYaw assumes roll is around x and pitch around y. However, according to novatel manuals, in e.g. the PVA log, roll is around y and pitch around x. Azimuth is around z but left-hand rotated. So suggested to change the code to
Hi! Just curious if this repo is still under maintenance?
I noticed that
novatel_node.cpp
usestf::createQuaternionMsgFromRollPitchYaw
to handle attitude angle roll/pitch/azimuth.tf::createQuaternionMsgFromRollPitchYaw
assumes roll is around x and pitch around y. However, according to novatel manuals, in e.g. the PVA log, roll is around y and pitch around x. Azimuth is around z but left-hand rotated. So suggested to change the code toThe text was updated successfully, but these errors were encountered: