mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-30 23:03:05 +00:00 
			
		
		
		
	Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next
This commit is contained in:
		| @@ -407,7 +407,7 @@ set(GNSSSDR_GNSS_SIM_LOCAL_VERSION "master") | ||||
| set(GNSSSDR_GPSTK_LOCAL_VERSION "2.12") | ||||
| set(GNSSSDR_MATIO_LOCAL_VERSION "1.5.17") | ||||
| set(GNSSSDR_PUGIXML_LOCAL_VERSION "1.10") | ||||
| set(GNSSSDR_PROTOCOLBUFFERS_LOCAL_VERSION "3.9.2") | ||||
| set(GNSSSDR_PROTOCOLBUFFERS_LOCAL_VERSION "3.10.0") | ||||
|  | ||||
| if(CMAKE_VERSION VERSION_LESS "3.0.2") # Fix for CentOS 7 | ||||
|     set(GNSSSDR_GFLAGS_LOCAL_VERSION "2.2.1") | ||||
|   | ||||
| @@ -305,9 +305,9 @@ $ sudo apt-get install autoconf automake libtool curl make g++ unzip | ||||
| and then: | ||||
|  | ||||
| ~~~~~~ | ||||
| $ wget https://github.com/protocolbuffers/protobuf/releases/download/v3.9.2/protobuf-cpp-3.9.2.tar.gz | ||||
| $ tar xvfz protobuf-cpp-3.9.2.tar.gz | ||||
| $ cd protobuf-3.9.2 | ||||
| $ wget https://github.com/protocolbuffers/protobuf/releases/download/v3.10.0/protobuf-cpp-3.10.0.tar.gz | ||||
| $ tar xvfz protobuf-cpp-3.10.0.tar.gz | ||||
| $ cd protobuf-3.10.0 | ||||
| $ ./autogen.sh | ||||
| $ ./configure | ||||
| $ make | ||||
|   | ||||
| @@ -1218,7 +1218,7 @@ void GNSSFlowgraph::acquisition_manager(unsigned int who) | ||||
|                                 estimated_doppler, | ||||
|                                 RX_time); | ||||
|                             channels_[current_channel]->set_signal(gnss_signal); | ||||
|                             start_acquisition = is_primary_freq or assistance_available or !configuration_->property("GNSS-SDR.assist_dual_frequency_acq", false); | ||||
|                             start_acquisition = is_primary_freq or assistance_available or !configuration_->property("GNSS-SDR.assist_dual_frequency_acq", true); | ||||
|                         } | ||||
|                     else | ||||
|                         { | ||||
| @@ -1233,7 +1233,7 @@ void GNSSFlowgraph::acquisition_manager(unsigned int who) | ||||
|                             DLOG(INFO) << "Channel " << current_channel | ||||
|                                        << " Starting acquisition " << channels_[current_channel]->get_signal().get_satellite() | ||||
|                                        << ", Signal " << channels_[current_channel]->get_signal().get_signal_str(); | ||||
|                             if (assistance_available == true and configuration_->property("GNSS-SDR.assist_dual_frequency_acq", false)) | ||||
|                             if (assistance_available == true and configuration_->property("GNSS-SDR.assist_dual_frequency_acq", true)) | ||||
|                                 { | ||||
|                                     channels_[current_channel]->assist_acquisition_doppler(project_doppler(channels_[current_channel]->get_signal().get_signal_str(), estimated_doppler)); | ||||
|                                 } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez