Hi
the output from our dual antenna rtk system is as follows
the $GPGGA is a normal NMEA message that contains the usual lat long (in DD.MM.SS format)
the $POLYA message contains Time, N,E,D, separation, heading,Checksum
the $GPGGX message is a hybrid message that contains both lat long (DD.MM) and heading info
as we use the tiny gps library that likes lat and long in DD.MM.SS we extract the data from the GGA and POLYA data streams
can you implement this rtk position and heading in AOG as it would help reduce the reliance on the magnetometer heading. The dual gps uses 2 arduisimple boards and outputs the data streams at 10hz.
We have not detected a delay so far and the results seem good
Output
$GPGGA,160941.500,5230.134999,N,00254.557163,W,1,12,1.04,200.017,M,49.096,M,7B
$GPGGX,160941.500,52.502249986,-2.909286050,1,12,1.04,200.017,M,49.096,M,1.063,278.16,0,060
$POLYA,160941.500,0.151,-1.050,-0.060,1.062,278.16,A20
$GPGGA,160941.600,5230.134998,N,00254.557163,W,1,12,1.04,200.019,M,49.096,M,77
$GPGGX,160941.600,52.502249962,-2.909286058,1,12,1.04,200.019,M,49.096,M,1.062,278.16,0,06E
$POLYA,160941.600,0.151,-1.050,-0.060,1.062,278.16,A23
$GPGGA,160941.700,5230.134998,N,00254.557165,W,1,12,1.04,200.023,M,49.096,M,79
$GPGGX,160941.700,52.502249967,-2.909286080,1,12,1.04,200.023,M,49.096,M,1.062,278.16,0,066
$POLYA,160941.700,0.151,-1.050,-0.060,1.062,278.16,A22
$POLYA,160941.800,0.151,-1.050,-0.060,1.062,278.16,A2D
$GPGGA,160941.800,5230.134994,N,00254.557163,W,1,12,1.04,200.028,M,49.096,M,77
$GPGGX,160941.800,52.502249897,-2.909286043,1,12,1.04,200.028,M,49.096,M,1.062,278.16,0,063
$GPGGA,160941.900,5230.134994,N,00254.557164,W,1,12,1.04,200.033,M,49.096,M,7B
$GPGGX,160941.900,52.502249903,-2.909286069,1,12,1.04,200.033,M,49.096,M,1.062,278.16,0,06C
$POLYA,160941.900,0.141,-1.050,-0.060,1.061,277.63,A*23