worked on synthetic sensor data
This commit is contained in:
@@ -85,7 +85,7 @@ protected:
|
||||
return val;
|
||||
}
|
||||
|
||||
void onWalk(const Timestamp walkedTime, float walkedDistance, const Point3 curPos) override {
|
||||
void onWalk(const Timestamp walkedTime, float walkedDistance, const Point3 curPos, const SyntheticWalker::Type type) override {
|
||||
|
||||
// time sine last onWalk();
|
||||
if (lastTs.isZero()) {lastTs = walkedTime; return;}
|
||||
|
||||
Reference in New Issue
Block a user