Rename getCaptureMotionContainingTimeStamp() -> findCaptureContainingTimeStamp() !...
Compare changes
Files
2- Joan Solà Ortega authored
Discovered an existing findCaptureContainingTimeStamp() ! So all this was done: - rename - select most elegant implementation - make it const (one was const, the other was not) - comment out the discarded implementation
+ 37
− 36
@@ -264,7 +264,7 @@ void ProcessorMotion::getState(const TimeStamp& _ts, Eigen::VectorXs& _x)
@@ -294,34 +294,34 @@ void ProcessorMotion::getState(const TimeStamp& _ts, Eigen::VectorXs& _x)
@@ -515,27 +515,28 @@ Motion ProcessorMotion::interpolate(const Motion& _ref, Motion& _second, TimeSta