Configure PVT with RTKLIB_PVT

This commit is contained in:
Carles Fernandez 2018-02-05 18:39:03 +01:00
parent c17c3a742f
commit d1122cbfa8
1 changed files with 9 additions and 24 deletions

View File

@ -93,31 +93,16 @@ Observables.dump=false
Observables.dump_filename=./observables.dat
;######### PVT CONFIG ############
PVT.implementation=GPS_L1_CA_PVT
PVT.flag_averaging=true
PVT.averaging_depth=5
;PVT.implementation=RTKLIB_PVT
PVT.positioning_mode=Single
PVT.output_rate_ms=100
PVT.display_rate_ms=500
PVT.flag_nmea_tty_port=false;
PVT.nmea_dump_devname=/dev/pts/4
PVT.nmea_dump_filename=./gnss_sdr_pvt.nmea;
PVT.flag_rtcm_server=false
PVT.iono_model=Broadcast
PVT.trop_model=Saastamoinen
PVT.flag_rtcm_server=true
PVT.flag_rtcm_tty_port=false
PVT.rtcm_dump_devname=/dev/pts/1
PVT.dump=false
PVT.dump_filename=./PVT
;######### PVT CONFIG if using the next branch ####
;PVT.implementation=RTKLIB_PVT
;PVT.positioning_mode=Single
;PVT.output_rate_ms=100
;PVT.display_rate_ms=500
;PVT.iono_model=Broadcast
;PVT.trop_model=Saastamoinen
;PVT.flag_rtcm_server=true
;PVT.flag_rtcm_tty_port=false
;PVT.rtcm_dump_devname=/dev/pts/1
;PVT.rtcm_tcp_port=2101
;PVT.rtcm_MT1019_rate_ms=5000
;PVT.rtcm_MT1077_rate_ms=1000
;PVT.rinex_version=2
PVT.rtcm_tcp_port=2101
PVT.rtcm_MT1019_rate_ms=5000
PVT.rtcm_MT1077_rate_ms=1000
PVT.rinex_version=2