We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
such a wonderful work,but i dont know how to calculate translation by instantaneous velocity measurements, because i just find
tx = scale * packet.lon * np.pi * er / 180. ty = scale * er * np.log(np.tan((90. + packet.lat) * np.pi / 360.)) tz = packet.alt t = np.array([tx, ty, tz]) in def pose_from_oxts_packet(raw_data, scale): these codes dont include instantaneous velocity measurements
The text was updated successfully, but these errors were encountered:
but in your paper you note that you introduce instantaneous velocity to calculate translation between two frame
Sorry, something went wrong.
No branches or pull requests
such a wonderful work,but i dont know how to calculate translation by instantaneous velocity measurements, because i just find
tx = scale * packet.lon * np.pi * er / 180.
ty = scale * er *
np.log(np.tan((90. + packet.lat) * np.pi / 360.))
tz = packet.alt
t = np.array([tx, ty, tz])
in def pose_from_oxts_packet(raw_data, scale):
these codes dont include instantaneous velocity measurements
The text was updated successfully, but these errors were encountered: