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