ADD: added use of round to position calculation
This commit is contained in:
@@ -145,6 +145,7 @@ namespace Entities
|
||||
|
||||
// Eigen::Matrix3d getRotationMatrix(double lat, double lon);
|
||||
|
||||
|
||||
/**
|
||||
* @brief transforms from local ENU (East North Up) Vector to ECEF (Earth Centred Earth Fixed)
|
||||
* @param Eigen::Vector3d ENU
|
||||
@@ -197,7 +198,7 @@ namespace Entities
|
||||
double speed_;
|
||||
double climbAngle_;
|
||||
|
||||
|
||||
const double precision = 0.01;
|
||||
|
||||
mutable std::mutex mx;
|
||||
std::condition_variable c;
|
||||
|
||||
Reference in New Issue
Block a user