Skip to content
Snippets Groups Projects

New pntpos output

Merged Joan Vallvé Navarro requested to merge new-pntpos-output into devel
2 files
+ 11
12
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -42,7 +42,8 @@ struct ComputePosOutput
double age; // age of differential (s)
double ratio; // AR ratio factor for valiation
int pos_stat; // return from pntpos 1:ok,0:error
bool success; // return from pntpos true/false
std::string msg; // message returned (in case of error)
Eigen::Vector3d lat_lon; // latitude_longitude_altitude
std::map<int,Eigen::Vector2d> sat_azel; // azimuth and elevation of each satellite provided
Loading