WO2021082396A1 - Unmanned aerial vehicle flight network modeling method based on low-altitude airspace restriction conditions - Google Patents

Unmanned aerial vehicle flight network modeling method based on low-altitude airspace restriction conditions Download PDF

Info

Publication number
WO2021082396A1
WO2021082396A1 PCT/CN2020/089918 CN2020089918W WO2021082396A1 WO 2021082396 A1 WO2021082396 A1 WO 2021082396A1 CN 2020089918 W CN2020089918 W CN 2020089918W WO 2021082396 A1 WO2021082396 A1 WO 2021082396A1
Authority
WO
WIPO (PCT)
Prior art keywords
airspace
dem
restricted
restricted airspace
elevation
Prior art date
Application number
PCT/CN2020/089918
Other languages
French (fr)
Chinese (zh)
Inventor
周龙
汤淼
Original Assignee
南京智慧航空研究院有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 南京智慧航空研究院有限公司 filed Critical 南京智慧航空研究院有限公司
Publication of WO2021082396A1 publication Critical patent/WO2021082396A1/en

Links

Images

Classifications

    • GPHYSICS
    • G08SIGNALLING
    • G08GTRAFFIC CONTROL SYSTEMS
    • G08G5/00Traffic control systems for aircraft, e.g. air-traffic control [ATC]
    • G08G5/003Flight plan management
    • GPHYSICS
    • G08SIGNALLING
    • G08GTRAFFIC CONTROL SYSTEMS
    • G08G5/00Traffic control systems for aircraft, e.g. air-traffic control [ATC]
    • G08G5/04Anti-collision systems

Definitions

  • the invention relates to the field of low-altitude airspace planning and management, and in particular to a drone flight network modeling method based on low-altitude airspace restriction conditions.
  • Low-altitude airspace is the activity space of various aircraft, especially UAVs. It is an objective condition closely related to the operation of UAVs. How to model and describe the low-altitude airspace, such as UAV situation monitoring, path planning, hazard warnings, etc. It is of great significance.
  • the modeling and description of the low-altitude airspace is mainly accompanied by the establishment of a two-dimensional plane model or a three-dimensional space model when solving the flight path planning problem, and there is no systematic modeling and description of the low-altitude airspace according to the restrictions of the airspace and terrain.
  • the present invention provides a UAV flight network modeling method based on the low-altitude airspace constraints, which is a useful tool for UAV management and control platforms. Build to provide theoretical support.
  • a UAV flight network modeling method based on low-altitude airspace restrictions First, extract the operating environment characteristic data of the low-altitude airspace, including terrain environment, restricted areas, dangerous areas, no-fly zones, clear areas and other airspace environments (hereinafter referred to as restrictions) Airspace), and then model the terrain and restricted airspace separately, including the following steps:
  • Step 1 Extract the feature elements of the terrain environment, and rasterize the terrain environment based on the digital elevation model, that is, divide the space area into the same square grid unit;
  • Step 2 Convert the latitude and longitude of the grid vertex coordinates into three-dimensional space coordinates, that is, from the geodetic coordinate system to the world coordinate system;
  • N is the radius of curvature of the circle of the ellipsoid of the earth
  • e is the first eccentricity of the ellipsoid
  • a is the semi-major axis of the earth
  • b is the semi-minor axis
  • a 6378137 ⁇ 2(m)
  • b 6356752.314 (m)
  • Step 3 Match its elevation value to the elevation value of the grid vertex based on the digital elevation model, and use the elevation interpolation method to calculate the elevation value of any point in the grid network.
  • the specific steps are as follows:
  • Step 4 Extract the environmental characteristic elements of restricted airspace and establish an air restricted area information database
  • Step 5 Construct a four-dimensional spatial element structure of the restricted airspace and rasterize the restricted airspace;
  • Step 6 Construct the topological network structure relationship between the track point and the restricted airspace. The specific steps are as follows:
  • Step 7 Establish a topological network structure relationship between flight segments and restricted airspace. The specific steps are as follows:
  • Flight segment This flight segment does not intersect with the restricted airspace ⁇ j;
  • Step 8 Construct a topological network structure relationship between restricted airspace and restricted airspace. The specific steps are as follows:
  • the digital elevation model described in step 1 is a grid structure spatial data model composed of the elevation values of divided regular grid points.
  • step 3 the method for calculating the height of the interpolation point K using the nearest neighbor interpolation method described in step 3 is:
  • step 3 the method for calculating the height of the interpolation point K using the bilinear interpolation method described in step 3 is:
  • dem K dem A +(dem B -dem A )x K +(dem C -dem A )y K +(dem A -dem C +dem D -dem B )x K y K
  • the four-dimensional space element described in step 5 is a space area that defines a horizontal boundary and a height boundary and the effective time range of the airspace.
  • UAV flight network modeling method based on low-altitude airspace restrictions is established, which can systematically describe terrain and airspace environmental restrictions.
  • the limiting factors are three-dimensionally rasterized, and the topological structure between track points, flight segments, and restricted airspace is constructed, which provides support for UAV flight path planning technology, UAV conflict early warning and conflict avoidance technology.
  • Figure 1 is a flow chart of UAV flight network modeling based on terrain and restricted airspace
  • Figure 2 is a grid model diagram with elevation
  • Figure 3 is a structural diagram of four-dimensional spatial elements in restricted airspace
  • Figure 4 is a flow chart for constructing the topological relationship between track points and restricted airspace
  • Figure 5 is a flow chart for constructing the topological relationship between flight segments and restricted airspace
  • Figure 6 is a flow chart for constructing the topological relationship between restricted airspace and restricted airspace.
  • the method for modeling a drone flight network based on low-altitude airspace constraints includes the following steps:
  • Step 1 Analyze the characteristic elements of the operating environment in the low-altitude airspace, including terrain environmental constraints and airspace environmental constraints; airspace environmental data can be obtained from the National Navigational Information Collection (NAIP);
  • NAIP National Navigational Information Collection
  • Step 2 Extract the feature elements of the terrain environment from the geographic information system
  • Step 3 rasterize the terrain environment based on the digital elevation model, that is, divide the space area into the same square grid cells;
  • Step 4 Extract the grid vertex coordinates according to the digital elevation model, and convert the latitude and longitude heights into three-dimensional space coordinates, that is, convert the geodetic coordinate system to the world coordinate system;
  • N is the radius of curvature of the circle of the ellipsoid of the earth
  • e is the first eccentricity of the ellipsoid
  • a is the semi-major axis of the earth
  • b is the semi-minor axis
  • a 6378137 ⁇ 2(m)
  • b 6356752.314 (m)
  • Step 5 Match the elevation value to the elevation value of the grid vertex based on the digital elevation model, and use the elevation interpolation method to calculate the elevation value of any point in the grid network:
  • dem K dem A +(dem B -dem A )x K +(dem C -dem A )y K +(dem A -dem C +dem D -dem B )x K y K
  • Step 6 Extract the environmental characteristic elements of restricted airspace and establish an air restricted area information database
  • Step 7 As shown in Figure 3, construct a four-dimensional spatial element structure of the restricted airspace, and rasterize the restricted airspace;
  • Step 8 As shown in Figure 4, construct the topological network structure relationship between the track point and the restricted airspace.
  • the specific steps are as follows:
  • Step 9 construct the topological network structure relationship between flight segments and restricted airspace.
  • the specific steps are as follows:
  • Step 10 construct the topological network structure relationship between restricted airspace and restricted airspace.
  • the specific steps are as follows:
  • the present invention establishes a UAV flight network modeling method based on low-altitude airspace restriction conditions. Aiming at the terrain restriction and airspace restriction issues in UAV flight path planning, the terrain environment and restricted airspace are respectively subjected to three-dimensional rasterization, Construct an elevation solution method for any point in the grid network, and construct the topological structure between track points, flight segments, and restricted airspace, so as to complete the modeling of the UAV's flight network limiting factors.

Landscapes

  • Engineering & Computer Science (AREA)
  • Aviation & Aerospace Engineering (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Navigation (AREA)
  • Processing Or Creating Images (AREA)

Abstract

An unmanned aerial vehicle flight network modeling method based on low-altitude airspace restriction conditions, used for performing modeling description on restriction factors of a low-altitude airspace, constructing a flight raster network of an unmanned aerial vehicle, and providing technical support for an unmanned aerial vehicle flight path planning technology and an unmanned aerial vehicle conflict early warning, warning and conflict avoidance technology. The method comprises: firstly, constructing a terrain environment raster network, rasterizing terrain environment restrictions based on a digital elevation model, and establishing an elevation solving method of an arbitrary point in the raster network; secondly, constructing an airspace restriction environment raster network, and establishing topological relationships between track points and restriction airspaces, between flight segments and the restriction airspaces, and between the restriction airspaces, so as to implement unmanned aerial vehicle flight network modeling based on the low-altitude airspace restriction conditions.

Description

基于低空空域限制条件的无人机飞行网络建模方法UAV flight network modeling method based on low-altitude airspace constraints 技术领域Technical field
本发明涉及低空空域规划及管理领域,尤其涉及一种基于低空空域限制条件的无人机飞行网络建模方法。The invention relates to the field of low-altitude airspace planning and management, and in particular to a drone flight network modeling method based on low-altitude airspace restriction conditions.
背景技术Background technique
随着我国低空空域的改革和逐步开放以及技术的快速发展,无人机的应用范围越来越广泛,已遍布全国各地以及各行各业,低空空域使用需求日趋旺盛,随之带来的一系列低空空域安全问题也备受关注,充分利用有限的低空资源、保证低空飞行的安全已成为亟待解决的重要课题。With the reform and gradual opening of my country's low-altitude airspace and the rapid development of technology, the application range of drones has become wider and wider, and it has spread throughout the country and all walks of life. The demand for low-altitude airspace is increasing, and a series of The safety of low-altitude airspace has also attracted much attention. Making full use of limited low-altitude resources and ensuring the safety of low-altitude flight has become an important issue to be solved urgently.
低空空域是各类航空器尤其是无人机的活动空间,是与无人机运行紧密相关的客观条件,如何对低空空域进行建模描述,对无人机态势监视、路径规划、危险预警告警等具有重要意义。目前,对低空空域的建模描述主要是伴随着解决飞行路径规划问题时建立一个二维平面模型或三维空间模型,并没有针对空域、地形的限制等系统地对低空空域进行建模描述。Low-altitude airspace is the activity space of various aircraft, especially UAVs. It is an objective condition closely related to the operation of UAVs. How to model and describe the low-altitude airspace, such as UAV situation monitoring, path planning, hazard warnings, etc. It is of great significance. At present, the modeling and description of the low-altitude airspace is mainly accompanied by the establishment of a two-dimensional plane model or a three-dimensional space model when solving the flight path planning problem, and there is no systematic modeling and description of the low-altitude airspace according to the restrictions of the airspace and terrain.
发明内容Summary of the invention
为建立完整完善无人机低空运行环境,切实有效地描述低空空域、地形的限制,本发明提供了一种基于低空空域限制条件的无人机飞行网络建模方法,为无人机管控平台的搭建提供理论支持。In order to establish a complete and perfect UAV low-altitude operating environment, and effectively describe the limitations of low-altitude airspace and terrain, the present invention provides a UAV flight network modeling method based on the low-altitude airspace constraints, which is a useful tool for UAV management and control platforms. Build to provide theoretical support.
为实现上述目的,本发明采用的技术方案如下:In order to achieve the above objectives, the technical solutions adopted by the present invention are as follows:
一种基于低空空域限制条件的无人机飞行网络建模方法,首先提取低空空域的运行环境特征数据,包括地形环境,限制区、危险区、禁飞区、净空区等空域环境(以下简称限制空域),然后对地形、限制空域分别建模描述,包括以下步骤:A UAV flight network modeling method based on low-altitude airspace restrictions. First, extract the operating environment characteristic data of the low-altitude airspace, including terrain environment, restricted areas, dangerous areas, no-fly zones, clear areas and other airspace environments (hereinafter referred to as restrictions) Airspace), and then model the terrain and restricted airspace separately, including the following steps:
步骤一、提取地形环境特征要素,基于数字高程模型对地形环境进行栅格化,即将空间区域划分成相同的正方形栅格单元;Step 1: Extract the feature elements of the terrain environment, and rasterize the terrain environment based on the digital elevation model, that is, divide the space area into the same square grid unit;
步骤二、将栅格顶点坐标经纬高转化为三维空间坐标,即从大地坐标系转化为世界坐标系;Step 2: Convert the latitude and longitude of the grid vertex coordinates into three-dimensional space coordinates, that is, from the geodetic coordinate system to the world coordinate system;
Figure PCTCN2020089918-appb-000001
Figure PCTCN2020089918-appb-000001
其中,N为地球椭球面卯酉圈的曲率半径,e为椭球的椭圆第一偏心率,a为地球长半轴,b为短半轴,a=6378137±2(m),b=6356752.314(m);Among them, N is the radius of curvature of the circle of the ellipsoid of the earth, e is the first eccentricity of the ellipsoid, a is the semi-major axis of the earth, b is the semi-minor axis, a=6378137±2(m), b=6356752.314 (m);
步骤三、基于数字高程模型将其高程数值匹配为栅格顶点的高程值,利用高程内 插法计算栅格网内任意点的高程值,具体步骤如下:Step 3. Match its elevation value to the elevation value of the grid vertex based on the digital elevation model, and use the elevation interpolation method to calculate the elevation value of any point in the grid network. The specific steps are as follows:
(1)判断选取插值点K与栅格顶点的关系;(1) Determine the relationship between the selected interpolation point K and the vertices of the grid;
(2)插值点K在栅格边界上时,采用最近邻插值法计算插值点高程;(2) When the interpolation point K is on the grid boundary, the nearest neighbor interpolation method is used to calculate the elevation of the interpolation point;
(3)插值点K在栅格边界内时,采用双线性内插法计算插值点高程。(3) When the interpolation point K is within the grid boundary, the bilinear interpolation method is used to calculate the height of the interpolation point.
步骤四、提取限制空域环境特征要素,建立空限制域信息数据库;Step 4: Extract the environmental characteristic elements of restricted airspace and establish an air restricted area information database;
步骤五、构建限制空域的四维空间要素结构,并将限制空域进行栅格化; Step 5. Construct a four-dimensional spatial element structure of the restricted airspace and rasterize the restricted airspace;
步骤六、构建航迹点与限制空域之间的拓扑网络结构关系,具体步骤如下:Step 6. Construct the topological network structure relationship between the track point and the restricted airspace. The specific steps are as follows:
(1)航迹点a i∈Ω j,此航迹点在限制空域Ω j内; (1) The track point a i ∈Ω j , this track point is in the restricted airspace Ω j ;
(2)航迹点
Figure PCTCN2020089918-appb-000002
此航迹点在限制空域Ω j外。
(2) Track point
Figure PCTCN2020089918-appb-000002
This track point is outside the restricted airspace Ω j .
步骤七、构建航段与限制空域之间的拓扑网络结构关系,具体步骤如下:Step 7: Establish a topological network structure relationship between flight segments and restricted airspace. The specific steps are as follows:
(1)航段
Figure PCTCN2020089918-appb-000003
此航段与限制空域Ω j不相交;
(1) Flight segment
Figure PCTCN2020089918-appb-000003
This flight segment does not intersect with the restricted airspace Ω j;
(2)航段
Figure PCTCN2020089918-appb-000004
此航段与限制空域Ω j相交。
(2) Flight segment
Figure PCTCN2020089918-appb-000004
This flight segment intersects the restricted airspace Ω j.
步骤八、构建限制空域与限制空域之间的拓扑网络结构关系,具体步骤如下: Step 8. Construct a topological network structure relationship between restricted airspace and restricted airspace. The specific steps are as follows:
(1)限制空域
Figure PCTCN2020089918-appb-000005
空域Ω i和空域Ω j不相交;
(1) Restricted airspace
Figure PCTCN2020089918-appb-000005
The airspace Ω i and the airspace Ω j do not intersect;
(2)限制空域
Figure PCTCN2020089918-appb-000006
空域Ω i和空域Ω j相交。
(2) Restricted airspace
Figure PCTCN2020089918-appb-000006
The airspace Ω i and the airspace Ω j intersect.
进一步的,步骤一所述的数字高程模型是由划分的规则栅格点的高程值构成的栅格结构空间数据模型。Further, the digital elevation model described in step 1 is a grid structure spatial data model composed of the elevation values of divided regular grid points.
进一步的,步骤三所述的采用最近邻插值法计算插值点K高程的方法为:Further, the method for calculating the height of the interpolation point K using the nearest neighbor interpolation method described in step 3 is:
Figure PCTCN2020089918-appb-000007
Figure PCTCN2020089918-appb-000007
进一步的,步骤三所述的采用双线性内插法计算插值点K高程的方法为:Further, the method for calculating the height of the interpolation point K using the bilinear interpolation method described in step 3 is:
dem K=dem A+(dem B-dem A)x K+(dem C-dem A)y K+(dem A-dem C+dem D-dem B)x Ky K dem K = dem A +(dem B -dem A )x K +(dem C -dem A )y K +(dem A -dem C +dem D -dem B )x K y K
进一步的,步骤五所述的四维空间要素为限定了水平边界和高度边界的空间区域以及该空域的有效时间范围。Further, the four-dimensional space element described in step 5 is a space area that defines a horizontal boundary and a height boundary and the effective time range of the airspace.
本发明具有以下有益的技术效果:The present invention has the following beneficial technical effects:
针对无人机飞行路径规划中的地形限制和空域限制问题,建立了一种基于低空空域限制条件的无人机飞行网络建模方法,能够系统性的对地形环境限制和空域环境限制进行描述,将限制因素进行三维栅格化,并构建了航迹点、航段、限制空域之间的拓扑结构,为无人机飞行路径规划技术、无人机冲突预警告警及冲突规避技术提供了支持。Aiming at the terrain restrictions and airspace restrictions in UAV flight path planning, a UAV flight network modeling method based on low-altitude airspace restrictions is established, which can systematically describe terrain and airspace environmental restrictions. The limiting factors are three-dimensionally rasterized, and the topological structure between track points, flight segments, and restricted airspace is constructed, which provides support for UAV flight path planning technology, UAV conflict early warning and conflict avoidance technology.
附图说明Description of the drawings
图1为基于地形和限制空域的无人机飞行网络建模流程图;Figure 1 is a flow chart of UAV flight network modeling based on terrain and restricted airspace;
图2为具有高程的栅格模型图;Figure 2 is a grid model diagram with elevation;
图3为限制空域的四维空间要素结构图;Figure 3 is a structural diagram of four-dimensional spatial elements in restricted airspace;
图4为航迹点与限制空域的拓扑关系构建流程图;Figure 4 is a flow chart for constructing the topological relationship between track points and restricted airspace;
图5为航段与限制空域的拓扑关系构建流程图;Figure 5 is a flow chart for constructing the topological relationship between flight segments and restricted airspace;
图6为限制空域与限制空域的拓扑关系构建流程图。Figure 6 is a flow chart for constructing the topological relationship between restricted airspace and restricted airspace.
具体实施方式Detailed ways
为了使发明的目的、技术方案更加清楚明白,以下结合附图及实施例,对本发明做进一步的详细说明。应当理解,此处所描述的具体实施例仅仅用以解释本发明,并不用于限定本发明。In order to make the objectives and technical solutions of the invention clearer, the following further describes the invention in detail with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described here are only used to explain the present invention, but not to limit the present invention.
下面通过附图和实施例,对本发明的技术方案做进一步的详细描述:The technical solutions of the present invention will be further described in detail below through the accompanying drawings and embodiments:
如图1所示,本发明实施例提供的基于低空空域限制条件的无人机飞行网络建模方法,包括以下步骤:As shown in Figure 1, the method for modeling a drone flight network based on low-altitude airspace constraints provided by an embodiment of the present invention includes the following steps:
步骤一、分析低空空域运行环境特征要素,包括地形环境限制和空域环境限制;空域环境数据可从《国内航行资料汇编(NAIP)》中获取;Step 1: Analyze the characteristic elements of the operating environment in the low-altitude airspace, including terrain environmental constraints and airspace environmental constraints; airspace environmental data can be obtained from the National Navigational Information Collection (NAIP);
步骤二、从地理信息系统中提取地形环境特征要素;Step 2: Extract the feature elements of the terrain environment from the geographic information system;
步骤三、如图2所示,基于数字高程模型对地形环境进行栅格化,即将空间区域划分成相同的正方形栅格单元;Step 3. As shown in Figure 2, rasterize the terrain environment based on the digital elevation model, that is, divide the space area into the same square grid cells;
步骤四、根据数字高程模型提取将栅格顶点坐标,并经纬高转化为三维空间坐标,即从大地坐标系转化为世界坐标系;Step 4: Extract the grid vertex coordinates according to the digital elevation model, and convert the latitude and longitude heights into three-dimensional space coordinates, that is, convert the geodetic coordinate system to the world coordinate system;
Figure PCTCN2020089918-appb-000008
Figure PCTCN2020089918-appb-000008
其中,N为地球椭球面卯酉圈的曲率半径,e为椭球的椭圆第一偏心率,a为地球长半轴,b为短半轴,a=6378137±2(m),b=6356752.314(m);Among them, N is the radius of curvature of the circle of the ellipsoid of the earth, e is the first eccentricity of the ellipsoid, a is the semi-major axis of the earth, b is the semi-minor axis, a=6378137±2(m), b=6356752.314 (m);
步骤五、基于数字高程模型将其高程数值匹配为栅格顶点的高程值,利用高程内插法计算栅格网内任意点的高程值:Step 5. Match the elevation value to the elevation value of the grid vertex based on the digital elevation model, and use the elevation interpolation method to calculate the elevation value of any point in the grid network:
(1)先提取栅格四个顶点坐标A(x i,y j,dem A)、B(x i,y j+1,dem B)、C(x i+1,y j,dem C)、D(x i+1,y j+1,dem D),其高程值分别为dem A、dem B、dem C、dem D(1) First extract the coordinates of the four vertices of the grid A (x i , y j , dem A ), B (x i , y j+1 , dem B ), C (x i+1 , y j , dem C ) , D(x i+1 , y j+1 , dem D ), and their elevation values are dem A , dem B , dem C , and dem D respectively ;
(2)插值点K在栅格边界上时,采用最近邻插值法计算插值点高程dem K(2) When the interpolation point K is on the grid boundary, the nearest neighbor interpolation method is used to calculate the interpolation point elevation dem K :
Figure PCTCN2020089918-appb-000009
Figure PCTCN2020089918-appb-000009
(3)插值点K在栅格边界内时,采用双线性内插法计算插值点高程dem K(3) When the interpolation point K is within the grid boundary, the bilinear interpolation method is used to calculate the interpolation point elevation dem K :
dem K=dem A+(dem B-dem A)x K+(dem C-dem A)y K+(dem A-dem C+dem D-dem B)x Ky K dem K = dem A +(dem B -dem A )x K +(dem C -dem A )y K +(dem A -dem C +dem D -dem B )x K y K
步骤六、提取限制空域环境特征要素,建立空限制域信息数据库;Step 6. Extract the environmental characteristic elements of restricted airspace and establish an air restricted area information database;
步骤七、如图3所示,构建限制空域的四维空间要素结构,并将限制空域进行栅格化;Step 7. As shown in Figure 3, construct a four-dimensional spatial element structure of the restricted airspace, and rasterize the restricted airspace;
步骤八、如图4所示,构建航迹点与限制空域之间的拓扑网络结构关系,具体步骤如下: Step 8. As shown in Figure 4, construct the topological network structure relationship between the track point and the restricted airspace. The specific steps are as follows:
(1)获取航迹点a i坐标和限制空域Ω j数据,其中Ω j={a 1,a 2,...,a n}; (1) Obtain the coordinates of the track point a i and the restricted airspace Ω j data, where Ω j = {a 1 , a 2 ,..., a n };
(2)航迹点a i∈Ω j,此航迹点在限制空域Ω j内; (2) The track point a i ∈Ω j , this track point is in the restricted airspace Ω j ;
(3)航迹点
Figure PCTCN2020089918-appb-000010
此航迹点在限制空域Ω j外。
(3) Track point
Figure PCTCN2020089918-appb-000010
This track point is outside the restricted airspace Ω j .
步骤九、如图5所示,构建航段与限制空域之间的拓扑网络结构关系,具体步骤如下:Step 9. As shown in Figure 5, construct the topological network structure relationship between flight segments and restricted airspace. The specific steps are as follows:
(1)获取航段A i数据和限制空域Ω j数据,其中A i={a m,a m+1,...,a k},Ω j={a 1,a 2,...,a n}; (1) Obtain air segment A i data and restricted airspace Ω j data, where A i = {a m , a m+1 ,..., a k }, Ω j = {a 1 , a 2 ,... , A n };
(2)航段
Figure PCTCN2020089918-appb-000011
此航段与限制空域Ω j不相交;
(2) Flight segment
Figure PCTCN2020089918-appb-000011
This flight segment does not intersect with the restricted airspace Ω j;
(3)航段
Figure PCTCN2020089918-appb-000012
此航段与限制空域Ω j相交。
(3) Flight segment
Figure PCTCN2020089918-appb-000012
This flight segment intersects the restricted airspace Ω j.
步骤十、如图6所示,构建限制空域与限制空域之间的拓扑网络结构关系,具体步骤如下:Step 10. As shown in Figure 6, construct the topological network structure relationship between restricted airspace and restricted airspace. The specific steps are as follows:
(1)获取限制空域Ω i数据和限制空域Ω j数据,其中Ω i={a p,a p+1,...,a q},Ω j={a 1,a 2,...,a n}; (1) Obtain restricted airspace Ω i data and restricted airspace Ω j data, where Ω i = {a p , a p+1 ,..., a q }, Ω j = {a 1 , a 2 ,... , A n };
(2)限制空域
Figure PCTCN2020089918-appb-000013
空域Ω i和空域Ω j不相交;
(2) Restricted airspace
Figure PCTCN2020089918-appb-000013
The airspace Ω i and the airspace Ω j do not intersect;
(3)限制空域
Figure PCTCN2020089918-appb-000014
空域Ω i和空域Ω j相交。
(3) Restricted airspace
Figure PCTCN2020089918-appb-000014
The airspace Ω i and the airspace Ω j intersect.
本发明建立了一种基于低空空域限制条件的无人机飞行网络建模方法,针对无人机飞行路径规划中的地形限制和空域限制问题,将地形环境和限制空域分别进行三维栅格化,针对栅格网中的任意点构建高程求解方法,并构建航迹点、航段、限制空域之间的拓扑结构,从而完成无人机的飞行网络限制因素建模。The present invention establishes a UAV flight network modeling method based on low-altitude airspace restriction conditions. Aiming at the terrain restriction and airspace restriction issues in UAV flight path planning, the terrain environment and restricted airspace are respectively subjected to three-dimensional rasterization, Construct an elevation solution method for any point in the grid network, and construct the topological structure between track points, flight segments, and restricted airspace, so as to complete the modeling of the UAV's flight network limiting factors.
以上实施例仅为说明本发明的技术思想,不能以此限定本发明的保护范围,凡在本发明技术方案基础上所做的任何改动,均落入本发明保护范围之内。The above embodiments are only to illustrate the technical ideas of the present invention, and cannot be used to limit the protection scope of the present invention. Any changes made on the basis of the technical solutions of the present invention fall into the protection scope of the present invention.

Claims (5)

  1. 一种基于低空空域限制条件的无人机飞行网络建模方法,其特征在于,低空空域限制条件包括地形环境限制,限制区、危险区、禁飞区、净空区等空域环境限制。所述的基于低空空域限制条件的无人机飞行网络建模方法,包括以下步骤:An unmanned aerial vehicle flight network modeling method based on low-altitude airspace restriction conditions is characterized in that the low-altitude airspace restriction conditions include terrain environmental restrictions, restricted areas, dangerous areas, no-fly zones, clear areas and other airspace environmental restrictions. The described UAV flight network modeling method based on low-altitude airspace restrictions includes the following steps:
    步骤一、提取地形环境特征要素,基于数字高程模型对地形环境进行栅格化,即将空间区域划分成相同的正方形栅格单元;Step 1: Extract the feature elements of the terrain environment, and rasterize the terrain environment based on the digital elevation model, that is, divide the space area into the same square grid unit;
    步骤二、将栅格顶点坐标经纬高转化为三维空间坐标,即从大地坐标系转化为世界坐标系;Step 2: Convert the latitude and longitude of the grid vertex coordinates into three-dimensional space coordinates, that is, from the geodetic coordinate system to the world coordinate system;
    步骤三、基于数字高程模型将其高程数值匹配为栅格顶点的高程值,利用高程内插法计算栅格网内任意点的高程值;Step 3: Match the elevation value to the elevation value of the grid vertex based on the digital elevation model, and use the elevation interpolation method to calculate the elevation value of any point in the grid network;
    步骤四、提取限制空域环境特征要素,建立空限制域信息数据库;Step 4. Extract the environmental characteristic elements of restricted airspace and establish an air restricted area information database;
    步骤五、构建限制空域的四维空间要素结构,并将限制空域进行栅格化;Step 5. Construct a four-dimensional spatial element structure of the restricted airspace and rasterize the restricted airspace;
    步骤六、构建航迹点与限制空域之间的拓扑网络结构关系;Step 6. Construct a topological network structure relationship between the track point and the restricted airspace;
    步骤七、构建航段与限制空域之间的拓扑网络结构关系;Step 7: Establish a topological network structure relationship between flight segments and restricted airspace;
    步骤八、构建限制空域与限制空域之间的拓扑网络结构关系。Step 8. Construct a topological network structure relationship between restricted airspace and restricted airspace.
  2. 权利要求1所述的基于数字高程模型将其高程数值匹配为栅格顶点的高程值,利用高程内插法计算栅格网内任意点的高程值,其特征在于,具体步骤如下:The digital elevation model based on claim 1 matches its elevation value to the elevation value of the grid vertex, and uses the elevation interpolation method to calculate the elevation value of any point in the grid network, characterized in that the specific steps are as follows:
    (1)先提取栅格四个顶点坐标A(x i,y j,dem A)、B(x i,y j+1,dem B)、C(x i+1,y j,dem C)、D(x i+1,y j+1,dem D),其高程值分别为dem A、dem B、dem C、dem D(1) First extract the coordinates of the four vertices of the grid A (x i , y j , dem A ), B (x i , y j+1 , dem B ), C (x i+1 , y j , dem C ) , D(x i+1 , y j+1 , dem D ), and their elevation values are dem A , dem B , dem C , and dem D respectively ;
    (2)插值点K在栅格边界上时,采用最近邻插值法计算插值点高程dem K(2) When the interpolation point K is on the grid boundary, the nearest neighbor interpolation method is used to calculate the interpolation point elevation dem K :
    Figure PCTCN2020089918-appb-100001
    Figure PCTCN2020089918-appb-100001
    (3)插值点K在栅格边界内时,采用双线性内插法计算插值点高程dem K:dem K=dem A+(dem B-dem A)x K+(dem C-dem A)y K+(dem A-dem C+dem D-dem B)x Ky K (3) When the interpolation point K is within the grid boundary, the bilinear interpolation method is used to calculate the interpolation point elevation dem K : dem K = dem A + (dem B- dem A ) x K + (dem C- dem A ) y K +(dem A -dem C +dem D -dem B )x K y K
  3. 权利要求1所述的构建航迹点与限制空域之间的拓扑网络结构关系方法,其特征在于,具体步骤如下:The method for constructing a topological network structure relationship between a track point and a restricted airspace according to claim 1, wherein the specific steps are as follows:
    (1)获取航迹点a i坐标和限制空域Ω j数据,其中Ω j={a 1,a 2,...,a n}; (1) Obtain the coordinates of the track point a i and the restricted airspace Ω j data, where Ω j = {a 1 , a 2 ,..., a n };
    (2)航迹点a i∈Ω j,此航迹点在限制空域Ω j内; (2) The track point a i ∈Ω j , this track point is in the restricted airspace Ω j ;
    (3)航迹点
    Figure PCTCN2020089918-appb-100002
    此航迹点在限制空域Ω j外。
    (3) Track point
    Figure PCTCN2020089918-appb-100002
    This track point is outside the restricted airspace Ω j .
  4. 权利要求1所述的构建航段与限制空域之间的拓扑网络结构关系方法,其特征在于,具体步骤如下:The method for constructing a topological network structure relationship between flight segments and restricted airspace according to claim 1, wherein the specific steps are as follows:
    (1)获取航段A i数据和限制空域Ω j数据,其中A i={a m,a m+1,...,a k),Ω j={a 1,a 2,..., a n}; (1) Obtain air segment A i data and restricted airspace Ω j data, where A i ={a m , a m+1 ,..., a k ), Ω j ={a 1 , a 2 ,... , A n };
    (2)航段
    Figure PCTCN2020089918-appb-100003
    此航段与限制空域Ω j不相交;
    (2) Flight segment
    Figure PCTCN2020089918-appb-100003
    This flight segment does not intersect with the restricted airspace Ω j;
    (3)航段
    Figure PCTCN2020089918-appb-100004
    此航段与限制空域Ω j相交。
    (3) Flight segment
    Figure PCTCN2020089918-appb-100004
    This flight segment intersects the restricted airspace Ω j.
  5. 权利要求1所述的构建限制空域与限制空域之间的拓扑网络结构关系方法,其特征在于,具体步骤如下:The method for constructing a topological network structure relationship between restricted airspace and restricted airspace according to claim 1, wherein the specific steps are as follows:
    (1)获取限制空域Ω i数据和限制空域Ω j数据,其中Ω i={a p,a p+1,...,a q},Ω j={a 1,a 2,...,a n}; (1) Obtain restricted airspace Ω i data and restricted airspace Ω j data, where Ω i = {a p , a p+1 ,..., a q }, Ω j = {a 1 , a 2 ,... , A n };
    (2)限制空域
    Figure PCTCN2020089918-appb-100005
    空域Ω i和空域Ω j不相交;
    (2) Restricted airspace
    Figure PCTCN2020089918-appb-100005
    The airspace Ω i and the airspace Ω j do not intersect;
    (3)限制空域
    Figure PCTCN2020089918-appb-100006
    空域Ω i和空域Ω j相交。
    (3) Restricted airspace
    Figure PCTCN2020089918-appb-100006
    The airspace Ω i and the airspace Ω j intersect.
PCT/CN2020/089918 2019-11-01 2020-05-13 Unmanned aerial vehicle flight network modeling method based on low-altitude airspace restriction conditions WO2021082396A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201911057825.6 2019-11-01
CN201911057825.6A CN110782708A (en) 2019-11-01 2019-11-01 Unmanned aerial vehicle flight network modeling method based on low-altitude airspace limiting conditions

Publications (1)

Publication Number Publication Date
WO2021082396A1 true WO2021082396A1 (en) 2021-05-06

Family

ID=69388487

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/089918 WO2021082396A1 (en) 2019-11-01 2020-05-13 Unmanned aerial vehicle flight network modeling method based on low-altitude airspace restriction conditions

Country Status (2)

Country Link
CN (1) CN110782708A (en)
WO (1) WO2021082396A1 (en)

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110782708A (en) * 2019-11-01 2020-02-11 南京智慧航空研究院有限公司 Unmanned aerial vehicle flight network modeling method based on low-altitude airspace limiting conditions
CN111477034B (en) * 2020-03-16 2021-01-29 中国电子科技集团公司第二十八研究所 Large-scale airspace use plan conflict detection and release method based on grid model
CN111854754B (en) * 2020-06-19 2023-01-24 北京三快在线科技有限公司 Unmanned aerial vehicle route planning method and device, unmanned aerial vehicle and storage medium
CN112509381B (en) * 2020-10-16 2022-03-11 广州飞图信息科技有限公司 Visual display method and device for unmanned aerial vehicle route signal blind area
CN112215189A (en) * 2020-10-21 2021-01-12 南京智慧航空研究院有限公司 Accurate detecting system for illegal building
CN112859930B (en) * 2021-04-23 2021-07-16 泰瑞数创科技(北京)有限公司 Optimal path planning method based on three-dimensional low-altitude visual flight
CN113784284B (en) * 2021-09-01 2024-07-19 中国航空工业集团公司西安飞行自动控制研究所 Fixed wing unmanned aerial vehicle electronic fence avoidance method
CN114676592B (en) * 2022-04-18 2023-04-18 北京大唐永盛科技发展有限公司 Low-altitude flight gridding management method
CN115795698B (en) * 2023-01-31 2023-04-25 中国电子科技集团公司第二十八研究所 Method and system for analyzing utilization rate of outer trajectory low-altitude airspace
CN115810087A (en) * 2023-01-31 2023-03-17 中国电子科技集团公司第二十八研究所 Low-altitude space domain use conflict detection method based on multi-scale space grid
CN116978261B (en) * 2023-09-25 2024-04-09 粤港澳大湾区数字经济研究院(福田) Space-time resource and space-time process management system and flight scheduling method
CN118464016B (en) * 2024-07-09 2024-10-25 中科星图智慧科技有限公司 Method and device for planning flight route of low-altitude airspace aircraft

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1065470A1 (en) * 1999-06-30 2001-01-03 Gia Min-Chung A path planning, terrain avoidance and situation awareness system for general aviation
CN201918032U (en) * 2010-12-31 2011-08-03 同济大学 Low-altitude flying anti-collision device of aircraft
CN103528586A (en) * 2013-10-31 2014-01-22 中国航天时代电子公司 Sailing planning algorithm design based on grid failure
CN105551310A (en) * 2015-12-02 2016-05-04 上海航空电器有限公司 Foresight early warning fast addressing method on the basis of terrain database
CN106297417A (en) * 2016-09-27 2017-01-04 南京航空航天大学 A kind of unmanned plane during flying service and supervisory systems and method
CN108958288A (en) * 2018-07-26 2018-12-07 杭州瓦屋科技有限公司 Low latitude operation UAV system and its path planning method based on geography information
CN109035869A (en) * 2017-07-26 2018-12-18 广州极飞科技有限公司 The generation method and device in unmanned plane course line
CN110108284A (en) * 2019-05-24 2019-08-09 西南交通大学 A kind of quick planing method of no-manned plane three-dimensional track for taking complex environment constraint into account
CN110207708A (en) * 2019-06-25 2019-09-06 重庆邮电大学 A kind of unmanned aerial vehicle flight path device for planning and method
CN110782708A (en) * 2019-11-01 2020-02-11 南京智慧航空研究院有限公司 Unmanned aerial vehicle flight network modeling method based on low-altitude airspace limiting conditions

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103226899B (en) * 2013-03-19 2015-12-23 北京工业大学 Based on the space domain sector method for dynamically partitioning of air traffic feature
CN104238377B (en) * 2014-09-30 2017-01-25 中国航天空气动力技术研究院 Low-altitude flight simulation method for airborne geophysical prospecting of unmanned aerial vehicle
US9834306B2 (en) * 2016-02-09 2017-12-05 Abdullah Almasoud Emergency unmanned aerial vehicle and method for deploying an unmanned aerial vehicle

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1065470A1 (en) * 1999-06-30 2001-01-03 Gia Min-Chung A path planning, terrain avoidance and situation awareness system for general aviation
CN201918032U (en) * 2010-12-31 2011-08-03 同济大学 Low-altitude flying anti-collision device of aircraft
CN103528586A (en) * 2013-10-31 2014-01-22 中国航天时代电子公司 Sailing planning algorithm design based on grid failure
CN105551310A (en) * 2015-12-02 2016-05-04 上海航空电器有限公司 Foresight early warning fast addressing method on the basis of terrain database
CN106297417A (en) * 2016-09-27 2017-01-04 南京航空航天大学 A kind of unmanned plane during flying service and supervisory systems and method
CN109035869A (en) * 2017-07-26 2018-12-18 广州极飞科技有限公司 The generation method and device in unmanned plane course line
CN108958288A (en) * 2018-07-26 2018-12-07 杭州瓦屋科技有限公司 Low latitude operation UAV system and its path planning method based on geography information
CN110108284A (en) * 2019-05-24 2019-08-09 西南交通大学 A kind of quick planing method of no-manned plane three-dimensional track for taking complex environment constraint into account
CN110207708A (en) * 2019-06-25 2019-09-06 重庆邮电大学 A kind of unmanned aerial vehicle flight path device for planning and method
CN110782708A (en) * 2019-11-01 2020-02-11 南京智慧航空研究院有限公司 Unmanned aerial vehicle flight network modeling method based on low-altitude airspace limiting conditions

Also Published As

Publication number Publication date
CN110782708A (en) 2020-02-11

Similar Documents

Publication Publication Date Title
WO2021082396A1 (en) Unmanned aerial vehicle flight network modeling method based on low-altitude airspace restriction conditions
JP6727269B2 (en) Aircraft recognition display
CN109357685B (en) Method and device for generating navigation network and storage medium
US10410403B1 (en) Three-dimensional voxel mapping
JP2019204513A (en) Display of landform along flight path
CN113776534B (en) Unmanned aerial vehicle three-dimensional time-varying airspace navigation method based on three-dimensional subdivision grid
JP2016534468A5 (en)
US9389082B2 (en) System and method for automatic generation of aerodrome surface movement models
KR102567800B1 (en) Drone used 3d mapping method
CN113950063B (en) Wireless communication network networking method, wireless communication network networking device, computer equipment and storage medium
Bulusu et al. Capacity estimation for low altitude airspace
Ab Rahman et al. Applications of Drones in Emerging Economies: A case study of Malaysia
CN115903879A (en) Unmanned aerial vehicle track planning method based on terrain data interpolation technology
CN114175099A (en) Quad-tree terrain data compression using distance-based pruning
JP2022169449A (en) Controlling of air vehicle to move along air corridor based on trained air corridor model
KR20220163227A (en) Drone used 3d mapping method
Chan et al. Wind dynamic and energy-efficiency path planning for unmanned aerial vehicles in the lower-level airspace and urban air mobility context
KR102525519B1 (en) Drone used 3d mapping method
CN118212361A (en) Three-dimensional modeling method and device for hydropower station, storage medium and electronic device
Wu et al. A non-rigid hierarchical discrete grid structure and its application to UAVs conflict detection and path planning
KR102488553B1 (en) Drone used 3d mapping method
CN116959296B (en) Aircraft flight conflict detection method, device and system
KR102012361B1 (en) Method and apparatus for providing digital moving map service for safe navigation of unmanned aerial vehicle
Dai et al. Accessibility analysis of unmanned aerial vehicles near airports with a four-dimensional airspace management concept
Cicibas et al. Comparison of 3D versus 4D path planning for unmanned aerial vehicles.

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20880450

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20880450

Country of ref document: EP

Kind code of ref document: A1

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM1205A DATED 12/01/2023)

122 Ep: pct application non-entry in european phase

Ref document number: 20880450

Country of ref document: EP

Kind code of ref document: A1