How to get velocity vector(NED) from GPS NMEA data? #98
scott198510
started this conversation in
Ideas
Replies: 1 comment 12 replies
-
IN NEMA xxVTG and xxRMC, the GNSS speed is the 2D Speed Over Ground ignoring the altitude. In order to get the 3D velocity components, you need to use the GNSS receiver that supports to output the 3D velocity in its own protocol. For example, here: https://portal.u-blox.com/s/question/0D52p00008HKDe8CAH/2d-or-3d-gps-speed . |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Mr Doc,
The GNSS speed in your code is obtained directly. As we all know, the original GNSS speed value is only one,such as NMEA format.
Then how to use the original GNSS data which is NMEA format to get the velocity in three directions?
Anyway, at present, the published papers or books directly obtain three values for GNSS velocity, but there is only one value in original GNSS data. Why not explain this? Can we say that the default is to use the data which is dfferential data(such as RTK)?
https://stackoverflow.com/questions/55554306/how-to-get-ned-velocity-from-gps
http://aprs.gids.nl/nmea/
Beta Was this translation helpful? Give feedback.
All reactions