Fixed file encoding
This commit is contained in:
@@ -315,7 +315,7 @@ public:
|
||||
|
||||
Point3 apPos = Settings::data.CurrentPath.NUCs.find(wifi.first)->second.position;
|
||||
Point3 particlePos = p.state.pos.pos;
|
||||
particlePos.z = 1.3; // smartphone h<EFBFBD>he
|
||||
particlePos.z = 1.3; // smartphone höhe
|
||||
float apDist = particlePos.getDistance(apPos);
|
||||
|
||||
if (Settings::UseKalman)
|
||||
|
||||
Reference in New Issue
Block a user