I-Seed drone's onboard service  0.0.9
Static Public Member Functions | List of all members
mission_builder Class Reference

Class for building a mission path. More...

#include <mission_builder.h>

Static Public Member Functions

static std::vector< lat_lonmake (const std::vector< lat_lon > &points, const lat_lon &home)
 Build mission path based on input points and home location. More...
 

Detailed Description

Class for building a mission path.

Steps to build mission path:

Member Function Documentation

◆ make()

auto mission_builder::make ( const std::vector< lat_lon > &  points,
const lat_lon home 
)
static

Build mission path based on input points and home location.

Parameters
pointsList of (latitude, longitude) coordinates, input polygon provided by user
home(latitude, longitude) coordinate of the home location
Returns
Mission path. List of (latitude, longitude) coordinates of waypoints

The documentation for this class was generated from the following files: