Skip to content

Commit

Permalink
添加rtk后处理函数
Browse files Browse the repository at this point in the history
  • Loading branch information
Erensu committed Apr 28, 2019
1 parent db21ffc commit f1817d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified lib/libcarvig.a
Binary file not shown.
2 changes: 2 additions & 0 deletions src/ins-gnss/ins-pose.cc
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,8 @@ static int posecamfilt(const insopt_t *opt,const pose_meas_t *data,
free(x); free(P); free(v);
free(H); free(R);
return info;
#else
return 0;
#endif
}
/* external pose measurement to update ins navigation------------------------*/
Expand Down

0 comments on commit f1817d0

Please sign in to comment.