added motion axis stuff
This commit is contained in:
16
Settings.h
16
Settings.h
@@ -10,9 +10,9 @@ namespace Settings {
|
||||
const int numParticles = 5000;
|
||||
|
||||
namespace IMU {
|
||||
const float turnSigma = 1.5; // 3.5
|
||||
const float stepLength = 0.80;
|
||||
const float stepSigma = 0.40; //toni changed
|
||||
const float turnSigma = 2.5; // 3.5
|
||||
const float stepLength = 1.00;
|
||||
const float stepSigma = 0.15; //toni changed
|
||||
}
|
||||
|
||||
const float smartphoneAboveGround = 1.3;
|
||||
@@ -32,9 +32,9 @@ namespace Settings {
|
||||
}
|
||||
|
||||
namespace WiFiModel {
|
||||
constexpr float sigma = 13.0;
|
||||
constexpr float sigma = 8.0;
|
||||
/** if the wifi-signal-strengths are stored on the grid-nodes, this needs a grid rebuild! */
|
||||
constexpr float TXP = -48;
|
||||
constexpr float TXP = -46;
|
||||
constexpr float EXP = 2.5;
|
||||
constexpr float WAF = -5.0;
|
||||
|
||||
@@ -47,10 +47,10 @@ namespace Settings {
|
||||
}
|
||||
|
||||
namespace BeaconModel {
|
||||
constexpr float sigma = 13.0;
|
||||
constexpr float TXP = -48;
|
||||
constexpr float sigma = 8.0;
|
||||
constexpr float TXP = -71;
|
||||
constexpr float EXP = 1.5;
|
||||
constexpr float WAF = -8.0; //-5
|
||||
constexpr float WAF = -20.0; //-5 //20??
|
||||
}
|
||||
|
||||
namespace MapView3D {
|
||||
|
||||
Reference in New Issue
Block a user