mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
AP_Vehicle: add set_steering_and_throttle
only for use with scripting on rover
This commit is contained in:
parent
88cda25d62
commit
73508564f7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user