CN114578848A - Unmanned aerial vehicle routing inspection path planning method based on discrete point density and global planning - Google Patents

Unmanned aerial vehicle routing inspection path planning method based on discrete point density and global planning Download PDF

Info

Publication number
CN114578848A
CN114578848A CN202210041817.8A CN202210041817A CN114578848A CN 114578848 A CN114578848 A CN 114578848A CN 202210041817 A CN202210041817 A CN 202210041817A CN 114578848 A CN114578848 A CN 114578848A
Authority
CN
China
Prior art keywords
inspected
unmanned aerial
points
aerial vehicle
patrolled
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
CN202210041817.8A
Other languages
Chinese (zh)
Other versions
CN114578848B (en
Inventor
孟焕
李响
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
East China Normal University
Original Assignee
East China Normal University
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 East China Normal University filed Critical East China Normal University
Priority to CN202210041817.8A priority Critical patent/CN114578848B/en
Publication of CN114578848A publication Critical patent/CN114578848A/en
Application granted granted Critical
Publication of CN114578848B publication Critical patent/CN114578848B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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
    • G05D1/106Change initiated in response to external conditions, e.g. avoidance of elevated terrain or of no-fly zones
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02TCLIMATE CHANGE MITIGATION TECHNOLOGIES RELATED TO TRANSPORTATION
    • Y02T10/00Road transport of goods or passengers
    • Y02T10/10Internal combustion engine [ICE] based vehicles
    • Y02T10/40Engine management systems

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)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses an unmanned aerial vehicle routing inspection path planning method based on discrete point density and global planning, which comprises the following steps: (1) and (3) dividing the inspection range: firstly, clustering is carried out by using a DBSCAN clustering algorithm according to the spatial position and density relation of discrete points to be patrolled, the points to be patrolled in the space are divided into m areas to be patrolled, and m unmanned aerial vehicles are dispatched to be respectively responsible for patrolling the points to be patrolled in each area; (2) routing inspection path construction: aiming at each area to be inspected, constructing a Delaunay triangulation network for points to be inspected in the area, and networking discrete points, wherein each edge of the triangulation network is used as an optional path for unmanned aerial vehicle inspection; (3) routing inspection path planning: the planning of the routing inspection path of the unmanned aerial vehicle in each area to be inspected can be abstracted to a tracking SalesmanProblem problem, namely, the unmanned aerial vehicle starts from a certain point to be inspected, takes each edge in the triangulation network as an optional path, traverses all points to be inspected in the area to be inspected, does not repeatedly pass through the same point to be inspected, and simultaneously makes the total path shortest.

Description

Unmanned aerial vehicle routing inspection path planning method based on discrete point density and global planning
Technical Field
The invention belongs to the technical field of path optimization, and particularly relates to an unmanned aerial vehicle routing inspection path planning method based on discrete point density and global planning.
Background
With the increasing development speed of the economic society of China, the city construction is steadily developed. The coordinated development of urban economy depends on the planning of urban roads, and therefore, road construction becomes a crucial aspect in urban construction. The performance and the state of the road facilities are directly related to urban traffic safety and trip experience, and in the management and maintenance work of urban roads, the routing inspection of the roads is a key link for improving the urban road facilities. The road inspection information can be applied to the fields of road disease information screening, abnormal vehicle detention, intersection environment monitoring and the like. Road monitoring is not a one-time process, but rather is a periodic tracking of road maintenance and facility operation. Therefore, it is very important to select an efficient and timely inspection mode.
The traditional road inspection mainly adopts a manual inspection mode, has large workload, low efficiency and high cost, and is difficult to meet the requirement of large-scale road facility management. Compare in traditional mode of patrolling and examining, the novel road of adopting unmanned aerial vehicle patrols and examines the mode cost lower relatively, mobility can be good, the measurement is comparatively meticulous, can replace artifical completion road to patrol and examine work. With the development of the 5G technology, the "unmanned aerial vehicle + 5G" technology is applied to daily life. The unmanned aerial vehicle is adopted for road inspection, the data transmission rate is high, the network delay is low, high-definition images can be obtained in real time, and convenience is brought to heavy road management and maintenance work.
However, when the unmanned aerial vehicle is adopted for road inspection, the characteristics of the unmanned aerial vehicle need to be considered. At present, the small unmanned aerial vehicle mostly adopts battery powered, and the energy of carrying is more limited, and the time of carrying out the task of patrolling and examining is also limited. Compared with manual inspection, the unmanned aerial vehicle which uses the number as small as possible to complete the same workload as manual inspection in the inspection process is an urgent need of the urban road inspection work. Therefore, how to efficiently finish the routing inspection task within the maximum range of the endurance mileage of the unmanned aerial vehicle is a problem which needs to be solved urgently. Using unmanned aerial vehicles for road inspection presents several major challenges: 1) wait to patrol and examine the interval between the point far away, the point that needs to patrol and examine is more, and an unmanned aerial vehicle is difficult to accomplish and patrols and examines the task. Too far distance between the points to be inspected can cause the unmanned aerial vehicle to only fly and not sample, thus causing waste of carried energy; 2) the points to be inspected are discrete data points, the points to be inspected are independent, and a passage exists between any two points, so that the multiple points are difficult to comprehensively consider, namely scientific and reasonable relation is established from the whole situation; 3) because the limit of the endurance mileage of the unmanned aerial vehicle, the unmanned aerial vehicle does not repeatedly traverse each point to be patrolled and examined in the area to be patrolled and examined, the area to be patrolled and examined does not produce the overlap, and the optimization of the path is realized on the basis.
Disclosure of Invention
In order to comprehensively consider the characteristic of using the unmanned aerial vehicle for inspection and obtain a more optimized unmanned aerial vehicle inspection path, the invention aims to provide an unmanned aerial vehicle inspection path planning method based on discrete point density and global planning. The method divides the whole area to be inspected into m small areas to be inspected through a DBSCAN clustering algorithm based on the spatial position and density relation of discretely distributed points to be inspected. Aiming at each area to be inspected, by a method of constructing a Delaunay triangulation network, discrete points are networked and an optional path is constructed, and an unmanned aerial vehicle inspection path is optimized on the basis.
The specific technical scheme for realizing the purpose of the invention is as follows:
an unmanned aerial vehicle routing inspection path planning method based on discrete point density and global planning comprises the following steps:
step 1: and (3) dividing the inspection range: acquiring the longitude and latitude of each discrete point to be patrolled, and setting a search radius r and the minimum number n of points to be patrolled of a single unmanned aerial vehicle according to the spatial position and density relation of the points to be patrolled; clustering the points to be inspected, dividing all the points to be inspected into m categories as m areas to be inspected, and respectively inspecting the m areas to be inspected by using m unmanned aerial vehicles;
step 2: routing inspection path construction: in order to obtain the spatial relationship between points, a triangular net is respectively constructed for the points to be inspected in each area to be inspected, each edge in the triangular net has a side length attribute, namely the distance between two points to be inspected connected with the edge, and each edge is used as an optional path for planning the inspection path of the unmanned aerial vehicle;
and step 3: routing inspection path planning: respectively planning routing inspection paths for each to-be-inspected area clustered in the step 1; when the unmanned aerial vehicle is sent from a certain point to be patrolled, abstracting the selectable path obtained in the step 2 into a tracking Salesman Problem Problem, and planning a shortest unmanned aerial vehicle patrolling path.
Preferably, the search radius r in step 1 is greater than the distance between two nearest points to be inspected and is less than the maximum range of the unmanned aerial vehicle.
Preferably, the points to be inspected are clustered in step 1, and a DBSCAN clustering algorithm is selected; two parameters in the DBSCAN clustering algorithm: taking r and n as the scanning radius and the minimum contained point number respectively; after clustering is completed, the number k of points to be patrolled in each area to be patrolled is larger than or equal to n, and the number k of points to be patrolled in different areas to be patrolled is different.
Preferably, the triangulation network constructed in the step 2 is a Delaunay triangulation network; the Delaunay triangulation network is a collection of connected, but non-overlapping, Delaunay triangles, and the circumscribed circle of each of the Delaunay triangulation networks does not include any other point within a plane.
Preferably, in step 3, the tracking Salesman Problem is that a drone accesses k points to be inspected, and the restriction of the path is: each point to be inspected needs to be accessed, and each point to be inspected can be accessed only once; the selection targets of the paths are: the determined path distance is the minimum value of all paths.
According to the method, the density relation of the points to be inspected and the characteristic that the energy carried by the unmanned aerial vehicle is limited are comprehensively considered, the energy loss caused by the fact that the unmanned aerial vehicle moves between the points to be inspected which are too far away is reduced by dividing the whole area to be inspected, and meanwhile, the flight path of the unmanned aerial vehicle is optimized, so that the road inspection is lower in implementation cost, higher in efficiency and finer in measurement.
Drawings
FIG. 1 is a flow chart of the present invention;
FIGS. 2, 3 and 4 are pseudo code diagrams of the present invention;
FIG. 5 is a diagram illustrating a path planning method according to an embodiment of the present invention.
Detailed Description
The invention is described in further detail below with reference to the figures and examples.
Referring to fig. 1, the present invention includes the following specific steps:
step 1: and (3) dividing the inspection range: acquiring the longitude and latitude of each discrete point to be patrolled, and setting a search radius r and the minimum number n of points to be patrolled of a single unmanned aerial vehicle according to the spatial position and density relation of the points to be patrolled; clustering the points to be inspected, dividing all the points to be inspected into m categories as m areas to be inspected, and inspecting the m areas to be inspected by using m unmanned aerial vehicles;
step 2: routing inspection path construction: in order to obtain the spatial relationship between points, a triangular net is respectively constructed for the points to be inspected in each area to be inspected, each edge in the triangular net has a side length attribute, namely the distance between two points to be inspected connected with the edge, and each edge is used as an optional path for planning the inspection path of the unmanned aerial vehicle;
and step 3: routing inspection path planning: respectively planning routing inspection paths for each to-be-inspected area clustered in the step 1; when the unmanned aerial vehicle is sent from a certain point to be patrolled, abstracting the selectable path obtained in the step 2 into a tracking Salesman Problem Problem, and planning a shortest unmanned aerial vehicle patrolling path.
And in the step 1, the search radius r is larger than the distance between two nearest points to be patrolled and examined and is smaller than the maximum range of the unmanned aerial vehicle.
Clustering the points to be inspected in the step 1, and selecting a DBSCAN clustering algorithm; two parameters in the DBSCAN clustering algorithm: taking r and n as the scanning radius and the minimum contained point number respectively; after clustering is completed, the number k of points to be patrolled in each area to be patrolled is larger than or equal to n, and the number k of points to be patrolled in different areas to be patrolled is different.
Wherein, the triangulation network constructed in the step 2 is a Delaunay triangulation network; the Delaunay triangulation network is a collection of connected, but non-overlapping, Delaunay triangles, and the circumscribed circle of each of the Delaunay triangulation networks does not include any other point within a plane.
Wherein, in step 3, the tracking Salesman Problem Problem is that an unmanned aerial vehicle visits k points to be patrolled and examined, and the restriction of the path is: each point to be inspected needs to be accessed, and each point to be inspected can be accessed only once; the selection targets of the paths are: the determined path distance is the minimum value of all paths.
Examples
The specific process of the embodiment comprises three steps:
step 1: referring to fig. 5, there are 19 points to be inspected in the whole area to be inspected, and the longitude and latitude of each point to be inspected are obtained respectively. In order to meet the cost of single flight of the unmanned aerial vehicle, n is set to be 3; the shortest distance between the points to be inspected and the maximum range of the unmanned aerial vehicle are comprehensively considered, the spatial position and the density relation of the inspection points are observed, 3 or more points to be inspected are more in line with the density distribution of the points to be inspected within the range of 2 kilometers in radius, and therefore the search radius r is set to be 2 kilometers. Referring to fig. 2, clustering the points to be inspected by using the DBSCAN algorithm, wherein the algorithm randomly accesses a point, finds all points which are less than or equal to 2 kilometers away from the point, and if the number of the points in the neighborhood is greater than or equal to 3, takes the point as a core point, clusters the points in the neighborhood into a cluster, and if other core points exist in the neighborhood of the core point, combines the clusters to obtain the maximum set of the points with connected density; if the selected point is not the core point, the next point is searched, and the process is repeated until each point is gathered into a certain cluster. And finally clustering to obtain 4 regions to be patrolled and examined, and dispatching 4 unmanned aerial vehicles to patrol and examine the 4 regions to be patrolled and examined respectively.
Step 2: referring to the algorithm shown in fig. 3, Delaunay triangulation networks are respectively constructed for the points to be inspected in the 4 areas to be inspected, the point surrounded by the dotted line and the solid line in fig. 3 is the Delaunay triangulation network of the embodiment, each edge in the triangulation network has a side length attribute, that is, the distance between two points to be inspected connected with the edge, and each edge is used as an optional path for routing the inspection path of the unmanned aerial vehicle.
And step 3: referring to the algorithm shown in fig. 4, routing inspection path planning is respectively performed on each to-be-inspected area clustered in the step 1; abstracting the selectable path to be a tracking Salesman Problem Problem based on the selectable path obtained in the step 2; the algorithm randomly selects a point as a starting point, searches for a point which is closest to the current point in the points which are not visited each time, and takes the point as a point to be visited next time until all the points are traversed, so that a patrol route which is not repeatedly visited, traverses all the points and has the shortest total route is obtained.
Finally, aiming at each area to be patrolled, an unmanned aerial vehicle patrolling path is obtained, as shown in fig. 5.
The above embodiments are not intended to limit the present invention, and all modifications and improvements made without departing from the spirit of the present invention are within the scope of the present invention.

Claims (5)

1. An unmanned aerial vehicle routing inspection path planning method based on discrete point density and global planning is characterized in that: the method comprises the following specific steps:
step 1: and (3) dividing the inspection range: acquiring the longitude and latitude of each discrete point to be patrolled, and setting a search radius r and the minimum number n of points to be patrolled of a single unmanned aerial vehicle according to the spatial position and density relation of the points to be patrolled; clustering the points to be inspected, dividing all the points to be inspected into m categories as m areas to be inspected, and respectively inspecting the m areas to be inspected by using m unmanned aerial vehicles;
step 2: routing inspection path construction: in order to obtain the spatial relationship between points, a triangular net is respectively constructed for the points to be inspected in each area to be inspected, each edge in the triangular net has a side length attribute, namely the distance between two points to be inspected connected with the edge, and each edge is used as an optional path for planning the inspection path of the unmanned aerial vehicle;
and step 3: routing inspection path planning: respectively planning routing inspection paths for each to-be-inspected area clustered in the step 1; when the unmanned aerial vehicle is sent from a certain point to be patrolled, abstracting the selectable path obtained in the step 2 into a tracking Salesman Problem Problem, and planning a shortest unmanned aerial vehicle patrolling path.
2. The unmanned aerial vehicle inspection path planning method based on discrete point density and global planning of claim 1, wherein: in the step 1, the search radius r is larger than the distance between two nearest points to be patrolled and examined and is smaller than the maximum range of the unmanned aerial vehicle.
3. The unmanned aerial vehicle inspection path planning method based on discrete point density and global planning of claim 1, wherein: clustering the points to be inspected in the step 1, and selecting a DBSCAN clustering algorithm; two parameters in the DBSCAN clustering algorithm: taking r and n as the scanning radius and the minimum contained point number respectively; after clustering is completed, the number k of points to be patrolled in each area to be patrolled is larger than or equal to n, and the number k of points to be patrolled in different areas to be patrolled is different.
4. The unmanned aerial vehicle inspection path planning method based on discrete point density and global planning of claim 1, wherein: the triangulation network is constructed in the step 2, and is a Delaunay triangulation network; the Delaunay triangulation network is a collection of connected, but non-overlapping, Delaunay triangles, and the circumscribed circle of each of the Delaunay triangulation networks does not include any other point within a plane.
5. The unmanned aerial vehicle inspection path planning method based on discrete point density and global planning of claim 1, wherein: in step 3, the tracking Salesman Problem Problem is that an unmanned aerial vehicle accesses k points to be patrolled, and the restriction of the path is as follows: each point to be inspected needs to be accessed, and each point to be inspected can be accessed only once; the selection targets of the paths are: the determined path distance is the minimum value of all paths.
CN202210041817.8A 2022-01-14 2022-01-14 Unmanned aerial vehicle routing inspection path planning method based on discrete point density and global planning Active CN114578848B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210041817.8A CN114578848B (en) 2022-01-14 2022-01-14 Unmanned aerial vehicle routing inspection path planning method based on discrete point density and global planning

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210041817.8A CN114578848B (en) 2022-01-14 2022-01-14 Unmanned aerial vehicle routing inspection path planning method based on discrete point density and global planning

Publications (2)

Publication Number Publication Date
CN114578848A true CN114578848A (en) 2022-06-03
CN114578848B CN114578848B (en) 2024-08-16

Family

ID=81769595

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210041817.8A Active CN114578848B (en) 2022-01-14 2022-01-14 Unmanned aerial vehicle routing inspection path planning method based on discrete point density and global planning

Country Status (1)

Country Link
CN (1) CN114578848B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114872029A (en) * 2022-06-09 2022-08-09 深圳市巨龙创视科技有限公司 Robot vision recognition system
CN115755954A (en) * 2022-10-28 2023-03-07 佳源科技股份有限公司 Routing inspection path planning method and system, computer equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107300927A (en) * 2017-06-26 2017-10-27 中国人民解放军国防科学技术大学 A kind of unmanned plane base station selection and patrol method for optimizing route and device
CN109977546A (en) * 2019-03-27 2019-07-05 北京航空航天大学 A kind of online method for detecting abnormality of four-dimensional track based on unsupervised learning
CN111443730A (en) * 2020-05-12 2020-07-24 江苏方天电力技术有限公司 Unmanned aerial vehicle track automatic generation method and device for power transmission line inspection
CN112379673A (en) * 2020-11-26 2021-02-19 广东盈峰智能环卫科技有限公司 Robot self-following method and device based on single-line laser radar and robot
CN113741527A (en) * 2021-09-13 2021-12-03 德仕能源科技集团股份有限公司 Oil well inspection method, equipment and medium based on multiple unmanned aerial vehicles

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107300927A (en) * 2017-06-26 2017-10-27 中国人民解放军国防科学技术大学 A kind of unmanned plane base station selection and patrol method for optimizing route and device
CN109977546A (en) * 2019-03-27 2019-07-05 北京航空航天大学 A kind of online method for detecting abnormality of four-dimensional track based on unsupervised learning
CN111443730A (en) * 2020-05-12 2020-07-24 江苏方天电力技术有限公司 Unmanned aerial vehicle track automatic generation method and device for power transmission line inspection
CN112379673A (en) * 2020-11-26 2021-02-19 广东盈峰智能环卫科技有限公司 Robot self-following method and device based on single-line laser radar and robot
CN113741527A (en) * 2021-09-13 2021-12-03 德仕能源科技集团股份有限公司 Oil well inspection method, equipment and medium based on multiple unmanned aerial vehicles

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
ALEXANDER DOCKHORN, CHRISTIAN BRAUNE, AND RUDOLF KRUSE: "Variable density based clustering", 《2016 IEEE SYMPOSIUM SERIES ON COMPUTATIONAL INTELLIGENCE (SSCI)》, 31 December 2016 (2016-12-31), pages 1 - 8, XP033066288, DOI: 10.1109/SSCI.2016.7849925 *
YIFAN DING ETAL: "Density-based optimal UAV path planning for Photovoltaic Farm Inspection in Complex Topography", 《2020 CHINESE CONTROL AND DECISION CONFERENCE (CCDC 2020)》, 31 December 2020 (2020-12-31), pages 3931 - 3936 *
张昆: "植保无人机飞行性能和作业区域评估的研究", 《中国博士学位论文全文数据库农业科技辑》, 15 August 2020 (2020-08-15), pages 044 - 15 *
李怡敏: "基于改进头脑风暴算法的无人机低空航线规划研究", 《中国优秀硕士学位论文全文数据库工程科技Ⅱ辑》, 15 June 2021 (2021-06-15), pages 031 - 92 *
王子洋等: "应用于无人驾驶车辆的点云聚类算法研究进展", 《世界科技研究与发展》, 30 June 2021 (2021-06-30), pages 274 - 285 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114872029A (en) * 2022-06-09 2022-08-09 深圳市巨龙创视科技有限公司 Robot vision recognition system
CN114872029B (en) * 2022-06-09 2024-02-02 深圳市巨龙创视科技有限公司 Robot vision recognition system
CN115755954A (en) * 2022-10-28 2023-03-07 佳源科技股份有限公司 Routing inspection path planning method and system, computer equipment and storage medium
CN115755954B (en) * 2022-10-28 2023-07-25 佳源科技股份有限公司 Routing inspection path planning method, system, computer equipment and storage medium

Also Published As

Publication number Publication date
CN114578848B (en) 2024-08-16

Similar Documents

Publication Publication Date Title
Li et al. Traffic density-based discovery of hot routes in road networks
Shang et al. Inferring gas consumption and pollution emission of vehicles throughout a city
CN114578848B (en) Unmanned aerial vehicle routing inspection path planning method based on discrete point density and global planning
WO2022083166A1 (en) Method and system for reconstructing vehicle's driving trajectory when checkpoint data is missing
CN110836675B (en) Decision tree-based automatic driving search decision method
CN111121783B (en) Double-layer path planning method and device for vehicle-mounted unmanned aerial vehicle power inspection
CN111121782A (en) Double-layer path planning method and device for power inspection of vehicle-mounted unmanned aerial vehicle
CN104318324A (en) Taxi GPS (Global Positioning System) record based airport bus station and path planning method
CN109376184A (en) A method of windward driving is taken based on big data
CN112797995A (en) Vehicle emergency navigation method with space-time characteristic situation information
CN113920739A (en) Traffic data driving framework based on information physical fusion system and construction method
US11537767B2 (en) Automated control through a traffic model
CN114419897A (en) Urban traffic CIM system based on V2X technology and display method thereof
Anastasiou et al. Admsv2: A modern architecture for transportation data management and analysis
CN115185303A (en) Unmanned aerial vehicle patrol path planning method for national parks and natural protected areas
Jabeen et al. Autonomous vehicle health monitoring based on cloud-fog computing
CN104778355B (en) The abnormal track-detecting method of traffic system is distributed based on wide area
Chen et al. Finding next high-quality passenger based on spatio-temporal big data
Zhou et al. Method for judging parking status based on yolov2 target detection algorithm
CN110879862B (en) Vehicle Information Query System Based on Internet of Things
Waury et al. Assessing the accuracy benefits of on-the-fly trajectory selection in fine-grained travel-time estimation
CN113465612B (en) Parallel path planning method and system based on double-layer index
Liu et al. Learning to route via theory-guided residual network
Lhouss et al. Traffic Monitoring Using IoT And Lambda Architecture
Bi et al. Research on data extraction and analysis of software defect in IoT communication software

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant