typedef struct WaypointV2 { /*! waypoint position rela...
Completed
typedef struct WaypointV2
{
/*! waypoint position relative to WayPointV2InitSettings's reference point
* unit: m
*/
float64_t longitude;
float64_t latitude;
这里的 reference point 的定义在哪里,是不是不能直接用 wgs84 的坐标去进行设置?
Please sign in to leave a comment.
Comments
1 comment