Skip to content

Commit

Permalink
fix the bug that SpinOnce almost never called
Browse files Browse the repository at this point in the history
  • Loading branch information
qi.chen committed Dec 2, 2016
1 parent 71bf895 commit a8d4021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GuidanceNode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -350,9 +350,9 @@ int main(int argc, char** argv)
err_code = start_transfer();
RETURN_IF_ERR(err_code);
key = 0;
}
ros::spinOnce();
}
}
ros::spinOnce();
}

/* release data transfer */
Expand Down

0 comments on commit a8d4021

Please sign in to comment.