little parameter changes while testing performance
This commit is contained in:
@@ -8,12 +8,12 @@
|
||||
|
||||
namespace Settings {
|
||||
|
||||
const int numParticles = 5000;
|
||||
const int numParticles = 5000;
|
||||
|
||||
namespace IMU {
|
||||
const float turnSigma = 1.5; // 3.5
|
||||
const float stepLength = 0.80;
|
||||
const float stepSigma = 0.20;
|
||||
const float stepSigma = 0.40; //toni changed
|
||||
}
|
||||
|
||||
const float smartphoneAboveGround = 1.3;
|
||||
|
||||
Reference in New Issue
Block a user