minor changes
This commit is contained in:
@@ -187,8 +187,8 @@ private:
|
||||
|
||||
/** how the pose is estimated */
|
||||
//LongTermMovingAverage est = LongTermMovingAverage(Timestamp::fromMS(1250));
|
||||
EstMovingAverage est = EstMovingAverage(Timestamp::fromMS(300));
|
||||
//EstMovingMedian est = EstMovingMedian(Timestamp::fromMS(400));
|
||||
EstMovingAverage est = EstMovingAverage(Timestamp::fromMS(450));
|
||||
//EstMovingMedian est = EstMovingMedian(Timestamp::fromMS(300));
|
||||
|
||||
#ifdef WITH_DEBUG_PLOT
|
||||
PoseDetectionPlot plot;
|
||||
|
||||
Reference in New Issue
Block a user