Copter: remove unused set_desired_velocity_with_accel_and_fence_limits
This commit is contained in:
parent
c7a38b2dff
commit
396ab6f50e
@ -955,7 +955,6 @@ private:
|
||||
void accel_control_run();
|
||||
void velaccel_control_run();
|
||||
void posvelaccel_control_run();
|
||||
void set_desired_velocity_with_accel_and_fence_limits(const Vector3f& vel_des);
|
||||
void set_yaw_state(bool use_yaw, float yaw_cd, bool use_yaw_rate, float yaw_rate_cds, bool relative_angle);
|
||||
|
||||
// controls which controller is run (pos or vel):
|
||||
|
@ -884,11 +884,6 @@ void ModeGuided::angle_control_run()
|
||||
}
|
||||
}
|
||||
|
||||
// helper function to update position controller's desired velocity while respecting acceleration limits
|
||||
void ModeGuided::set_desired_velocity_with_accel_and_fence_limits(const Vector3f& vel_des)
|
||||
{
|
||||
}
|
||||
|
||||
// helper function to set yaw state and targets
|
||||
void ModeGuided::set_yaw_state(bool use_yaw, float yaw_cd, bool use_yaw_rate, float yaw_rate_cds, bool relative_angle)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user