mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-11-05 01:26:24 +00:00
Workaround to activate the execution of other tests
This commit is contained in:
parent
8f52b04c9c
commit
af21b8c7ba
@ -257,7 +257,7 @@ int StaticPositionSystemTest::configure_receiver()
|
|||||||
const int grid_density = 16;
|
const int grid_density = 16;
|
||||||
|
|
||||||
const float zero = 0.0;
|
const float zero = 0.0;
|
||||||
const int number_of_channels = 8;
|
const int number_of_channels = 12;
|
||||||
const int in_acquisition = 1;
|
const int in_acquisition = 1;
|
||||||
|
|
||||||
const float threshold = 0.01;
|
const float threshold = 0.01;
|
||||||
@ -376,7 +376,7 @@ int StaticPositionSystemTest::configure_receiver()
|
|||||||
|
|
||||||
// Set PVT
|
// Set PVT
|
||||||
config->set_property("PVT.implementation", "RTKLIB_PVT");
|
config->set_property("PVT.implementation", "RTKLIB_PVT");
|
||||||
config->set_property("PVT.positioning_mode", "PPP_Static");
|
config->set_property("PVT.positioning_mode", "Single");
|
||||||
config->set_property("PVT.output_rate_ms", std::to_string(output_rate_ms));
|
config->set_property("PVT.output_rate_ms", std::to_string(output_rate_ms));
|
||||||
config->set_property("PVT.display_rate_ms", std::to_string(display_rate_ms));
|
config->set_property("PVT.display_rate_ms", std::to_string(display_rate_ms));
|
||||||
config->set_property("PVT.dump_filename", "./PVT");
|
config->set_property("PVT.dump_filename", "./PVT");
|
||||||
@ -391,6 +391,7 @@ int StaticPositionSystemTest::configure_receiver()
|
|||||||
config->set_property("PVT.iono_model", "OFF");
|
config->set_property("PVT.iono_model", "OFF");
|
||||||
config->set_property("PVT.trop_model", "OFF");
|
config->set_property("PVT.trop_model", "OFF");
|
||||||
config->set_property("PVT.AR_GPS", "PPP-AR");
|
config->set_property("PVT.AR_GPS", "PPP-AR");
|
||||||
|
//config->set_property("PVT.elevation_mask", std::to_string(25));
|
||||||
|
|
||||||
config_f = 0;
|
config_f = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user