added new sanity checks and compile-time assertions to prevent errors
fixed stair-building issue new test-cases added elevator support fixed/improved some walker modules
This commit is contained in:
@@ -35,8 +35,8 @@ private:
|
||||
bool waitForUp = false;
|
||||
|
||||
const Timestamp blockTime = Timestamp::fromMS(150); // 150-250 looks good
|
||||
const float upperThreshold = +0.4f; // + is usually smaller than down (look at graphs)
|
||||
const float lowerThreshold = -0.8f;
|
||||
const float upperThreshold = +0.4*0.6f; // + is usually smaller than down (look at graphs)
|
||||
const float lowerThreshold = -0.8*0.6f; // the 0.8 is for testing!
|
||||
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user