Skip to content
Snippets Groups Projects
Commit f57bad9f authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

all configs

parent 9fb21099
No related branches found
No related tags found
2 merge requests!3After cmake and const refactor,!1new release
......@@ -30,12 +30,12 @@ SubscriberGnssReceiver::SubscriberGnssReceiver(const std::string& _unique_name,
* 2: iono-free (tropo broadcasted)
*/
//comp_options_.push_back("000");
//comp_options_.push_back("001");
//comp_options_.push_back("002");
comp_options_.push_back("000");
comp_options_.push_back("001");
comp_options_.push_back("002");
comp_options_.push_back("010");
//comp_options_.push_back("011");
//comp_options_.push_back("012");
comp_options_.push_back("011");
comp_options_.push_back("012");
//comp_options_.push_back("100");
//comp_options_.push_back("101");
//comp_options_.push_back("110");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment