Skip to content
Snippets Groups Projects

Resolve "Enable Standard Point Positioning (SPP) computation"

2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -23,6 +23,6 @@ namespace GNSSUtils
const std::shared_ptr<Navigation> & _navigation,
sol_t & _sol);
Eigen::Vector3d ecefToPos(const Eigen::Vector3d & _ecef);
Eigen::Vector3d ecefToLatLon(const Eigen::Vector3d & _ecef);
}
#endif
Loading