Skip to content
Snippets Groups Projects
Commit 398d511f authored by Beat Küng's avatar Beat Küng
Browse files

flight tasks smoothing: fix style issues

parent 0eaa6222
No related branches found
No related tags found
No related merge requests found
...@@ -65,8 +65,7 @@ public: ...@@ -65,8 +65,7 @@ public:
}; };
/* Getter methods */ /* Getter methods */
//float getMaxAcceleration(); Intention getIntention() { return _intention; }
Intention getIntention() {return _intention;};
/* Overwrite methods: /* Overwrite methods:
* Needed if different parameter values than default required. * Needed if different parameter values than default required.
......
...@@ -64,8 +64,8 @@ public: ...@@ -64,8 +64,8 @@ public:
/* Getter methods */ /* Getter methods */
float getMaxAcceleration() {return _max_acceleration;}; float getMaxAcceleration() { return _max_acceleration; }
ManualIntentionZ getIntention() {return _intention;}; ManualIntentionZ getIntention() { return _intention; }
/* Overwrite methods: /* Overwrite methods:
* Needed if different parameter values than default required. * Needed if different parameter values than default required.
......
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