WO2017211029A1 - Method and device for planning flight path for unmanned aerial vehicle - Google Patents

Method and device for planning flight path for unmanned aerial vehicle Download PDF

Info

Publication number
WO2017211029A1
WO2017211029A1 PCT/CN2016/102115 CN2016102115W WO2017211029A1 WO 2017211029 A1 WO2017211029 A1 WO 2017211029A1 CN 2016102115 W CN2016102115 W CN 2016102115W WO 2017211029 A1 WO2017211029 A1 WO 2017211029A1
Authority
WO
WIPO (PCT)
Prior art keywords
waypoint
waypoints
information
coordinate information
arc
Prior art date
Application number
PCT/CN2016/102115
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 WO2017211029A1 publication Critical patent/WO2017211029A1/en

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05DSYSTEMS FOR CONTROLLING OR REGULATING NON-ELECTRIC VARIABLES
    • G05D1/00Control of position, course, altitude or attitude of land, water, air or space vehicles, e.g. using automatic pilots
    • G05D1/10Simultaneous control of position or course in three dimensions
    • G05D1/101Simultaneous control of position or course in three dimensions specially adapted for aircraft
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05DSYSTEMS FOR CONTROLLING OR REGULATING NON-ELECTRIC VARIABLES
    • G05D1/00Control of position, course, altitude or attitude of land, water, air or space vehicles, e.g. using automatic pilots

Definitions

  • the present disclosure relates to drone technology, for example, to a drone flight path planning method and apparatus.
  • UAVs generally use a straight-line flight method when flying on a route, that is, after selecting GPS waypoints on the route (such as A, B, C, D, E, etc.), the drone starts from A, and then Go to B, then to C, and so on, to complete the automatic flight of all marked waypoints by way of a straight flight between waypoints and waypoints.
  • GPS waypoints on the route such as A, B, C, D, E, etc.
  • the drawback of the above-mentioned drone's straight flight mode between waypoints is that it is only suitable for open space and cannot be used in complex environments; in the process of building a building using a drone, if the shape of the building is round The shape or irregular shape is limited by the working distance of the scanning device. It cannot realize the scanning of the building within the effective range, and the flying distance is long during the flight of the drone, and the electric energy consumed is too much, resulting in the drone. The effective working hours for performing tasks are greatly reduced.
  • the present disclosure provides a UAV flight path planning method and apparatus, so that the UAV can complete the flight task more safely and efficiently, and improve the adaptability of the UAV to perform tasks in a complex environment.
  • an embodiment of the present disclosure provides a method for planning a flight path of a drone, including:
  • the coordinate information of the waypoint and the subdivided waypoint is taken as a flight path of the drone.
  • the method further includes: receiving height information corresponding to the waypoint input by the user;
  • the coordinate information includes longitude information, latitude information, and altitude information.
  • determining an equation including an arc of the waypoint according to coordinate information of the waypoint includes:
  • the waypoints are grouped in order, wherein each group includes three waypoints, and the equations of the arcs corresponding to the waypoints corresponding to each group of waypoints are respectively determined according to the coordinate information of the waypoints in each group.
  • the method further includes:
  • the user's selection operation is monitored, and the waypoint selected by the user is set as the connected waypoint, and the flight paths of the two adjacent connected waypoints are set as straight lines.
  • determining an equation including an arc of the waypoint according to coordinate information of the waypoint includes:
  • a coordinate system in which the takeoff point of the drone is zero is established, the coordinate information of the waypoint is mapped to a point in the coordinate system, and an equation of the arc including the waypoint is determined in the coordinate system.
  • an embodiment of the present disclosure further provides a UAV flight path planning apparatus, including:
  • a waypoint receiving module configured to receive a waypoint input by the user
  • An arc calculation module configured to determine an equation including an arc of the waypoint according to coordinate information of the waypoint, where the coordinate information includes longitude information and latitude information;
  • a waypoint subdivision module is configured to subdivide the waypoint according to the equation of the arc and the coordinate information of the waypoint to obtain coordinate information of the subdivided waypoint;
  • the flight path determining module is configured to use coordinate information of the waypoint and the subdivided waypoint as a flight path of the drone.
  • the waypoint receiving module is further configured to: receive height information corresponding to the waypoint input by the user;
  • the coordinate information includes longitude information, latitude information, and altitude information.
  • the arc calculation module is set to:
  • the waypoints are grouped in order, wherein each group includes three waypoints, and the equations of the arcs corresponding to the waypoints corresponding to each group of waypoints are respectively determined according to the coordinate information of the waypoints in each group.
  • the waypoint receiving module is further configured to:
  • the user's selection operation is monitored, and the waypoint selected by the user is set as the connected waypoint, and the flight paths of the two adjacent connected waypoints are set as straight lines.
  • the arc calculation module is set to:
  • a coordinate system in which the takeoff point of the drone is zero is established, the coordinate information of the waypoint is mapped to a point in the coordinate system, and an equation of the arc including the waypoint is determined in the coordinate system.
  • the present disclosure determines an equation including an arc of the waypoint according to the coordinate information of the waypoint by receiving a waypoint input by the user, the coordinate information including longitude information and latitude information, according to the equation and the arc of the arc
  • the coordinate information of the waypoint is subdivided to obtain the coordinate information of the subdivided waypoint, and the coordinate information of the waypoint and the subdivided waypoint is taken as the flight path of the drone, and the correlation is solved.
  • the technical UAV flight path planning scheme is only applicable to the open space, can not be applied to complex environments and has a long flight distance during the flight of the drone, consumes more electric energy, and has a short effective working time.
  • FIG. 1 is a flowchart of a method for planning a flight path of a drone according to Embodiment 1 of the present disclosure
  • FIG. 2 is a schematic diagram showing a flight path planning method in the prior art
  • FIG. 3 is a schematic diagram of a method for planning a flight path of a drone according to Embodiment 1 of the present disclosure
  • FIG. 4 is a schematic diagram of a UAV flight path planning method according to Embodiment 2 of the present disclosure.
  • FIG. 5 is a flowchart of a method for planning a flight path of a drone according to Embodiment 3 of the present disclosure
  • FIG. 6 is a schematic diagram of a UAV flight path planning method according to Embodiment 3 of the present disclosure.
  • FIG. 7 is a flowchart of a method for planning a flight path of a drone according to Embodiment 4 of the present disclosure
  • FIG. 8 is a schematic diagram of a UAV flight path planning method according to Embodiment 4 of the present disclosure.
  • FIG. 9 is a structural diagram of an unmanned aerial vehicle flight path planning apparatus according to Embodiment 5 of the present disclosure.
  • FIG. 1 is a flowchart of a method for planning a flight path of a drone according to Embodiment 1 of the present disclosure.
  • the present embodiment is applicable to a situation in which an aerial camera or a building is scanned during a take-off flight of a drone, and the method may be
  • a computing device such as a tablet, mobile phone, or computer, is executed, including the following steps. Step:
  • Step 101 Receive a waypoint input by a user.
  • the waypoint represents the point that the drone needs to pass during the flight
  • the flight path of the drone can be set by setting the waypoint.
  • a plurality of waypoints are first set, and then the drone performs a straight flight along each waypoint.
  • FIG. 2 shows a schematic diagram of a flight path planning method in the prior art. As shown in Figure 2, suppose the drone needs to fly around the circular area on the way. First, the user inputs three waypoints A, B, and C. Then the drone has A straight line to B, and then B straight line to C. Then fly straight from C to A.
  • the manner in which the user inputs the waypoint may be directly marked in the software on the ground side, and the ground end software is dedicated software developed for the drone, and the software integrates the Google Earth database plug-in, such as in Google.
  • the Google Earth database plug-in such as in Google.
  • the map plug-in by clicking the location in the map as the waypoint of the drone, the user can manually input the location information of the waypoint, such as inputting latitude and longitude.
  • Step 102 Determine an equation including an arc of the waypoint according to coordinate information of the waypoint, where the coordinate information includes longitude information and latitude information.
  • FIG. 3 is a schematic diagram of a UAV flight path planning method according to Embodiment 1 of the present disclosure.
  • three waypoints A1, B1 and C1 are marked in the figure.
  • the circular area in the middle is the area where the drone needs to be photographed by flying.
  • the arc determined according to A1, B1 and C1 is the circle of the outer ring.
  • the coordinate information includes longitude information and latitude information, that is, the arcs of the A1 to B1, B1 and then C1, C1 and then A1 can be obtained by the respective longitude and latitude coordinates of A1, B1 and C1.
  • Step 103 Subdivide the waypoint according to the equation of the arc and the coordinate information of the waypoint to obtain coordinate information of the segmented waypoint.
  • the arcs covering the waypoints are added, and the segmentation waypoints are added between the waypoints.
  • a plurality of navigations are subdivided between A1, B1 and C1. point.
  • the point spacing size depends on the size of the specific arc radians.
  • the larger the radius of the circle the smaller the number of waypoints to be subdivided, that is, the larger the interval between the subdivided waypoints.
  • the coordinates of the subdivided waypoints a-e can be obtained according to the coordinates of the waypoints A1, B1 and C1 and the equation of the arc determined by it.
  • Step 104 The coordinate information of the waypoint and the subdivided waypoint is used as a flight path of the drone.
  • the flight control unit of the drone acquires the flight information of the current drone (such as longitude, latitude, etc.) in real time, and calibrates the flight parameters in real time during flight to perform a predetermined flight path, the predetermined flight
  • the path is composed of several waypoints originally input by the user obtained in this step and the latitude and longitude coordinates of a large number of subdivided waypoints subdivided by the small number of waypoints.
  • the working principle of the UAV flight path planning method is to use three points to confirm the unique circle of the space, and then automatically subdivide the arc, and subdivide into a plurality of subdivided waypoints to form a flight path of the UAV.
  • the coordinate information includes longitude information and latitude information, according to the circle
  • the equation of the arc and the coordinate information of the waypoint subdivide the waypoint to obtain coordinate information of the subdivided waypoint, and use the coordinate information of the waypoint and the subdivided waypoint as the flight of the drone path.
  • the unmanned aerial vehicle flight path planning scheme that solves the related technology is only applicable to an open space, cannot be applied to a complicated environment, and has a long flight distance during the flight of the drone, consumes more electric energy, and has a short effective working time.
  • FIG. 4 is a schematic diagram of a UAV flight path planning method according to Embodiment 2 of the present disclosure. This embodiment further increases the height information of the waypoint based on the first embodiment.
  • the method further includes: receiving height information corresponding to the waypoint input by the user; correspondingly, the coordinate information includes longitude information, latitude information, and altitude information.
  • the scene switching can be performed in the map software, and the plane view is switched to the stereoscopic view, thereby directly selecting the point in the stereo space, and the point has the height information.
  • the user can also manually enter the size of the height information value.
  • FIG. 4 using the principle of three points to confirm the space unique circle, according to the waypoints A2, B2, and C2, an arc passing through the three points can be uniquely determined. Since the height information of the waypoint is introduced in this embodiment, That is, the arcs passing through A2, B2, and C2 also have height values, and the coordinate information of the corresponding subdivided waypoints also includes longitude information, latitude information, and altitude information.
  • determining an equation including an arc of the waypoint according to coordinate information of the waypoint includes: establishing a coordinate system with a takeoff point of the drone as a zero point, and setting coordinates of the waypoint The information is mapped to points in a coordinate system in which an equation containing the arc of the waypoint is determined. As shown in Figure 4, the spatial coordinate system x, y, z is established. Where o is the zero point coordinate, the coordinate information of the waypoint is mapped into the coordinate system, and the equation of the arc passing through A2, B2 and C2 is obtained according to the coordinates of the waypoint.
  • FIG. 5 is a flowchart of a UAV flight path planning method according to Embodiment 3 of the present disclosure.
  • a path planning method for a UAV to fly around a single object includes:
  • Step 201 Receive a waypoint input by a user.
  • Step 202 Group the waypoints in order, wherein each group includes three waypoints, according to each group The coordinate information of the waypoints in the respective points determines the equation of the arc corresponding to the waypoint corresponding to each set of waypoints.
  • FIG. 6 is a schematic diagram of a method for planning a flight path of a drone according to a third embodiment of the present disclosure.
  • the waypoints input by the user are A3, B3, C3, D3, ..., according to the principle of uniquely determining a circle according to three points, Three of the user-defined waypoints are determined as a group, that is, A3, B3, and C3 are a group, and C3, D3, and E3 are a group (the mark of E3 is hidden in the figure).
  • a unique circle equation is determined by three waypoints in each group, thus achieving a continuous curve flight path with a height difference.
  • Step 203 Subdivide the waypoint according to the equation of the arc and the coordinate information of the waypoint to obtain coordinate information of the segmented waypoint.
  • Step 204 The coordinate information of the waypoint and the subdivided waypoint is used as a flight path of the drone.
  • the arc flight path is determined by three waypoints in each group, and the curve path planning for a single target is completed to perform 3D aerial photography or scanning.
  • FIG. 7 is a flowchart of a UAV flight path planning method according to Embodiment 4 of the present disclosure.
  • a path planning method for a UAV to fly around multiple objects is presented. ,include:
  • Step 301 Receive a waypoint input by a user.
  • Step 302 The waypoints are grouped in order, wherein each group includes three waypoints, and the equations of the arcs corresponding to the waypoints corresponding to each group of waypoints are respectively determined according to the coordinate information of the waypoints in each group.
  • the user's selection operation is monitored, and the waypoint selected by the user is set as the connection waypoint, and the flight paths of the two adjacent connected waypoints are set as straight lines.
  • FIG. 8 Illustratively, as shown in FIG. 8 is a UAV flight path provided by Embodiment 4 of the present disclosure
  • A4 to B4, C4 to D4 are straight paths. That is, A4, B4, C4 and D4 are the connected waypoints selected by the user.
  • a connecting waypoint is adopted between the targets, and the planned path corresponds to a straight path to complete the drone in multiple targets. Switch between.
  • Step 303 Subdivide the waypoint according to the equation of the arc and the coordinate information of the waypoint to obtain coordinate information of the segmented waypoint.
  • Step 304 The coordinate information of the waypoint and the subdivided waypoint is used as a flight path of the drone.
  • the connected waypoints selected by the user are recorded, the arcs are determined by three waypoints in each group, and the plurality of objects are determined by connecting the waypoints.
  • the switching path between the two completes the curve path planning for multiple targets for 3D aerial photography or scanning.
  • FIG. 9 is a structural diagram of a UAV flight path planning apparatus according to Embodiment 5 of the present disclosure, including:
  • the waypoint receiving module 1 is configured to receive a waypoint input by the user
  • the arc calculation module 2 is configured to determine an equation including an arc of the waypoint according to coordinate information of the waypoint, the coordinate information including longitude information and latitude information;
  • the waypoint subdivision module 3 is configured to subdivide the waypoint according to the equation of the arc and the coordinate information of the waypoint to obtain coordinate information of the subdivided waypoint;
  • the flight path determining module 4 is configured to use coordinate information of the waypoint and the subdivided waypoint as a flight path of the drone.
  • the technical solution provided by this embodiment receives the user-entered waypoint according to the waypoint
  • the target information determines an equation including an arc of the waypoint, the coordinate information includes longitude information and latitude information, and the waypoint is subdivided according to the equation of the arc and the coordinate information of the waypoint,
  • the coordinate information of the waypoint is subdivided, and the coordinate information of the waypoint and the subdivided waypoint is used as the flight path of the drone, and the unmanned aerial vehicle flight path planning scheme for solving the related technology is only applicable to the empty space, and cannot It is applied to complex environments and has a long flight distance during the flight of the drone. It consumes more electric energy and has a shorter effective working time. It realizes that the drone can complete the flight mission safely and efficiently, and improve the drone. Adaptability of complex environments.
  • the waypoint receiving module is further configured to: receive height information corresponding to the waypoint input by the user;
  • the coordinate information includes longitude information, latitude information, and altitude information.
  • the arc calculation module is set as:
  • the waypoints are grouped in order, wherein each group includes three waypoints, and the equations of the arcs corresponding to the waypoints corresponding to each group of waypoints are respectively determined according to the coordinate information of the waypoints in each group.
  • the waypoint receiving module is further configured to:
  • the user's selection operation is monitored, and the waypoint selected by the user is set as the connected waypoint, and the flight paths of the two adjacent connected waypoints are set as straight lines.
  • the arc calculation module is set as:
  • a coordinate system in which the takeoff point of the drone is zero is established, the coordinate information of the waypoint is mapped to a point in the space coordinate system, and an equation of the arc including the waypoint is determined in the space coordinate system.
  • the above product can perform the method provided by any embodiment of the present disclosure, and has the corresponding functional modules and beneficial effects of the execution method.
  • Embodiments of the present disclosure also provide a non-transitory storage medium containing computer executable instructions for performing any of the above embodiments when executed by a computer processor Aircraft flight path planning method.
  • Embodiments of the present disclosure also provide a computer program product comprising a computer program stored on a non-transitory computer readable storage medium, the computer program comprising program instructions when the program instructions are When executed, the computer is caused to perform the drone flight path planning method of any of the above embodiments.
  • Embodiments of the present disclosure also provide an electronic device including: one or more processors and a memory.
  • the electronic device may further include: an input device and an output device.
  • the processor, memory, input device, and output device in the electronic device can be connected by a bus or other means.
  • the memory can be used to store a non-volatile software program, a non-volatile computer executable program, and a module, as in the UAV flight path planning method in the embodiment of the present application.
  • the processor executes various functional applications of the server and data processing by running non-volatile software programs, instructions, and modules stored in the memory, that is, implementing a drone flight path planning method.
  • the UAV flight path planning method and apparatus of the present disclosure can be applied to a complicated environment and consume The power is small, the effective working time is long, the flight task can be completed more safely and efficiently, and the adaptability of the drone to perform tasks in a complex environment is improved.

Landscapes

  • Engineering & Computer Science (AREA)
  • Aviation & Aerospace Engineering (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Remote Sensing (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Automation & Control Theory (AREA)
  • Navigation (AREA)

Abstract

A method and device for planning a flight path for an unmanned aerial vehicle. The method comprises: receiving a user input waypoint (101); determining, according to a coordinate of the waypoint, a function of a curved path including the waypoint, wherein the coordinate comprises latitude and longitude (102); subdividing, according to the function of the curved path, and the coordinate of the waypoint, the waypoint, to obtain coordinates of subdivided waypoints (103); and employing the coordinates of the waypoint and the subdivided waypoints to determine a flight path of the unmanned aerial vehicle (104).

Description

无人机飞行路径规划方法和装置UAV flight path planning method and device 技术领域Technical field
本公开涉及无人机技术,例如涉及一种无人机飞行路径规划方法和装置。The present disclosure relates to drone technology, for example, to a drone flight path planning method and apparatus.
背景技术Background technique
随着无人机技术的发展,无人机被应用到很多领域。例如,使用无人机对建筑物进行三维扫描。目前,无人机在航线飞行时一般都是采用直线飞行的方法,即选定航线上的GPS航点(如A、B、C、D、E等)后,无人机从A开始,再到B,然后到C,以此类推以航点到航点间直线飞行的方式完所有的标记航点的自动航线飞行。With the development of drone technology, drones have been applied to many fields. For example, use a drone to scan a building in three dimensions. At present, UAVs generally use a straight-line flight method when flying on a route, that is, after selecting GPS waypoints on the route (such as A, B, C, D, E, etc.), the drone starts from A, and then Go to B, then to C, and so on, to complete the automatic flight of all marked waypoints by way of a straight flight between waypoints and waypoints.
相关技术中,很多设计者出于安全性的考虑会进一步简化无人机航线飞行的步骤,即先让无人机飞到预定高度,再考虑在该高度的二维平面内的飞行。比如无人机要从A点飞到B点,A的高度为15m,B的高度为20m。无人机会先上升5m到达20m的高度,然后再在二维平面内执行飞至B的指令。此种情况本质上来说也是航点间的直线飞行。In the related art, many designers further simplify the steps of the UAV flight for safety reasons, that is, let the drone fly to a predetermined height, and then consider the flight in the two-dimensional plane of the height. For example, the drone should fly from point A to point B. The height of A is 15m and the height of B is 20m. The unmanned opportunity first rises 5m to a height of 20m, and then executes the instruction to fly to B in a two-dimensional plane. This situation is essentially a straight flight between waypoints.
上述无人机在航点间的直线飞行模式缺陷在于:仅适用于空旷的空间,无法应用于复杂的环境中;在使用无人机完成建筑物扫描的过程中,若建筑物的形状为圆形或不规则形状,受限于扫描设备的工作距离,其无法实现在有效范围内对建筑物进行扫描,且在无人机的飞行过程中飞行距离远,消耗的电能多,致使无人机执行任务的有效工作时间大大缩短。 The drawback of the above-mentioned drone's straight flight mode between waypoints is that it is only suitable for open space and cannot be used in complex environments; in the process of building a building using a drone, if the shape of the building is round The shape or irregular shape is limited by the working distance of the scanning device. It cannot realize the scanning of the building within the effective range, and the flying distance is long during the flight of the drone, and the electric energy consumed is too much, resulting in the drone. The effective working hours for performing tasks are greatly reduced.
发明内容Summary of the invention
本公开提供一种无人机飞行路径规划方法和装置,以使得无人机更加安全高效地完成飞行任务,提高了无人机在复杂环境中执行任务的适应性。The present disclosure provides a UAV flight path planning method and apparatus, so that the UAV can complete the flight task more safely and efficiently, and improve the adaptability of the UAV to perform tasks in a complex environment.
第一方面,本公开实施例提供了一种无人机飞行路径规划方法,包括:In a first aspect, an embodiment of the present disclosure provides a method for planning a flight path of a drone, including:
接收用户输入的航点;Receiving a waypoint entered by the user;
根据所述航点的坐标信息确定包含所述航点的圆弧的方程式,所述坐标信息包括经度信息和纬度信息;Determining an equation including an arc of the waypoint according to coordinate information of the waypoint, the coordinate information including longitude information and latitude information;
根据所述圆弧的方程式和所述航点的坐标信息对所述航点进行细分,得到细分航点的坐标信息;And segmenting the waypoint according to the equation of the arc and the coordinate information of the waypoint to obtain coordinate information of the segmented waypoint;
将所述航点和所述细分航点的坐标信息作为无人机的飞行路径。The coordinate information of the waypoint and the subdivided waypoint is taken as a flight path of the drone.
可选地,在接收用户输入的航点后,所述方法还包括:接收用户输入的所述航点对应的高度信息;Optionally, after receiving the waypoint input by the user, the method further includes: receiving height information corresponding to the waypoint input by the user;
相应的,所述坐标信息包括经度信息、纬度信息和高度信息。Correspondingly, the coordinate information includes longitude information, latitude information, and altitude information.
可选地,根据所述航点的坐标信息确定包含所述航点的圆弧的方程式包括:Optionally, determining an equation including an arc of the waypoint according to coordinate information of the waypoint includes:
将所述航点按顺序进行分组,其中每组包含三个航点,根据每组中的航点的坐标信息分别确定每组航点对应的包含所述航点的圆弧的方程式。The waypoints are grouped in order, wherein each group includes three waypoints, and the equations of the arcs corresponding to the waypoints corresponding to each group of waypoints are respectively determined according to the coordinate information of the waypoints in each group.
可选地,所述方法还包括:Optionally, the method further includes:
监听用户的选择操作,将用户选择的航点设置为连接航点,将相邻的两个所述连接航点的飞行路径设置为直线。The user's selection operation is monitored, and the waypoint selected by the user is set as the connected waypoint, and the flight paths of the two adjacent connected waypoints are set as straight lines.
可选地,根据所述航点的坐标信息确定包含所述航点的圆弧的方程式包括:Optionally, determining an equation including an arc of the waypoint according to coordinate information of the waypoint includes:
建立以无人机起飞点为零点的坐标系,将所述航点的坐标信息映射为坐标系中的点,在所述坐标系中确定包含所述航点的圆弧的方程式。A coordinate system in which the takeoff point of the drone is zero is established, the coordinate information of the waypoint is mapped to a point in the coordinate system, and an equation of the arc including the waypoint is determined in the coordinate system.
第二方面,本公开的实施例还提供了一种无人机飞行路径规划装置,包括: In a second aspect, an embodiment of the present disclosure further provides a UAV flight path planning apparatus, including:
航点接收模块,设置为接收用户输入的航点;a waypoint receiving module, configured to receive a waypoint input by the user;
弧线计算模块,设置为根据所述航点的坐标信息确定包含所述航点的圆弧的方程式,所述坐标信息包括经度信息和纬度信息;An arc calculation module, configured to determine an equation including an arc of the waypoint according to coordinate information of the waypoint, where the coordinate information includes longitude information and latitude information;
航点细分模块,设置为根据所述圆弧的方程式和所述航点的坐标信息对所述航点进行细分,得到细分航点的坐标信息;a waypoint subdivision module is configured to subdivide the waypoint according to the equation of the arc and the coordinate information of the waypoint to obtain coordinate information of the subdivided waypoint;
飞行路径确定模块,设置为将所述航点和所述细分航点的坐标信息作为无人机的飞行路径。The flight path determining module is configured to use coordinate information of the waypoint and the subdivided waypoint as a flight path of the drone.
可选地,所述航点接收模块还设置为:接收用户输入的所述航点对应的高度信息;Optionally, the waypoint receiving module is further configured to: receive height information corresponding to the waypoint input by the user;
相应的,所述坐标信息包括经度信息、纬度信息和高度信息。Correspondingly, the coordinate information includes longitude information, latitude information, and altitude information.
可选地,所述弧线计算模块设置为:Optionally, the arc calculation module is set to:
将所述航点按顺序进行分组,其中每组包含三个航点,根据每组中的航点的坐标信息分别确定每组航点对应的包含所述航点的圆弧的方程式。The waypoints are grouped in order, wherein each group includes three waypoints, and the equations of the arcs corresponding to the waypoints corresponding to each group of waypoints are respectively determined according to the coordinate information of the waypoints in each group.
可选地,所述航点接收模块还设置为:Optionally, the waypoint receiving module is further configured to:
监听用户的选择操作,将用户选择的航点设置为连接航点,将相邻的两个所述连接航点的飞行路径设置为直线。The user's selection operation is monitored, and the waypoint selected by the user is set as the connected waypoint, and the flight paths of the two adjacent connected waypoints are set as straight lines.
可选地,所述弧线计算模块设置为:Optionally, the arc calculation module is set to:
建立以无人机起飞点为零点的坐标系,将所述航点的坐标信息映射为坐标系中的点,在所述坐标系中确定包含所述航点的圆弧的方程式。A coordinate system in which the takeoff point of the drone is zero is established, the coordinate information of the waypoint is mapped to a point in the coordinate system, and an equation of the arc including the waypoint is determined in the coordinate system.
本公开通过接收用户输入的航点,根据所述航点的坐标信息确定包含所述航点的圆弧的方程式,所述坐标信息包括经度信息和纬度信息,根据所述圆弧的方程式和所述航点的坐标信息对所述航点进行细分,得到细分航点的坐标信息,将所述航点和所述细分航点的坐标信息作为无人机的飞行路径,解决相关 技术的无人机飞行路径规划方案仅适用于空旷的空间,无法应用于复杂的环境中且在无人机的飞行过程中飞行距离远,消耗的电能多,有效工作时间短的问题。实现了无人机更加安全高效地完成飞行任务,提高了无人机在复杂环境中执行任务的适应性。The present disclosure determines an equation including an arc of the waypoint according to the coordinate information of the waypoint by receiving a waypoint input by the user, the coordinate information including longitude information and latitude information, according to the equation and the arc of the arc The coordinate information of the waypoint is subdivided to obtain the coordinate information of the subdivided waypoint, and the coordinate information of the waypoint and the subdivided waypoint is taken as the flight path of the drone, and the correlation is solved. The technical UAV flight path planning scheme is only applicable to the open space, can not be applied to complex environments and has a long flight distance during the flight of the drone, consumes more electric energy, and has a short effective working time. The realization of the drone's safer and more efficient completion of the mission, improving the adaptability of the drone to perform tasks in a complex environment.
附图说明DRAWINGS
图1为本公开实施例一提供的无人机飞行路径规划方法的流程图;1 is a flowchart of a method for planning a flight path of a drone according to Embodiment 1 of the present disclosure;
图2示出了现有技术中的一种飞行路径规划方法的示意图;2 is a schematic diagram showing a flight path planning method in the prior art;
图3为本公开实施例一提供的一种无人机飞行路径规划方法的示意图;3 is a schematic diagram of a method for planning a flight path of a drone according to Embodiment 1 of the present disclosure;
图4为本公开实施例二提供的一种无人机飞行路径规划方法的示意图;4 is a schematic diagram of a UAV flight path planning method according to Embodiment 2 of the present disclosure;
图5为本公开实施例三提供的无人机飞行路径规划方法的流程图;5 is a flowchart of a method for planning a flight path of a drone according to Embodiment 3 of the present disclosure;
图6为本公开实施例三提供的一种无人机飞行路径规划方法的示意图;6 is a schematic diagram of a UAV flight path planning method according to Embodiment 3 of the present disclosure;
图7为本公开实施例四提供的无人机飞行路径规划方法的流程图;7 is a flowchart of a method for planning a flight path of a drone according to Embodiment 4 of the present disclosure;
图8为本公开实施例四提供的一种无人机飞行路径规划方法的示意图;8 is a schematic diagram of a UAV flight path planning method according to Embodiment 4 of the present disclosure;
图9为本公开实施例五提供的无人机飞行路径规划装置的结构图。FIG. 9 is a structural diagram of an unmanned aerial vehicle flight path planning apparatus according to Embodiment 5 of the present disclosure.
具体实施方式detailed description
下面结合附图和实施例对本公开作进一步的详细说明。可以理解的是,在不冲突的情况下,以下实施例和实施例中的特征可以相互组合。The present disclosure will be further described in detail below in conjunction with the accompanying drawings and embodiments. It will be understood that the features of the following embodiments and embodiments may be combined with each other without conflict.
实施例一Embodiment 1
图1为本公开实施例一提供的无人机飞行路径规划方法的流程图,本实施例可适用于无人机起飞飞行过程中,进行航拍或对建筑物进行扫描的情况,该方法可以由平板电脑、手机或计算机等具备运算能力的设备来执行,包括如下步 骤:1 is a flowchart of a method for planning a flight path of a drone according to Embodiment 1 of the present disclosure. The present embodiment is applicable to a situation in which an aerial camera or a building is scanned during a take-off flight of a drone, and the method may be A computing device, such as a tablet, mobile phone, or computer, is executed, including the following steps. Step:
步骤101、接收用户输入的航点。Step 101: Receive a waypoint input by a user.
其中,航点代表无人机在飞行过程中需要经过的点,通过对航点的设定即可设定无人机的飞行路径。例如,在现有技术中,首先设定多个航点,之后无人机沿着各个航点进行直线飞行。示例性的,图2示出了现有技术中的一种飞行路径规划方法的示意图。如图2所示,假设无人机需要围绕途中的圆形区域飞行,首先用户输入A、B、C三个航点,之后无人机有A直线飞行到B,再由B直线飞行到C,再由C直线飞行到A。其中,示例性的,用户输入航点的方式可以是在地面端的软件中直接进行标记,该地面端软件为针对无人机开发的专用软件,该软件中集成有谷歌地球数据库插件,如在谷歌地图插件中通过点选地图中的位置作为无人机的航点,还可以是用户手动输入航点的位置信息,如输入经纬度。Among them, the waypoint represents the point that the drone needs to pass during the flight, and the flight path of the drone can be set by setting the waypoint. For example, in the prior art, a plurality of waypoints are first set, and then the drone performs a straight flight along each waypoint. Illustratively, FIG. 2 shows a schematic diagram of a flight path planning method in the prior art. As shown in Figure 2, suppose the drone needs to fly around the circular area on the way. First, the user inputs three waypoints A, B, and C. Then the drone has A straight line to B, and then B straight line to C. Then fly straight from C to A. Exemplarily, the manner in which the user inputs the waypoint may be directly marked in the software on the ground side, and the ground end software is dedicated software developed for the drone, and the software integrates the Google Earth database plug-in, such as in Google. In the map plug-in, by clicking the location in the map as the waypoint of the drone, the user can manually input the location information of the waypoint, such as inputting latitude and longitude.
步骤102、根据所述航点的坐标信息确定包含所述航点的圆弧的方程式,所述坐标信息包括经度信息和纬度信息。Step 102: Determine an equation including an arc of the waypoint according to coordinate information of the waypoint, where the coordinate information includes longitude information and latitude information.
示例性的,根据三个点可以唯一确定一个圆的原理,根据三个航点即可确定包含该航点的圆弧。图3为本公开实施例一提供的一种无人机飞行路径规划方法的示意图。如图3所示,图中标记有三个航点A1、B1和C1。中间的圆形区域为无人机需要飞行拍摄的区域,根据A1、B1和C1确定的圆弧为外圈的圆形。具体的,坐标信息包括经度信息和纬度信息,即通过A1、B1和C1各自的经度和纬度坐标即可得到该A1到B1,B1再到C1,C1再到A1的圆弧。Illustratively, according to the principle that three points can uniquely determine a circle, an arc containing the waypoint can be determined according to three waypoints. FIG. 3 is a schematic diagram of a UAV flight path planning method according to Embodiment 1 of the present disclosure. As shown in Figure 3, three waypoints A1, B1 and C1 are marked in the figure. The circular area in the middle is the area where the drone needs to be photographed by flying. The arc determined according to A1, B1 and C1 is the circle of the outer ring. Specifically, the coordinate information includes longitude information and latitude information, that is, the arcs of the A1 to B1, B1 and then C1, C1 and then A1 can be obtained by the respective longitude and latitude coordinates of A1, B1 and C1.
步骤103、根据所述圆弧的方程式和所述航点的坐标信息对所述航点进行细分,得到细分航点的坐标信息。Step 103: Subdivide the waypoint according to the equation of the arc and the coordinate information of the waypoint to obtain coordinate information of the segmented waypoint.
其中,根据用户输入的航点得到覆盖这些航点的圆弧后,在航点之间增加细分航点,如图3所示,在A1、B1和C1之间细分出了多个航点。具体的,细分航 点间距大小依据具体的圆弧弧度的大小。可选的,圆形的半径越大需要细分的航点数量越少,即细分航点之间的间隔越大。由于航点弧线所在圆的半径越大,意味着在两个航点之间的弧线越接近于直线,故需要细分的航点越少,相反的,则细分航点越多以满足无人机飞行过程中能够沿着圆弧路径飞行的目的。根据航点A1、B1和C1的坐标和由其确定的圆弧的方程式相应的可得到细分航点a-e的坐标。Wherein, according to the waypoints input by the user, the arcs covering the waypoints are added, and the segmentation waypoints are added between the waypoints. As shown in FIG. 3, a plurality of navigations are subdivided between A1, B1 and C1. point. Specific, subdivided The point spacing size depends on the size of the specific arc radians. Optionally, the larger the radius of the circle, the smaller the number of waypoints to be subdivided, that is, the larger the interval between the subdivided waypoints. Since the radius of the circle where the waypoint arc is larger means that the arc between the two waypoints is closer to a straight line, the fewer waypoints need to be subdivided, on the contrary, the more subdivided waypoints are It can meet the purpose of flying along a circular path during the flight of the drone. The coordinates of the subdivided waypoints a-e can be obtained according to the coordinates of the waypoints A1, B1 and C1 and the equation of the arc determined by it.
步骤104、将所述航点和所述细分航点的坐标信息作为无人机的飞行路径。Step 104: The coordinate information of the waypoint and the subdivided waypoint is used as a flight path of the drone.
其中,无人机的在飞行过程中其飞控单元会实时获取当前无人机的飞行信息(如经度、纬度等),在飞行时实时校准飞行参数以执行预定的飞行路径,该预定的飞行路径即本步骤中得到的用户原始输入的几个航点和由该少量航点细分得到的大量细分航点的经纬度坐标组成。Wherein, the flight control unit of the drone acquires the flight information of the current drone (such as longitude, latitude, etc.) in real time, and calibrates the flight parameters in real time during flight to perform a predetermined flight path, the predetermined flight The path is composed of several waypoints originally input by the user obtained in this step and the latitude and longitude coordinates of a large number of subdivided waypoints subdivided by the small number of waypoints.
该无人机飞行路径规划方法的工作原理:利用三点确认空间唯一的圆,再将圆弧进行自动细分,细分为多个细分航点共同组成无人机的飞行路径。The working principle of the UAV flight path planning method is to use three points to confirm the unique circle of the space, and then automatically subdivide the arc, and subdivide into a plurality of subdivided waypoints to form a flight path of the UAV.
本实施例的技术方案,通过接收用户输入的航点,根据所述航点的坐标信息确定包含所述航点的圆弧的方程式,所述坐标信息包括经度信息和纬度信息,根据所述圆弧的方程式和所述航点的坐标信息对所述航点进行细分,得到细分航点的坐标信息,将所述航点和所述细分航点的坐标信息作为无人机的飞行路径。解决相关技术的无人机飞行路径规划方案仅适用于空旷的空间,无法应用于复杂的环境中且在无人机的飞行过程中飞行距离远,消耗的电能多,有效工作时间短的问题。实现了无人机更加安全高效地完成飞行任务,提高了无人机在复杂环境中执行任务的适应性。In the technical solution of the embodiment, by receiving a waypoint input by a user, determining an equation of an arc including the waypoint according to coordinate information of the waypoint, the coordinate information includes longitude information and latitude information, according to the circle The equation of the arc and the coordinate information of the waypoint subdivide the waypoint to obtain coordinate information of the subdivided waypoint, and use the coordinate information of the waypoint and the subdivided waypoint as the flight of the drone path. The unmanned aerial vehicle flight path planning scheme that solves the related technology is only applicable to an open space, cannot be applied to a complicated environment, and has a long flight distance during the flight of the drone, consumes more electric energy, and has a short effective working time. The realization of the drone's safer and more efficient completion of the mission, improving the adaptability of the drone to perform tasks in a complex environment.
实施例二 Embodiment 2
图4为本公开实施例二提供的一种无人机飞行路径规划方法的示意图。本实施例在实施例一的基础上,进一步增加了航点的高度信息。FIG. 4 is a schematic diagram of a UAV flight path planning method according to Embodiment 2 of the present disclosure. This embodiment further increases the height information of the waypoint based on the first embodiment.
在上述技术方案的基础上,在接收用户输入的航点后,还包括:接收用户输入的所述航点对应的高度信息;相应的,所述坐标信息包括经度信息、纬度信息和高度信息。On the basis of the foregoing technical solution, after receiving the waypoint input by the user, the method further includes: receiving height information corresponding to the waypoint input by the user; correspondingly, the coordinate information includes longitude information, latitude information, and altitude information.
示例性的,可以在地图软件中进行场景切换,有平面视角切换为立体视角,由此直接点选立体空间中的点,该点即具备高度信息。可选的,用户还可以手动输入高度信息值的大小。如图4所示,利用三点确认空间唯一的圆的原理,根据航点A2、B2和C2可唯一确定一经过此三点的圆弧,由于本实施例中引入了航点的高度信息,即通过A2、B2和C2的弧线也具备了高度值,相应的细分航点的坐标信息也包括了经度信息、纬度信息和高度信息。Exemplarily, the scene switching can be performed in the map software, and the plane view is switched to the stereoscopic view, thereby directly selecting the point in the stereo space, and the point has the height information. Optionally, the user can also manually enter the size of the height information value. As shown in FIG. 4, using the principle of three points to confirm the space unique circle, according to the waypoints A2, B2, and C2, an arc passing through the three points can be uniquely determined. Since the height information of the waypoint is introduced in this embodiment, That is, the arcs passing through A2, B2, and C2 also have height values, and the coordinate information of the corresponding subdivided waypoints also includes longitude information, latitude information, and altitude information.
在上述各实施例的基础上,根据所述航点的坐标信息确定包含所述航点的圆弧的方程式包括:建立以无人机起飞点为零点的坐标系,将所述航点的坐标信息映射为坐标系中的点,在所述坐标系中确定包含所述航点的圆弧的方程式。如图4所示,建立空间坐标系x,y,z。其中o为零点坐标,将航点的坐标信息映射到坐标系中,根据航点坐标得到该通过A2、B2和C2的圆弧的方程式。Based on the foregoing embodiments, determining an equation including an arc of the waypoint according to coordinate information of the waypoint includes: establishing a coordinate system with a takeoff point of the drone as a zero point, and setting coordinates of the waypoint The information is mapped to points in a coordinate system in which an equation containing the arc of the waypoint is determined. As shown in Figure 4, the spatial coordinate system x, y, z is established. Where o is the zero point coordinate, the coordinate information of the waypoint is mapped into the coordinate system, and the equation of the arc passing through A2, B2 and C2 is obtained according to the coordinates of the waypoint.
实施例三 Embodiment 3
图5为本公开实施例三提供的无人机飞行路径规划方法的流程图,本实施例在上述各实施例的基础上,给出了一种无人机环绕单个物体飞行的路径规划方法,包括:FIG. 5 is a flowchart of a UAV flight path planning method according to Embodiment 3 of the present disclosure. On the basis of the foregoing embodiments, a path planning method for a UAV to fly around a single object is provided. include:
步骤201、接收用户输入的航点。Step 201: Receive a waypoint input by a user.
步骤202、将所述航点按顺序进行分组,其中每组包含三个航点,根据每组 中的航点的坐标信息分别确定每组航点对应的包含所述航点的圆弧的方程式。Step 202: Group the waypoints in order, wherein each group includes three waypoints, according to each group The coordinate information of the waypoints in the respective points determines the equation of the arc corresponding to the waypoint corresponding to each set of waypoints.
示例性的,如图6所示。图6为本公开实施例三提供的一种无人机飞行路径规划方法的示意图,用户输入的航点为A3、B3、C3、D3...,根据三点唯一确定一个圆的原理,将用户给定的航点中的三个确定为一组,即A3、B3和C3为一组,C3、D3和E3为一组(图中隐去了E3的标记)。由每组中的三个航点确定唯一的圆的方程式,如此实现了连续的可具备高度差的曲线飞行路径。Illustrative, as shown in Figure 6. 6 is a schematic diagram of a method for planning a flight path of a drone according to a third embodiment of the present disclosure. The waypoints input by the user are A3, B3, C3, D3, ..., according to the principle of uniquely determining a circle according to three points, Three of the user-defined waypoints are determined as a group, that is, A3, B3, and C3 are a group, and C3, D3, and E3 are a group (the mark of E3 is hidden in the figure). A unique circle equation is determined by three waypoints in each group, thus achieving a continuous curve flight path with a height difference.
步骤203、根据所述圆弧的方程式和所述航点的坐标信息对所述航点进行细分,得到细分航点的坐标信息。Step 203: Subdivide the waypoint according to the equation of the arc and the coordinate information of the waypoint to obtain coordinate information of the segmented waypoint.
步骤204、将所述航点和所述细分航点的坐标信息作为无人机的飞行路径。Step 204: The coordinate information of the waypoint and the subdivided waypoint is used as a flight path of the drone.
本实施例的技术方案,通过对用户输入的一系列航点进行分组后,由每一组中的三个航点确定圆弧飞行路径,完成了针对单个目标的曲线路径规划以进行3D航拍或扫描。In the technical solution of the embodiment, after grouping a series of waypoints input by the user, the arc flight path is determined by three waypoints in each group, and the curve path planning for a single target is completed to perform 3D aerial photography or scanning.
实施例四 Embodiment 4
图7为本公开实施例四提供的无人机飞行路径规划方法的流程图,本实施例在上述各实施例的基础上,给出了一种无人机环绕多个物体飞行的路径规划方法,包括:FIG. 7 is a flowchart of a UAV flight path planning method according to Embodiment 4 of the present disclosure. On the basis of the foregoing embodiments, a path planning method for a UAV to fly around multiple objects is presented. ,include:
步骤301、接收用户输入的航点。Step 301: Receive a waypoint input by a user.
步骤302、将所述航点按顺序进行分组,其中每组包含三个航点,根据每组中的航点的坐标信息分别确定每组航点对应的包含所述航点的圆弧的方程式,监听用户的选择操作,将用户选择的航点设置为连接航点,将相邻的两个所述连接航点的飞行路径设置为直线。Step 302: The waypoints are grouped in order, wherein each group includes three waypoints, and the equations of the arcs corresponding to the waypoints corresponding to each group of waypoints are respectively determined according to the coordinate information of the waypoints in each group. The user's selection operation is monitored, and the waypoint selected by the user is set as the connection waypoint, and the flight paths of the two adjacent connected waypoints are set as straight lines.
示例性的,如图8所示。图8为本公开实施例四提供的一种无人机飞行路径 规划方法的示意图,其中,目标一、目标二和目标三为三个独立的目标物体。其中,A4到B4,C4到D4为直线路径。即A4、B4、C4和D4为用户选择设置的连接航点。本方案中,在飞行路径规划时,为适应多个目标的连续性航拍或扫描,在目标之间采用连接航点,规划的路径对应的为直线路径,以完成无人机在多个目标之间的切换。Illustratively, as shown in FIG. 8 is a UAV flight path provided by Embodiment 4 of the present disclosure A schematic diagram of a planning method in which target 1, goal 2, and goal three are three independent target objects. Among them, A4 to B4, C4 to D4 are straight paths. That is, A4, B4, C4 and D4 are the connected waypoints selected by the user. In this solution, in the flight path planning, in order to adapt to the continuous aerial photography or scanning of multiple targets, a connecting waypoint is adopted between the targets, and the planned path corresponds to a straight path to complete the drone in multiple targets. Switch between.
步骤303、根据所述圆弧的方程式和所述航点的坐标信息对所述航点进行细分,得到细分航点的坐标信息。Step 303: Subdivide the waypoint according to the equation of the arc and the coordinate information of the waypoint to obtain coordinate information of the segmented waypoint.
步骤304、将所述航点和所述细分航点的坐标信息作为无人机的飞行路径。Step 304: The coordinate information of the waypoint and the subdivided waypoint is used as a flight path of the drone.
本实施例的技术方案,通过对用户输入的一系列航点进行分组的同时,记录用户选择的连接航点,由每一组中的三个航点确定圆弧,连接航点确定多个物体之间的切换路径,完成了针对多个目标的曲线路径规划以进行3D航拍或扫描。In the technical solution of the embodiment, by recording a series of waypoints input by the user, the connected waypoints selected by the user are recorded, the arcs are determined by three waypoints in each group, and the plurality of objects are determined by connecting the waypoints. The switching path between the two completes the curve path planning for multiple targets for 3D aerial photography or scanning.
实施例五Embodiment 5
图9为本公开实施例五提供的无人机飞行路径规划装置的结构图,包括:FIG. 9 is a structural diagram of a UAV flight path planning apparatus according to Embodiment 5 of the present disclosure, including:
航点接收模块1,设置为接收用户输入的航点;The waypoint receiving module 1 is configured to receive a waypoint input by the user;
弧线计算模块2,设置为根据所述航点的坐标信息确定包含所述航点的圆弧的方程式,所述坐标信息包括经度信息和纬度信息;The arc calculation module 2 is configured to determine an equation including an arc of the waypoint according to coordinate information of the waypoint, the coordinate information including longitude information and latitude information;
航点细分模块3,设置为根据所述圆弧的方程式和所述航点的坐标信息对所述航点进行细分,得到细分航点的坐标信息;The waypoint subdivision module 3 is configured to subdivide the waypoint according to the equation of the arc and the coordinate information of the waypoint to obtain coordinate information of the subdivided waypoint;
飞行路径确定模块4,设置为将所述航点和所述细分航点的坐标信息作为无人机的飞行路径。The flight path determining module 4 is configured to use coordinate information of the waypoint and the subdivided waypoint as a flight path of the drone.
本实施例提供的技术方案,通过接收用户输入的航点,根据所述航点的坐 标信息确定包含所述航点的圆弧的方程式,所述坐标信息包括经度信息和纬度信息,根据所述圆弧的方程式和所述航点的坐标信息对所述航点进行细分,得到细分航点的坐标信息,将所述航点和所述细分航点的坐标信息作为无人机的飞行路径,解决相关技术的无人机飞行路径规划方案仅适用于空旷的空间,无法应用于复杂的环境中且在无人机的飞行过程中飞行距离远,消耗的电能多,有效工作时间短的问题,实现了无人机更加安全高效地完成飞行任务,提高了无人机在复杂环境的适应性。The technical solution provided by this embodiment receives the user-entered waypoint according to the waypoint The target information determines an equation including an arc of the waypoint, the coordinate information includes longitude information and latitude information, and the waypoint is subdivided according to the equation of the arc and the coordinate information of the waypoint, The coordinate information of the waypoint is subdivided, and the coordinate information of the waypoint and the subdivided waypoint is used as the flight path of the drone, and the unmanned aerial vehicle flight path planning scheme for solving the related technology is only applicable to the empty space, and cannot It is applied to complex environments and has a long flight distance during the flight of the drone. It consumes more electric energy and has a shorter effective working time. It realizes that the drone can complete the flight mission safely and efficiently, and improve the drone. Adaptability of complex environments.
在上述技术方案的基础上,所述航点接收模块还设置为:接收用户输入的所述航点对应的高度信息;On the basis of the foregoing technical solution, the waypoint receiving module is further configured to: receive height information corresponding to the waypoint input by the user;
相应的,所述坐标信息包括经度信息、纬度信息和高度信息。Correspondingly, the coordinate information includes longitude information, latitude information, and altitude information.
在上述技术方案的基础上,所述弧线计算模块设置为:Based on the above technical solution, the arc calculation module is set as:
将所述航点按顺序进行分组,其中每组包含三个航点,根据每组中的航点的坐标信息分别确定每组航点对应的包含所述航点的圆弧的方程式。The waypoints are grouped in order, wherein each group includes three waypoints, and the equations of the arcs corresponding to the waypoints corresponding to each group of waypoints are respectively determined according to the coordinate information of the waypoints in each group.
在上述技术方案的基础上,所述航点接收模块还设置为:Based on the foregoing technical solution, the waypoint receiving module is further configured to:
监听用户的选择操作,将用户选择的航点设置为连接航点,将相邻的两个所述连接航点的飞行路径设置为直线。The user's selection operation is monitored, and the waypoint selected by the user is set as the connected waypoint, and the flight paths of the two adjacent connected waypoints are set as straight lines.
在上述技术方案的基础上,所述弧线计算模块设置为:Based on the above technical solution, the arc calculation module is set as:
建立以无人机起飞点为零点的坐标系,将所述航点的坐标信息映射为空间坐标系中的点,在所述空间坐标系中确定包含所述航点的圆弧的方程式。A coordinate system in which the takeoff point of the drone is zero is established, the coordinate information of the waypoint is mapped to a point in the space coordinate system, and an equation of the arc including the waypoint is determined in the space coordinate system.
上述产品可执行本公开任意实施例所提供的方法,具备执行方法相应的功能模块和有益效果。The above product can perform the method provided by any embodiment of the present disclosure, and has the corresponding functional modules and beneficial effects of the execution method.
本公开的实施例还提供一种包含计算机可执行指令的非暂态存储介质,所述计算机可执行指令在由计算机处理器执行时用于执行上述任一实施例的无人 机飞行路径规划方法。Embodiments of the present disclosure also provide a non-transitory storage medium containing computer executable instructions for performing any of the above embodiments when executed by a computer processor Aircraft flight path planning method.
本公开的实施例还提供了一种计算机程序产品,所述计算机程序产品包括存储在非暂态计算机可读存储介质上的计算机程序,所述计算机程序包括程序指令,当所述程序指令被计算机执行时,使所述计算机执行上述任一实施例的无人机飞行路径规划方法。Embodiments of the present disclosure also provide a computer program product comprising a computer program stored on a non-transitory computer readable storage medium, the computer program comprising program instructions when the program instructions are When executed, the computer is caused to perform the drone flight path planning method of any of the above embodiments.
本公开的实施例还提供了一种电子设备,该电子设备包括:一个或多个处理器以及存储器。Embodiments of the present disclosure also provide an electronic device including: one or more processors and a memory.
电子设备还可以包括:输入装置和输出装置。The electronic device may further include: an input device and an output device.
电子设备中的处理器、存储器、输入装置和输出装置可以通过总线或者其他方式连接。The processor, memory, input device, and output device in the electronic device can be connected by a bus or other means.
存储器作为一种非易失性计算机可读存储介质,可用于存储非易失性软件程序、非易失性计算机可执行程序以及模块,如本申请实施例中的无人机飞行路径规划方法对应的程序指令/模块。处理器通过运行存储在存储器中的非易失性软件程序、指令以及模块,从而执行服务器的各种功能应用以及数据处理,即实现无人机飞行路径规划方法。注意,上述仅为本公开的较佳实施例及所运用技术原理。本领域技术人员会理解,本公开不限于这里所述的特定实施例,对本领域技术人员来说能够进行各种明显的变化、重新调整和替代而不会脱离本公开的保护范围。因此,虽然通过以上实施例对本公开进行了较为详细的说明,但是本公开不仅仅限于以上实施例,在不脱离本公开构思的情况下,还可以包括更多其他等效实施例,而本公开的范围由所附的权利要求范围决定。As a non-volatile computer readable storage medium, the memory can be used to store a non-volatile software program, a non-volatile computer executable program, and a module, as in the UAV flight path planning method in the embodiment of the present application. Program instructions/modules. The processor executes various functional applications of the server and data processing by running non-volatile software programs, instructions, and modules stored in the memory, that is, implementing a drone flight path planning method. Note that the above are only the preferred embodiments of the present disclosure and the technical principles applied thereto. A person skilled in the art will understand that the present disclosure is not limited to the specific embodiments described herein, and that various modifications, changes and substitutions may be made by those skilled in the art without departing from the scope of the disclosure. Therefore, the present disclosure has been described in detail by the above embodiments, but the present disclosure is not limited to the above embodiments, and the present disclosure may include more other equivalent embodiments without departing from the present disclosure. The scope is determined by the scope of the appended claims.
工业实用性Industrial applicability
本公开的无人机飞行路径规划方法和装置能够应用于复杂的环境中,消耗 的电能少,有效工作时间长,可以更加安全高效地完成飞行任务,提高了无人机在复杂环境中执行任务的适应性。 The UAV flight path planning method and apparatus of the present disclosure can be applied to a complicated environment and consume The power is small, the effective working time is long, the flight task can be completed more safely and efficiently, and the adaptability of the drone to perform tasks in a complex environment is improved.

Claims (13)

  1. 一种无人机飞行路径规划方法,包括:A method for planning a flight path of a drone, comprising:
    接收用户输入的航点;Receiving a waypoint entered by the user;
    根据所述航点的坐标信息确定包含所述航点的圆弧的方程式,所述坐标信息包括经度信息和纬度信息;Determining an equation including an arc of the waypoint according to coordinate information of the waypoint, the coordinate information including longitude information and latitude information;
    根据所述圆弧的方程式和所述航点的坐标信息对所述航点进行细分,得到细分航点的坐标信息;以及And subdividing the waypoint according to the equation of the arc and the coordinate information of the waypoint to obtain coordinate information of the subdivided waypoint;
    将所述航点和所述细分航点的坐标信息作为无人机的飞行路径。The coordinate information of the waypoint and the subdivided waypoint is taken as a flight path of the drone.
  2. 根据权利要求1所述的方法,其中,在接收用户输入的航点后,还包括:接收用户输入的所述航点对应的高度信息;The method according to claim 1, wherein after receiving the waypoint input by the user, the method further comprises: receiving height information corresponding to the waypoint input by the user;
    相应的,所述坐标信息包括经度信息、纬度信息和高度信息。Correspondingly, the coordinate information includes longitude information, latitude information, and altitude information.
  3. 根据权利要求1或2所述的方法,其中,根据所述航点的坐标信息确定包含所述航点的圆弧的方程式包括:The method according to claim 1 or 2, wherein determining an equation including an arc of the waypoint according to coordinate information of the waypoint comprises:
    将所述航点按顺序进行分组,其中每组包含三个航点,根据每组中的航点的坐标信息分别确定每组航点对应的包含所述航点的圆弧的方程式。The waypoints are grouped in order, wherein each group includes three waypoints, and the equations of the arcs corresponding to the waypoints corresponding to each group of waypoints are respectively determined according to the coordinate information of the waypoints in each group.
  4. 根据权利要求1或2所述的方法,其中,还包括:The method of claim 1 or 2, further comprising:
    监听用户的选择操作,将用户选择的航点设置为连接航点,将相邻的两个所述连接航点的飞行路径设置为直线。The user's selection operation is monitored, and the waypoint selected by the user is set as the connected waypoint, and the flight paths of the two adjacent connected waypoints are set as straight lines.
  5. 根据权利要求1或2所述的方法,其中,根据所述航点的坐标信息确定包含所述航点的圆弧的方程式包括:The method according to claim 1 or 2, wherein determining an equation including an arc of the waypoint according to coordinate information of the waypoint comprises:
    建立以无人机起飞点为零点的坐标系,将所述航点的坐标信息映射为坐标系中的点,在所述坐标系中确定包含所述航点的圆弧的方程式。A coordinate system in which the takeoff point of the drone is zero is established, the coordinate information of the waypoint is mapped to a point in the coordinate system, and an equation of the arc including the waypoint is determined in the coordinate system.
  6. 一种无人机飞行路径规划装置,包括: A UAV flight path planning device includes:
    航点接收模块,设置为接收用户输入的航点;a waypoint receiving module, configured to receive a waypoint input by the user;
    弧线计算模块,设置为根据所述航点的坐标信息确定包含所述航点的圆弧的方程式,所述坐标信息包括经度信息和纬度信息;An arc calculation module, configured to determine an equation including an arc of the waypoint according to coordinate information of the waypoint, where the coordinate information includes longitude information and latitude information;
    航点细分模块,设置为根据所述圆弧的方程式和所述航点的坐标信息对所述航点进行细分,得到细分航点的坐标信息;a waypoint subdivision module is configured to subdivide the waypoint according to the equation of the arc and the coordinate information of the waypoint to obtain coordinate information of the subdivided waypoint;
    飞行路径确定模块,设置为将所述航点和所述细分航点的坐标信息作为无人机的飞行路径。The flight path determining module is configured to use coordinate information of the waypoint and the subdivided waypoint as a flight path of the drone.
  7. 根据权利要求6所述的装置,其中,所述航点接收模块还设置为:接收用户输入的所述航点对应的高度信息;The device according to claim 6, wherein the waypoint receiving module is further configured to: receive height information corresponding to the waypoint input by a user;
    相应的,所述坐标信息包括经度信息、纬度信息和高度信息。Correspondingly, the coordinate information includes longitude information, latitude information, and altitude information.
  8. 根据权利要求6或7所述的装置,其中,所述弧线计算模块设置为:The apparatus according to claim 6 or 7, wherein said arc calculation module is configured to:
    将所述航点按顺序进行分组,其中每组包含三个航点,根据每组中的航点的坐标信息分别确定每组航点对应的包含所述航点的圆弧的方程式。The waypoints are grouped in order, wherein each group includes three waypoints, and the equations of the arcs corresponding to the waypoints corresponding to each group of waypoints are respectively determined according to the coordinate information of the waypoints in each group.
  9. 根据权利要求6或7所述的装置,其中,所述航点接收模块还设置为:The device according to claim 6 or 7, wherein the waypoint receiving module is further configured to:
    监听用户的选择操作,将用户选择的航点设置为连接航点,将相邻的两个所述连接航点的飞行路径设置为直线。The user's selection operation is monitored, and the waypoint selected by the user is set as the connected waypoint, and the flight paths of the two adjacent connected waypoints are set as straight lines.
  10. 根据权利要求6或7所述的装置,其中,所述弧线计算模块设置为:The apparatus according to claim 6 or 7, wherein said arc calculation module is configured to:
    建立以无人机起飞点为零点的坐标系,将所述航点的坐标信息映射为坐标系中的点,在所述坐标系中确定包含所述航点的圆弧的方程式。A coordinate system in which the takeoff point of the drone is zero is established, the coordinate information of the waypoint is mapped to a point in the coordinate system, and an equation of the arc including the waypoint is determined in the coordinate system.
  11. 一种非暂态存储介质,存储有计算机可执行指令,所述计算机可执行指令设置为执行权利要求1至5任一项所述的无人机飞行路径规划方法。A non-transitory storage medium storing computer executable instructions, the computer executable instructions being arranged to perform the drone flight path planning method of any one of claims 1 to 5.
  12. 一种计算机程序产品,所述计算机程序产品包括存储在非暂态计算机可读存储介质上的计算机程序,所述计算机程序包括程序指令,当所述程序指令被计算机执行时,使所述计算机执行权利要求1至5任一项所述的无人机飞 行路径规划方法。A computer program product comprising a computer program stored on a non-transitory computer readable storage medium, the computer program comprising program instructions that, when executed by a computer, cause the computer to execute The drone flying according to any one of claims 1 to 5 Line path planning method.
  13. 一种电子设备,包括至少一个处理器和与所述至少一个处理器通信连接的存储器,所述存储器用于存储可被所述至少一个处理器执行的指令,所述指令被所述至少一个处理器执行时,使所述至少一个处理器执行权利要求1至5任一项所述的无人机飞行路径规划方法。 An electronic device comprising at least one processor and a memory communicatively coupled to the at least one processor, the memory for storing instructions executable by the at least one processor, the instructions being processed by the at least one When executed, the at least one processor is caused to perform the drone flight path planning method according to any one of claims 1 to 5.
PCT/CN2016/102115 2016-06-07 2016-10-14 Method and device for planning flight path for unmanned aerial vehicle WO2017211029A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610398423.2 2016-06-07
CN201610398423.2A CN106054920A (en) 2016-06-07 2016-06-07 Unmanned aerial vehicle flight path planning method and device

Publications (1)

Publication Number Publication Date
WO2017211029A1 true WO2017211029A1 (en) 2017-12-14

Family

ID=57169619

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/102115 WO2017211029A1 (en) 2016-06-07 2016-10-14 Method and device for planning flight path for unmanned aerial vehicle

Country Status (2)

Country Link
CN (1) CN106054920A (en)
WO (1) WO2017211029A1 (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109542119A (en) * 2018-12-08 2019-03-29 深圳飞马机器人科技有限公司 Aircraft flight course planning method and system
CN109782806A (en) * 2019-02-19 2019-05-21 北京邮电大学 Path following method and device in a kind of unmanned plane room
CN110442144A (en) * 2019-08-06 2019-11-12 厦门理工学院 Tour guide's UAV system and its working method based on Android
CN110494815A (en) * 2018-03-30 2019-11-22 深圳市大疆创新科技有限公司 A kind of paths planning method and device
CN110864682A (en) * 2019-11-27 2020-03-06 成都纵横自动化技术股份有限公司 Unmanned aerial vehicle safety return route planning method
CN111091622A (en) * 2019-12-16 2020-05-01 广州地理研究所 Unmanned aerial vehicle inspection route construction method
CN111473791A (en) * 2020-04-30 2020-07-31 北京土小豆在线科技有限公司 Route planning method for unmanned aerial vehicle flying close to ground
CN112444248A (en) * 2019-08-27 2021-03-05 广州极飞科技有限公司 Route generation method, device, equipment and storage medium
CN112669466A (en) * 2020-12-23 2021-04-16 北京像素软件科技股份有限公司 Virtual space path planning method and device, electronic equipment and storage medium
CN112710311A (en) * 2020-12-14 2021-04-27 中国铁路设计集团有限公司 Automatic planning method for three-dimensional live-action reconstruction aerial camera points of terrain adaptive unmanned aerial vehicle
CN114111799A (en) * 2021-12-07 2022-03-01 青岛市勘察测绘研究院 Unmanned aerial vehicle aerial photography path planning method aiming at high monomer fine modeling
CN114428510A (en) * 2022-01-27 2022-05-03 成都睿铂科技有限责任公司 Method and system for correcting surrounding route

Families Citing this family (32)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6676786B2 (en) 2016-05-30 2020-04-08 エスゼット ディージェイアイ テクノロジー カンパニー リミテッドSz Dji Technology Co.,Ltd Spray head assembly and spray head device
CN106568433B (en) * 2016-10-28 2020-11-03 易瓦特科技股份公司 Method and device for setting flight trajectory
CN112882645B (en) * 2016-11-14 2023-03-28 深圳市大疆创新科技有限公司 Channel planning method, control end, aircraft and channel planning system
WO2018090208A1 (en) * 2016-11-15 2018-05-24 深圳市大疆创新科技有限公司 Navigation method and device based on three-dimensional map
WO2018157309A1 (en) * 2017-02-28 2018-09-07 深圳市大疆创新科技有限公司 Air route correction method and device and unmanned aerial vehicle
WO2018158927A1 (en) * 2017-03-02 2018-09-07 エスゼット ディージェイアイ テクノロジー カンパニー リミテッド Method for estimating three-dimensional shape, flying vehicle, mobile platform, program, and recording medium
WO2018165915A1 (en) * 2017-03-15 2018-09-20 深圳市大疆创新科技有限公司 Method and system for planning waypoint of unmanned aerial vehicle, electronic device, and storage medium
CN106873597B (en) * 2017-03-24 2020-11-10 上海思岚科技有限公司 Method for realizing setting of virtual track for mobile robot through computer client
CN108496132B (en) * 2017-06-30 2020-11-03 深圳市大疆创新科技有限公司 Control terminal, unmanned aerial vehicle and control method thereof
CN107479570B (en) * 2017-07-05 2021-04-09 南宁学院 Unmanned aerial vehicle automatic flight control method capable of adjusting spiral wing attitude
CN107479569B (en) * 2017-07-05 2020-11-06 南宁学院 Unmanned aerial vehicle automatic flight control system capable of adjusting spiral wing attitude
CN107402579A (en) * 2017-07-07 2017-11-28 深圳市华琥技术有限公司 A kind of haze detection method based on unmanned plane
CN107515617B (en) * 2017-08-15 2020-08-07 西安爱生技术集团公司 Method for controlling smooth switching of air route of fixed-wing unmanned aerial vehicle
CN107588760B (en) * 2017-08-24 2020-01-17 北京理工大学 Fixed-height high-precision track generation method suitable for fixed-wing unmanned aerial vehicle tracking road
CN107450586B (en) * 2017-09-15 2020-07-28 广州杰赛科技股份有限公司 Method and system for adjusting air route and unmanned aerial vehicle system
CN107807659A (en) * 2017-10-24 2018-03-16 北京臻迪科技股份有限公司 A kind of UAV Flight Control method and device
KR102403122B1 (en) * 2017-10-25 2022-05-30 삼성전자주식회사 Electronic device and control method thereof
EP3514682B1 (en) * 2017-11-24 2021-09-29 Autel Robotics Co., Ltd. Task execution method and apparatus, movable object, and computer readable storage medium
CN108490970A (en) * 2018-03-19 2018-09-04 广州亿航智能技术有限公司 Predict unmanned plane during flying track approach, device and storage medium
CN108469837A (en) * 2018-04-20 2018-08-31 广州亿航智能技术有限公司 Unmanned plane is around angle flight control method, equipment and storage medium
CN108871289A (en) * 2018-06-01 2018-11-23 广州中科云图智能科技有限公司 A kind of circular airborne survey method and system based on unmanned plane
CN110570691B (en) * 2018-06-06 2021-12-17 杭州海康机器人技术有限公司 Unmanned aerial vehicle route determining method and device
CN109341695B (en) * 2018-11-15 2022-04-26 江苏艾佳家居用品有限公司 Indoor unmanned aerial vehicle navigation method based on indoor graph calibration
CN110084889B (en) * 2019-03-29 2020-07-24 贝壳找房(北京)科技有限公司 Method and device for processing wandering line in cell virtual three-dimensional model
CN110118557A (en) * 2019-04-24 2019-08-13 深圳市道通智能航空技术有限公司 A kind of course line joining method, system and user terminal
CN110333734A (en) * 2019-05-24 2019-10-15 深圳市道通智能航空技术有限公司 A kind of unmanned plane and its control method, storage medium
CN110262549A (en) * 2019-06-24 2019-09-20 亿航智能设备(广州)有限公司 A kind of fixed-wing unmanned plane and its ground taxi control method, storage medium
CN112166394A (en) * 2019-10-31 2021-01-01 深圳市大疆创新科技有限公司 Air route planning method, equipment, system and storage medium
CN111158402A (en) * 2020-01-16 2020-05-15 北京工商大学 Logistics transportation unmanned aerial vehicle flight path planning method
JP6940670B1 (en) * 2020-08-26 2021-09-29 株式会社エネルギア・コミュニケーションズ Flight path creation method and system for unmanned aircraft
CN114020003B (en) * 2021-12-23 2024-04-19 中国卫星海上测控部 Unmanned aerial vehicle route planning method for calibrating and controlling marine shafting parameters of measurement and control antenna
CN117968705A (en) * 2024-04-02 2024-05-03 广东电网有限责任公司佛山供电局 Cable line inspection method and device, readable storage medium and processor

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1995560A2 (en) * 2007-05-24 2008-11-26 Honeywell International Inc. Flight path planning to reduce detection of an unmanned aerial vehicle
CN102419596A (en) * 2011-11-20 2012-04-18 北京航空航天大学 Vector-field-based small-sized unmanned plane wind-field anti-interference self-adaptive control method
CN102880186A (en) * 2012-08-03 2013-01-16 北京理工大学 Flight path planning method based on sparse A* algorithm and genetic algorithm
CN103149937A (en) * 2013-02-26 2013-06-12 北京航空航天大学 Transverse lateral curve flight-path tracking method based on curvature compensation
CN104807457A (en) * 2015-04-29 2015-07-29 广州快飞计算机科技有限公司 Generation method and device of flight line of aircraft and terminal equipment
CN105518415A (en) * 2014-10-22 2016-04-20 深圳市大疆创新科技有限公司 Flight path setting method and apparatus

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102854888A (en) * 2012-09-10 2013-01-02 北京东进记录科技有限公司 Method and device for planning course line
FR3019284B1 (en) * 2014-03-28 2021-05-14 Thales Sa LATERAL TRAJECTORIES CALCULATION PROCESS
CN104035446B (en) * 2014-05-30 2017-08-25 深圳市大疆创新科技有限公司 The course generation method and system of unmanned plane
CN104807463B (en) * 2015-04-13 2017-08-25 广东欧珀移动通信有限公司 A kind of method and device of path planning

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1995560A2 (en) * 2007-05-24 2008-11-26 Honeywell International Inc. Flight path planning to reduce detection of an unmanned aerial vehicle
CN102419596A (en) * 2011-11-20 2012-04-18 北京航空航天大学 Vector-field-based small-sized unmanned plane wind-field anti-interference self-adaptive control method
CN102880186A (en) * 2012-08-03 2013-01-16 北京理工大学 Flight path planning method based on sparse A* algorithm and genetic algorithm
CN103149937A (en) * 2013-02-26 2013-06-12 北京航空航天大学 Transverse lateral curve flight-path tracking method based on curvature compensation
CN105518415A (en) * 2014-10-22 2016-04-20 深圳市大疆创新科技有限公司 Flight path setting method and apparatus
CN104807457A (en) * 2015-04-29 2015-07-29 广州快飞计算机科技有限公司 Generation method and device of flight line of aircraft and terminal equipment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
JIANG, LINGLINGET AL: "Study on Low Altitude Penetration Path Planning Algorithm under 1-13 Flexibility Restraints", COMPUTER SIMULATION, vol. 28, no. 8, 31 August 2011 (2011-08-31), pages 80 - 82 *

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110494815A (en) * 2018-03-30 2019-11-22 深圳市大疆创新科技有限公司 A kind of paths planning method and device
CN109542119A (en) * 2018-12-08 2019-03-29 深圳飞马机器人科技有限公司 Aircraft flight course planning method and system
CN109782806B (en) * 2019-02-19 2020-10-23 北京邮电大学 Indoor path tracking method and device for unmanned aerial vehicle
CN109782806A (en) * 2019-02-19 2019-05-21 北京邮电大学 Path following method and device in a kind of unmanned plane room
CN110442144A (en) * 2019-08-06 2019-11-12 厦门理工学院 Tour guide's UAV system and its working method based on Android
CN112444248A (en) * 2019-08-27 2021-03-05 广州极飞科技有限公司 Route generation method, device, equipment and storage medium
CN110864682A (en) * 2019-11-27 2020-03-06 成都纵横自动化技术股份有限公司 Unmanned aerial vehicle safety return route planning method
CN111091622A (en) * 2019-12-16 2020-05-01 广州地理研究所 Unmanned aerial vehicle inspection route construction method
CN111091622B (en) * 2019-12-16 2022-07-01 广东省科学院广州地理研究所 Unmanned aerial vehicle inspection route construction method
CN111473791A (en) * 2020-04-30 2020-07-31 北京土小豆在线科技有限公司 Route planning method for unmanned aerial vehicle flying close to ground
CN111473791B (en) * 2020-04-30 2023-02-03 北京土小豆在线科技有限公司 Route planning method for ground-attached flight of unmanned aerial vehicle
CN112710311A (en) * 2020-12-14 2021-04-27 中国铁路设计集团有限公司 Automatic planning method for three-dimensional live-action reconstruction aerial camera points of terrain adaptive unmanned aerial vehicle
CN112669466A (en) * 2020-12-23 2021-04-16 北京像素软件科技股份有限公司 Virtual space path planning method and device, electronic equipment and storage medium
CN114111799A (en) * 2021-12-07 2022-03-01 青岛市勘察测绘研究院 Unmanned aerial vehicle aerial photography path planning method aiming at high monomer fine modeling
CN114111799B (en) * 2021-12-07 2023-08-15 青岛市勘察测绘研究院 Unmanned aerial vehicle aerial-shooting path planning method for high-macromonomer fine modeling
CN114428510A (en) * 2022-01-27 2022-05-03 成都睿铂科技有限责任公司 Method and system for correcting surrounding route
CN114428510B (en) * 2022-01-27 2024-04-19 成都睿铂科技有限责任公司 Surrounding route correction method and system

Also Published As

Publication number Publication date
CN106054920A (en) 2016-10-26

Similar Documents

Publication Publication Date Title
WO2017211029A1 (en) Method and device for planning flight path for unmanned aerial vehicle
JP7301851B2 (en) Automated adaptive 3D robot field survey
Israr et al. [Retracted] Internet of Things (IoT)‐Enabled Unmanned Aerial Vehicles for the Inspection of Construction Sites: A Vision and Future Directions
US10768623B2 (en) Drone path planning
WO2018090208A1 (en) Navigation method and device based on three-dimensional map
EP3213158B1 (en) Space partitioning for motion planning
US10183398B2 (en) Enhanced system and method for control of robotic devices
US20220221274A1 (en) Positioning systems and methods
WO2021081960A1 (en) Route planning method, device and system, and storage medium
WO2020087297A1 (en) Unmanned aerial vehicle testing method and apparatus, and storage medium
WO2023273415A1 (en) Positioning method and apparatus based on unmanned aerial vehicle, storage medium, electronic device, and product
CN114047760B (en) Path planning method and device, electronic equipment and automatic driving vehicle
Politi et al. Path planning and landing for unmanned aerial vehicles using ai
WO2022067759A1 (en) Flight control method, aircraft, control terminal, and readable storage medium
Das et al. Human target search and detection using autonomous UAV and deep learning
US20200027239A1 (en) Iterative image position determination
Zelenka et al. Outdoor UAV control and coordination system supported by biological inspired method
CN116560408A (en) Sequence convex optimization method and system for time optimal track of unmanned aerial vehicle
Kumar et al. Development of Efficient Swarm Intelligence Algorithm for Simulating Two-Dimensional Orthomosaic for Terrain Mapping Using Cooperative Unmanned Aerial Vehicles
Kurdi et al. Navigation of mobile robot with cooperation of quadcopter
CN114460961A (en) Unmanned equipment operation route determining method, device, equipment and storage medium
Caballero et al. An automated UAV-assisted 2D mapping system for First Responders
WO2020154937A1 (en) Method and device for controlling loads, and control apparatus
Shang et al. An algorithm of visual reconnaissance path planning for UAVs in complex spaces
Li et al. UAV System integration of real-time sensing and flight task control for autonomous building inspection task

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: 16904478

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: 16904478

Country of ref document: EP

Kind code of ref document: A1