Skip to content
Snippets Groups Projects
Commit ba9b5f50 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

small change

parent 632fae19
No related branches found
No related tags found
1 merge request!414Resolve "IsMotion used in Problem::getState()"
Pipeline #6439 passed
...@@ -52,7 +52,7 @@ class IsMotion ...@@ -52,7 +52,7 @@ class IsMotion
virtual VectorComposite getState(const TimeStamp& _ts, const StateStructure& _structure = "") const = 0; virtual VectorComposite getState(const TimeStamp& _ts, const StateStructure& _structure = "") const = 0;
VectorComposite getOdometry ( ) const; VectorComposite getOdometry ( ) const;
void setOdometry(const VectorComposite& _zero_odom); void setOdometry(const VectorComposite&);
bool isStateGetter() const; bool isStateGetter() const;
int getStatePriority() const; int getStatePriority() const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment