Commit 68829444 authored by limingbo's avatar limingbo

test

parent dd26930a
Pipeline #872 canceled with stages
...@@ -24,7 +24,7 @@ Trajectory::~Trajectory() ...@@ -24,7 +24,7 @@ Trajectory::~Trajectory()
bool Trajectory::init() bool Trajectory::init()
{ {
string range; string range;
if(frequency_ != 0){ if(frequency_ == 0){
switch(trajType_){ switch(trajType_){
case PPK: case PPK:
frequency_ = 1000; frequency_ = 1000;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment