mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-26 17:30:36 +08:00
attitude_fw remove extra semicolons
This commit is contained in:
committed by
Lorenz Meier
parent
6ed8512ff4
commit
e7ed32fb82
@@ -91,7 +91,7 @@ public:
|
||||
void set_k_ff(float k_ff);
|
||||
void set_integrator_max(float max);
|
||||
void set_max_rate(float max_rate);
|
||||
void set_bodyrate_setpoint(float rate) {_bodyrate_setpoint = rate;};
|
||||
void set_bodyrate_setpoint(float rate) {_bodyrate_setpoint = rate;}
|
||||
|
||||
/* Getters */
|
||||
float get_rate_error();
|
||||
|
||||
@@ -65,7 +65,7 @@ public:
|
||||
|
||||
float control_bodyrate(const struct ECL_ControlData &ctl_data);
|
||||
|
||||
float control_euler_rate(const struct ECL_ControlData &ctl_data) {return 0;};
|
||||
float control_euler_rate(const struct ECL_ControlData &ctl_data) {return 0;}
|
||||
};
|
||||
|
||||
#endif // ECL_HEADING_CONTROLLER_H
|
||||
|
||||
Reference in New Issue
Block a user