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

Add getter for desSpeed in PLC

parent 75ab69d3
Branches
No related merge requests found
......@@ -28,6 +28,8 @@ public:
EgoMotion& egoMotion);
void run();
float getDesSpeed() { return desSpeed.get(); }
Callback cruiseControllerNotify;
......@@ -52,7 +54,6 @@ private:
void updateDesSpeed();
pc2car::TimedValue<float> desSpeed{0.0f};
void setupC2C();
// METHODS
......
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