mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
flight tasks smoothing: fix style issues
This commit is contained in:
parent
0eaa6222a2
commit
398d511fd9
@ -65,8 +65,7 @@ public:
|
||||
};
|
||||
|
||||
/* Getter methods */
|
||||
//float getMaxAcceleration();
|
||||
Intention getIntention() {return _intention;};
|
||||
Intention getIntention() { return _intention; }
|
||||
|
||||
/* Overwrite methods:
|
||||
* Needed if different parameter values than default required.
|
||||
|
||||
@ -64,8 +64,8 @@ public:
|
||||
|
||||
|
||||
/* Getter methods */
|
||||
float getMaxAcceleration() {return _max_acceleration;};
|
||||
ManualIntentionZ getIntention() {return _intention;};
|
||||
float getMaxAcceleration() { return _max_acceleration; }
|
||||
ManualIntentionZ getIntention() { return _intention; }
|
||||
|
||||
/* Overwrite methods:
|
||||
* Needed if different parameter values than default required.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user