AP_Camera: added set_trigger_distance() call
This commit is contained in:
parent
1c7a44a595
commit
0f0b040891
@ -46,6 +46,9 @@ public:
|
||||
void configure_msg(mavlink_message_t* msg);
|
||||
void control_msg(mavlink_message_t* msg);
|
||||
|
||||
// set camera trigger distance in a mission
|
||||
void set_trigger_distance(uint32_t distance_m) { _trigg_dist.set(distance_m); }
|
||||
|
||||
// Update location of vehicle and return true if a picture should be taken
|
||||
bool update_location(const struct Location &loc);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user