mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-29 14:37:39 +00:00 
			
		
		
		
	Merge branch 'next' into release0011
This commit is contained in:
		| @@ -2,7 +2,7 @@ | |||||||
|  |  | ||||||
| ### Improvements in Accuracy | ### Improvements in Accuracy | ||||||
|  |  | ||||||
| - Local clock correction based on PVT solution (error kept below 1 ms). | - Local clock correction based on PVT solution, allowing the delivery of continuous observables. | ||||||
| - Fix a bug in broadcast ionospheric parameters usage. | - Fix a bug in broadcast ionospheric parameters usage. | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
| @@ -69,10 +69,10 @@ Rtklib_Pvt::Rtklib_Pvt(ConfigurationInterface* configuration, | |||||||
|     pvt_output_parameters.dump_mat = configuration->property(role + ".dump_mat", true); |     pvt_output_parameters.dump_mat = configuration->property(role + ".dump_mat", true); | ||||||
|  |  | ||||||
|     // output rate |     // output rate | ||||||
|     pvt_output_parameters.output_rate_ms = configuration->property(role + ".output_rate_ms", 500); |     pvt_output_parameters.output_rate_ms = bc::lcm(20, configuration->property(role + ".output_rate_ms", 500)); | ||||||
|  |  | ||||||
|     // display rate |     // display rate | ||||||
|     pvt_output_parameters.display_rate_ms = configuration->property(role + ".display_rate_ms", 500); |     pvt_output_parameters.display_rate_ms = bc::lcm(pvt_output_parameters.output_rate_ms, configuration->property(role + ".display_rate_ms", 500)); | ||||||
|  |  | ||||||
|     // NMEA Printer settings |     // NMEA Printer settings | ||||||
|     pvt_output_parameters.flag_nmea_tty_port = configuration->property(role + ".flag_nmea_tty_port", false); |     pvt_output_parameters.flag_nmea_tty_port = configuration->property(role + ".flag_nmea_tty_port", false); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez