mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_Vehicle: minor formatting fix
This commit is contained in:
parent
5b90c98e02
commit
473b027e03
@ -172,7 +172,6 @@ public:
|
||||
virtual bool set_target_velocity_NED(const Vector3f& vel_ned) { return false; }
|
||||
virtual bool set_target_angle_and_climbrate(float roll_deg, float pitch_deg, float yaw_deg, float climb_rate_ms, bool use_yaw_rate, float yaw_rate_degs) { return false; }
|
||||
|
||||
|
||||
// get target location (for use by scripting)
|
||||
virtual bool get_target_location(Location& target_loc) { return false; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user