AP_Vehicle: add set_steering_and_throttle

only for use with scripting on rover
This commit is contained in:
Randy Mackay 2020-06-15 16:33:57 +09:00
parent 88cda25d62
commit 73508564f7

View File

@ -176,6 +176,9 @@ public:
// get target location (for use by scripting)
virtual bool get_target_location(Location& target_loc) { return false; }
// set steering and throttle (-1 to +1) (for use by scripting with Rover)
virtual bool set_steering_and_throttle(float steering, float throttle) { return false; }
// write out harmonic notch log messages
void write_notch_log_messages() const;
// update the harmonic notch