mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_Vehicle: added get_target_location() method
for scripting
This commit is contained in:
parent
be7e142888
commit
d192544107
@ -166,6 +166,9 @@ public:
|
||||
// set target location (for use by scripting)
|
||||
virtual bool set_target_location(const Location& target_loc) { return false; }
|
||||
|
||||
// get target location (for use by scripting)
|
||||
virtual bool get_target_location(Location& target_loc) { return false; }
|
||||
|
||||
protected:
|
||||
|
||||
virtual void init_ardupilot() = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user