I-Seed drone's onboard service
0.0.9
|
Class for building a mission path. More...
#include <mission_builder.h>
Static Public Member Functions | |
static std::vector< lat_lon > | make (const std::vector< lat_lon > &points, const lat_lon &home) |
Build mission path based on input points and home location. More... | |
Class for building a mission path.
Steps to build mission path:
mission_polygon
Build mission path based on input points and home location.
points | List of (latitude, longitude) coordinates, input polygon provided by user |
home | (latitude, longitude) coordinate of the home location |