diff --git a/include/core/processor/is_motion.h b/include/core/processor/is_motion.h index 60a4a029541cd91c4739c5c4455c1d932f0631db..a17ac88e7f2d78bc83e5866f10e85173af380638 100644 --- a/include/core/processor/is_motion.h +++ b/include/core/processor/is_motion.h @@ -52,7 +52,7 @@ class IsMotion virtual VectorComposite getState(const TimeStamp& _ts, const StateStructure& _structure = "") const = 0; VectorComposite getOdometry ( ) const; - void setOdometry(const VectorComposite& _zero_odom); + void setOdometry(const VectorComposite&); bool isStateGetter() const; int getStatePriority() const;