Skip to content
Snippets Groups Projects
Commit f21940d1 authored by Franz Bethke's avatar Franz Bethke
Browse files

Add getter fckn for EgoMotion

parent 467f7060
No related merge requests found
...@@ -36,6 +36,8 @@ class EgoMotion ...@@ -36,6 +36,8 @@ class EgoMotion
void stmDataCallback(const stmDataMsg::ConstPtr & inMsg); void stmDataCallback(const stmDataMsg::ConstPtr & inMsg);
void computeAndNotify(); void computeAndNotify();
float getDistance(){return distance;}
float getPrvSpeed(){return prvSpeed;}
}; };
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment