mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
attitude_fw remove extra semicolons
This commit is contained in:
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user