US12405118B2 - Method for generating circular traveling route of vehicle, device for generating circular traveling route of vehicle, and recording medium in which program for executing method for generating circular traveling route of vehicle is recorded - Google Patents

Method for generating circular traveling route of vehicle, device for generating circular traveling route of vehicle, and recording medium in which program for executing method for generating circular traveling route of vehicle is recorded

Info

Publication number
US12405118B2
US12405118B2 US18/259,409 US202118259409A US12405118B2 US 12405118 B2 US12405118 B2 US 12405118B2 US 202118259409 A US202118259409 A US 202118259409A US 12405118 B2 US12405118 B2 US 12405118B2
Authority
US
United States
Prior art keywords
vehicle
traveling route
route
roads
generating
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.)
Active, expires
Application number
US18/259,409
Other versions
US20240060783A1 (en
Inventor
Seung Hyun JI
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.)
42dot Inc
Original Assignee
42dot Inc
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 42dot Inc filed Critical 42dot Inc
Assigned to 42DOT INC. reassignment 42DOT INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: JI, SEUNG HYUN
Publication of US20240060783A1 publication Critical patent/US20240060783A1/en
Application granted granted Critical
Publication of US12405118B2 publication Critical patent/US12405118B2/en
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/26Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
    • G01C21/34Route searching; Route guidance
    • G01C21/3407Route searching; Route guidance specially adapted for specific applications
    • G01C21/343Calculating itineraries
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/26Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
    • G01C21/34Route searching; Route guidance
    • G01C21/36Input/output arrangements for on-board computers
    • G01C21/3626Details of the output of route guidance instructions
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/26Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
    • G01C21/34Route searching; Route guidance
    • G01C21/3446Details of route searching algorithms, e.g. Dijkstra, A*, arc-flags or using precalculated routes
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/26Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
    • G01C21/34Route searching; Route guidance
    • G01C21/3453Special cost functions, i.e. other than distance or default speed limit of road segments
    • G01C21/3461Preferred or disfavoured areas, e.g. dangerous zones, toll or emission zones, intersections, manoeuvre types or segments such as motorways, toll roads or ferries
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/26Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
    • G01C21/34Route searching; Route guidance
    • G01C21/3453Special cost functions, i.e. other than distance or default speed limit of road segments
    • G01C21/3476Special cost functions, i.e. other than distance or default speed limit of road segments using point of interest [POI] information, e.g. a route passing visible POIs
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/04Forecasting or optimisation specially adapted for administrative or management purposes, e.g. linear programming or "cutting stock problem"
    • G06Q10/047Optimisation of routes or paths, e.g. travelling salesman problem

Definitions

  • the present disclosure relates to a method of generating a circular traveling route of a vehicle, a device for generating a circular traveling route of a vehicle, and a recording medium in which a program for executing the method of generating a circular traveling route of a vehicle is recorded, and more particularly, to a method of generating a circular traveling route of a vehicle, a device for generating a circular traveling route of a vehicle, and a recording medium in which a program for executing the method of generating a circular traveling route of a vehicle is recorded, capable of efficiently generating an optimal circular traveling route for a vehicle, which needs to travel through the entire list of predetermined roads for a specific purpose, such as building a road map, obtaining image data, or performing road maintenance work, generating an optimal circular traveling route for a vehicle, which needs to repeatedly travel a list of predetermined roads a certain number of times depending on the purpose of vehicle travel, generating an optimal circular traveling route in consideration of a travel cost calculated according to various travel cost calculation criteria, such as a travel distance
  • the calculation for optimizing the sequence of traveling waypoints is a non-deterministic polynomial time problem (NP-Problem), and thus, the number of all cases should be calculated to calculate the optimal travel sequence, which is practically impossible.
  • NP-Problem non-deterministic polynomial time problem
  • a heuristic method (Traveling Salesperson Problem (TSP) Solver Algorithm) may be proposed to optimize the sequence of traveling waypoints, but this method also has a limitation in that it takes too much time to optimize the sequence of waypoints depending on the number of the waypoints.
  • TSP Traffic Salesperson Problem
  • the data collection vehicles that need to travel a specific road section to build road maps or obtain image data may need to travel the specific road section repeatedly for a predetermined required number of times, and the related art has a limitation of not being able to support the generation of a route that allows the vehicle to travel the same waypoint twice or more.
  • the related art has a limitation of not being able to support the generation of a traveling route that meets various purposes of driving a vehicle, such as building road maps, obtaining image data, or maintaining roads.
  • the vehicle when a vehicle travels for the purpose of obtaining image data, the vehicle should travel in a straight forward direction as much as possible, minimizing turning movements such as right, left, and U-turns to obtain high-quality data, but the conventional simple waypoint method has a technical limitation that it is not possible to generate a traveling route in consideration of such preferred traveling directions.
  • an objective of the present disclosure is to provide a method of generating a circular traveling route of a vehicle, a device for generating a circular traveling route of a vehicle, and a recording medium in which a program for executing the method of generating a circular traveling route of a vehicle is recorded, enabling an optimal circular traveling route for a vehicle, which needs to travel through the entire list of predetermined roads for a specific purpose, such as building a road map, obtaining image data, or performing road maintenance work, to be efficiently generated.
  • another objective of the present disclosure is to provide a method of generating a circular traveling route of a vehicle, a device for generating a circular traveling route of a vehicle, and a recording medium in which a program for executing the method of generating a circular traveling route of a vehicle is recorded, enabling an optimal circular traveling route for a vehicle, which needs to repeatedly travel a list of predetermined roads a certain number of times depending on the purpose of vehicle travel, to be generated.
  • another objective of the present disclosure is to provide a method of generating a circular traveling route of a vehicle, a device for generating a circular traveling route of a vehicle, and a recording medium in which a program for executing the method of generating a circular traveling route of a vehicle is recorded, enabling an optimal circular traveling route to be generated in consideration of a travel cost calculated according to various travel cost calculation criteria such as a travel distance and a travel time selected by a driver.
  • another objective of the present disclosure is to provide a method of generating a circular traveling route of a vehicle, a device for generating a circular traveling route of a vehicle, and a recording medium in which a program for executing the method of generating a circular traveling route of a vehicle is recorded, enabling a list of roads to be grouped based on information about a preferred traveling direction selected by a driver to generate an optimal circular traveling route that meets the purpose of vehicle travel.
  • a method of generating a circular traveling route of a vehicle includes an operation (a) of grouping a list of roads to be circulated into a plurality of groups by a route generation device, and an operation (b) of determining a vehicle traveling sequence in the plurality of groups by the route generation device.
  • the method further includes, before the operation (a), receiving a request for generating a circular traveling route including information about the list of roads to be circulated or information about an origin and a destination of the vehicle, by the route generation device.
  • the operation (a) includes an operation (a1) of primarily grouping the list of roads to be circulated on the basis of information about branch points of the roads to be circulated, by the route generation device, and an operation (a2) of secondarily grouping the list of the primarily grouped groups on the basis of information about a preferred traveling direction at a road branch point, by the route generation device.
  • the operation (b) includes an operation (b1) of calculating a travel cost required for traveling from an exit point of a first group among the plurality of groups to an entry point of a second group among the plurality of groups, by the route generation device, and an operation (b1) of determining a vehicle traveling sequence in the plurality of groups on the basis of the calculated travel cost, by the route generation device.
  • the travel cost may be calculated on the basis of at least one of a travel time required for traveling from the exit point of the first group to the entry point of the second group, a travel distance required for traveling from the exit point of the first group to the entry point of the second group, and information about a turning travel in a process of traveling from the exit point of the first group to the entry point of the second group.
  • the method further includes an operation (c) of generating the circular traveling route of the vehicle on the basis of a vehicle traveling sequence in the determined plurality of groups, the information about the number of repeated travels on the roads to be circulated, and the information about the travelable time of the vehicle, by the route generation device.
  • a route generation device includes a calculation unit configured to group a list of roads to be circulated into a plurality of groups, and determine a vehicle traveling sequence in the plurality of groups.
  • the route generation device further includes a reception unit configured to receive a request for generating a circular traveling route including information about the list of roads to be circulated or information about an origin and a destination of the vehicle.
  • the calculation unit primarily groups the list of roads to be circulated on the basis of information about branch points of the roads to be circulated, and secondarily groups the list of the primarily grouped groups on the basis of information about a preferred traveling direction at a road branch point.
  • the calculation unit calculates a travel cost required for traveling from an exit point of a first group among the plurality of groups to an entry point of a second group among the plurality of groups, and determines a vehicle traveling sequence in the plurality of groups on the basis of the calculated travel cost.
  • the travel cost may be calculated on the basis of at least one of a travel time required for traveling from the exit point of the first group to the entry point of the second group, a travel distance required for traveling from the exit point of the first group to the entry point of the second group, and information about a turning travel in a process of traveling from the exit point of the first group to the entry point of the second group.
  • the calculation unit generates the circular traveling route of a vehicle on the basis of a vehicle traveling sequence in the determined plurality of groups, the information about the number of repeated travels on the roads to be circulated, and the information about the travelable time of the vehicle.
  • a recording medium records a program for executing the method.
  • an optimal circular traveling route for a vehicle which needs to travel through the entire list of predetermined roads for a specific purpose, such as building a road map, obtaining image data, or performing road maintenance work, can be efficiently generated.
  • an optimal circular traveling route for a vehicle which needs to repeatedly travel a list of predetermined roads a certain number of times depending on the purpose of vehicle travel, can be generated.
  • an optimal circular traveling route can be generated in consideration of a travel cost calculated according to various travel cost calculation criteria such as a travel distance and a travel time selected by a driver.
  • a list of roads can be grouped based on information on a preferred traveling direction selected by a driver to generate an optimal circular traveling route that meets the purpose of vehicle travel.
  • FIG. 1 is a configuration diagram of a system for generating a circular traveling route of a vehicle according to an embodiment of the present disclosure.
  • FIG. 2 is a functional block diagram illustrating a structure of the route generation device according to an embodiment of the present disclosure.
  • FIG. 3 is a flowchart illustrating an execution process of a method of generating a circular traveling route of a vehicle according to an embodiment of the present disclosure.
  • FIG. 4 is a flowchart illustrating a grouping process of a list of roads to be circulated in the execution process of the method of generating a circular traveling route of a vehicle according to an embodiment of the present disclosure.
  • FIG. 5 is a flowchart illustrating a determining process of a vehicle traveling sequence in the execution process of the method of generating a circular traveling route of a vehicle according to an embodiment of the present disclosure.
  • FIGS. 6 to 8 are views illustrating a grouping process of a list of roads in the execution process of the method of generating a circular traveling route of a vehicle according to an embodiment of the present disclosure.
  • FIG. 9 is a view illustrating a circular traveling route of a vehicle generated by the method of generating a circular traveling route of a vehicle according to an embodiment of the present disclosure.
  • FIG. 10 is a view illustrating the principle of calculating an intergroup travel cost for a list of roads in the execution process of the method of generating a circular traveling route of a vehicle according to an embodiment of the present disclosure.
  • FIG. 1 is a configuration diagram of a system for generating a circular traveling route of a vehicle according to an embodiment of the present disclosure.
  • a system for generating a circular traveling route of a vehicle according to an embodiment of the present disclosure includes a vehicle terminal 50 and a route generation device 400 .
  • the vehicle terminal 50 may be a navigation terminal, which is installed in a vehicle 10 traveling a circular traveling route of a vehicle generated by a route generation device 400 , or a smart phone carried by a vehicle driver, and the vehicle terminal 50 transmits a request for generating a circular traveling route to the route generation device 400 according to the operation of the driver.
  • the request for generating a circular traveling route transmitted from the vehicle terminal 50 to the route generation device 400 may include information about an origin of the vehicle 10 , information about a destination of the vehicle 10 , information about a list of roads to be circulated, information about the number of repeated travels on the roads to be circulated, information about a preferred traveling direction at a road branch point, and information about a travelable time of the vehicle 10 .
  • an application program such as a navigation program that is necessary to use a service for generating and providing a circular traveling route of a vehicle according to the present disclosure, may be installed on the vehicle terminal 50 .
  • the route generation device 400 is a device for executing a method of generating a circular traveling route of a vehicle according to an embodiment of the present disclosure, and in practicing the present disclosure, the route generation device 400 may also be a service providing server that provides a service for generating and providing a circular traveling route of a vehicle by generating the circular traveling route of a vehicle in response to a request for generating a circular traveling route from the vehicle terminal 50 and transmitting the generated circular traveling route to the vehicle terminal 50 .
  • the route generation device 400 generates an optimal circular traveling route for the vehicle 10 that needs to repeatedly travel a specific road section a certain number of times in order to build a road map or obtain image data, or for the vehicle 10 for maintenance that performs road maintenance works such as cleaning, snow removal, and the like on a specific road section.
  • the route generation device 400 groups the list of roads to be circulated into a plurality of groups, determines a vehicle traveling sequence between the plurality of groups, and generates a circular traveling route of a vehicle on the basis of the determined vehicle traveling sequence.
  • the route generation device 400 may also provide a conventional navigation service for guiding a traveling route of a vehicle in response to a driver's request.
  • FIG. 2 is a functional block diagram illustrating a structure of the route generation device 400 according to an embodiment of the present disclosure.
  • the route generation device 400 includes a reception unit 410 , a storage unit 430 , a search unit 450 , a calculation unit 470 , and a transmission unit 490 .
  • the reception unit 410 of the route generation device 400 receives a request for generating a circular traveling route including information about an origin of the vehicle 10 , information about a destination of the vehicle 10 , information about a list of roads to be circulated, information about the number of repeated travels on the roads to be circulated, information about a preferred traveling direction at a road branch point, and information about a travelable time of the vehicle 10 , from the vehicle terminal 50 .
  • the storage unit 430 of the route generation device 400 stores road network data including each list of roads in a region for which a service for generating a circular traveling route of a vehicle according to the present disclosure is provided, and the search unit 450 searches the information about the list of roads to be circulated received from the vehicle terminal 50 from the road network data stored in the storage unit 430 .
  • the calculation unit 470 of the route generation device 400 groups the list of roads to be circulated into a plurality of groups, determines a vehicle traveling sequence in the plurality of groups, and generates a circular traveling route of a vehicle on the basis of the determined vehicle traveling sequence.
  • the transmission unit 490 of the route generation device 400 transmits the circular traveling route of a vehicle generated by the calculation unit 470 to the vehicle terminal 50 .
  • FIG. 3 is a flowchart illustrating an execution process of the method of generating a circular traveling route of a vehicle according to an embodiment of the present disclosure.
  • the execution process of the method of generating a circular traveling route of a vehicle according to an embodiment of the present disclosure will be described with reference to FIGS. 1 to 3 .
  • a request for generating a circular traveling route from a vehicle driver is input through the reception unit 410 of the route generation device 400 (S 310 ).
  • the driver executes an application program such as a navigation program installed in the vehicle terminal 50 , and then inputs information about an origin of the vehicle 10 , information about a destination of the vehicle 10 , information about a list of roads to be circulated, information about the number of repeated travels on the roads to be circulated, information about a preferred traveling direction at a road branch point, and information about a travelable time of the vehicle 10 , the vehicle terminal 50 transmits the request for generating a circular traveling route including the input information to the route generation device 400 .
  • information about a current location of the vehicle 10 measured by a global position system (GPS) module provided in the vehicle terminal 50 may be automatically input as the origin information.
  • GPS global position system
  • the reception unit 410 of the route generation device 400 receives the request for generating a circular traveling route from the vehicle terminal 50 , and the calculation unit 470 of the route generation device 400 groups the list of roads to be circulated included in the request for generating a circular traveling route into a plurality of groups (S 330 ).
  • FIG. 4 is a flowchart illustrating a grouping process of a list of roads to be circulated in the execution process of the method of generating a circular traveling route of a vehicle according to an embodiment of the present disclosure.
  • the search unit 450 of the route generation device 400 searches information about a list of roads ( 100 , 101 , . . . , 105 , 200 , 201 , . . . , 203 , 300 , 301 , and 302 ) to be circulated, which is included in the request for generating a circular traveling route, from the road network data stored in the storage unit 430 , and as a result, the search result as shown in FIG. 6 is provided (S 331 ).
  • the search unit 450 of the route generation device 400 may also search the entire list of roads of a certain class (e.g., a general national road) or higher within a predetermined radius (e.g., 5 km) from each point constituting a traveling route from an origin to a destination through road network data on the basis of the origin and destination information of the vehicle 10 included in the request for generating a circular traveling route and generate the searched list of roads as the list of roads to be circulated.
  • a certain class e.g., a general national road
  • a predetermined radius e.g., 5 km
  • the calculation unit 470 of the route generation device 400 primarily groups the list of roads to be circulated on the basis of information about branch points of the roads to be circulated identified as shown in FIG. 6 (S 333 ).
  • the calculation unit 470 of the route generation device 400 performs primarily grouping the list of roads into a plurality of groups by grouping the roads, which are continuously connected to each other in a forward direction, from the list of roads in the road network data into a single group, but grouping only the roads to be circulated before a branch point into a single group and grouping the roads to be circulated after the branch point into a new group.
  • the calculation unit 470 of the route generation device 400 secondarily groups the plurality of groups, which are primarily grouped, on the basis of the information about the preferred traveling direction at the road branch point, which is input in operation S 310 described above (S 335 ).
  • the calculation unit 470 of the route generation device 400 performs the secondarily grouping process for the plurality of groups, which are primarily grouped, by determining a traveling direction (i.e., a direction at the secondarily grouping) at the branch point of the roads to be circulated according to the information about the preferred traveling direction selected by the driver.
  • a traveling direction i.e., a direction at the secondarily grouping
  • the calculation unit 470 of the route generation device 400 performs the secondarily grouping process for the roads 100 , . . . , and 105 by grouping a first section of roads 100 and 101 together with a second section of roads 102 , . . . , and 105 among the second section of roads 102 , . . . , and 105 and a third section of roads 200 , . . . , and 203 , which can be secondarily grouped together with the first section of roads 100 and 101 by being connected to the primarily grouped first section of roads 100 and 101 .
  • the driver selects and inputs the information about the preferred traveling direction as “straight forward” in operation S 310 to minimize distortion of the image data.
  • the calculation unit 470 of the route generation device 400 performs the secondarily grouping process by grouping the third section of roads 200 , . . . , and 203 together with the first section of roads 100 and 101 .
  • the route generation device 400 is able to generate the circular traveling route of a vehicle that meets the purpose of vehicle operation by grouping the list of roads on the basis of the information about the preferred traveling direction according to the purpose of vehicle operation.
  • the information about the preferred traveling direction at the road branch point may not be included in the request for generating a circular traveling route in operation S 310 described above, and in this case, as described above, the calculation unit 470 of the route generation device 400 may perform the secondarily grouping process on the basis of information about a preferred traveling direction at a road branch point, which is set by default.
  • the calculation unit 470 of the route generation device 400 determines an optimal vehicle traveling sequence between the plurality of groups that are finally grouped (S 350 ).
  • FIG. 5 is a flowchart illustrating a determining process of a vehicle traveling sequence in the execution process of the method of generating a circular traveling route of a vehicle according to an embodiment of the present disclosure.
  • the search unit 450 of the route generation device 400 searches for an entry point and an exit point of each group from the road network data, and the calculation unit 470 of the route generation device 400 may calculate an intergroup travel cost for traveling from the exit point of any one of the plurality of groups to the entry point of another group of the plurality of groups as shown in Table 1 below (S 351 ).
  • the intergroup travel cost shown in Table 1 may be an intergroup travel distance or an intergroup travel time, and may also be a score that quantifies a travel burden degree due to a right turn, a left turn, a U-turn, or the like while intergroup traveling.
  • the request for generating a circular traveling route in operation S 310 described above may include information about a driver's selection for an intergroup travel cost calculation criterion (at least one of a travel distance, a travel time, and a travel burden degree), and thus, the calculation unit 470 of the route generation device 400 may calculate the intergroup travel cost shown in Table 1 according to the intergroup travel cost calculation criterion selected by the driver.
  • an intergroup travel cost calculation criterion at least one of a travel distance, a travel time, and a travel burden degree
  • the present disclosure it is possible to generate the circular traveling route of a vehicle on the basis of the travel cost calculated according to the travel cost calculation criterion such as a travel distance, a travel time, or the like selected by the driver according to the purpose of vehicle operation.
  • the travel cost calculation criterion such as a travel distance, a travel time, or the like selected by the driver according to the purpose of vehicle operation.
  • the calculation unit 470 of the route generation device 400 may calculate a total intergroup travel cost in completing one circular travel between a total of three groups as shown in Table 2 below (S 353 ).
  • the calculation unit 470 of the route generation device 400 may determine an intergroup travel order corresponding to the total travel cost having the smallest magnitude among the total travel costs calculated as shown in Table 2 as the vehicle traveling sequence in the plurality of groups (S 355 ).
  • the calculation unit 470 of the route generation device 400 generates a circular traveling route of a vehicle on the basis of the vehicle traveling sequence in the plurality of groups determined as above, and transmits the generated circular traveling route to the vehicle terminal 50 (S 370 ).
  • the calculation unit 470 of the route generation device 400 may generate a repetitive circular traveling route of the vehicle 10 according to the vehicle traveling sequence (e.g., 3 ⁇ 1 ⁇ 2 ⁇ 3) in the plurality of groups determined in Table 2 described above until the number of times (e.g., 3) that the vehicle 10 repeatedly travels the roads to be circulated included in the request for generating a circular traveling route in operation S 310 described above.
  • the vehicle traveling sequence e.g., 3 ⁇ 1 ⁇ 2 ⁇ 3
  • the request for generating a circular traveling route in operation S 310 described above may not include information about the number of times that the vehicle 10 repeatedly travels the roads to be circulated, and in this case, the calculation unit 470 of the route generation device 400 may generate the repetitive circular traveling route of the vehicle 10 as described above based on repeated travel number information that is set by default.
  • the calculation unit 470 of the route generation device 400 generates the repetitive circular traveling route of the vehicle 10 according to the vehicle traveling sequence (e.g., 3 ⁇ 1 ⁇ 2 ⁇ 3) in the plurality of groups determined through Table 2 described above, and simultaneously, may calculate a total travel time required for the vehicle 10 to travel the generated circular traveling route to be included the travel time in each group, determine whether the total travel time thus calculated exceeds a travelable time of the vehicle 10 included in the request for generating a circular traveling route in operation S 310 described above, and stop the further generation of the repetitive circular traveling route for the vehicle 10 when the total travel time thus calculated exceeds the travelable time of the vehicle 10 .
  • the vehicle traveling sequence e.g., 3 ⁇ 1 ⁇ 2 ⁇ 3
  • the driver may directly input information about the travelable time (e.g., 2 hours) of the vehicle 10 according to the personal situation to the vehicle terminal 50 , but information about a travelable time of the vehicle 10 calculated by an application program installed in the vehicle terminal 50 on the basis of remaining fuel information of the vehicle 10 received from a control device of the vehicle 10 may be automatically input as the information about the travelable time.
  • the travelable time e.g. 2 hours
  • information about a travelable time of the vehicle 10 calculated by an application program installed in the vehicle terminal 50 on the basis of remaining fuel information of the vehicle 10 received from a control device of the vehicle 10 may be automatically input as the information about the travelable time.
  • the calculation unit 470 of the route generation device 400 generates the repetitive circular traveling route of the vehicle 10 according to the vehicle traveling sequence (e.g., 3 ⁇ 1 ⁇ 2 ⁇ 3) in the plurality of groups determined through Table 2 described above, and simultaneously, may calculate a travel distance according to the generated circular traveling route, determine whether the travel distance thus calculated exceeds a travelable distance of the vehicle 10 included in the request for generating a circular traveling route in operation S 310 described above, and stop the further generation of the repetitive circular traveling route for the vehicle 10 when the travel distance thus calculated exceeds the travelable distance of the vehicle 10 .
  • the vehicle traveling sequence e.g., 3 ⁇ 1 ⁇ 2 ⁇ 3
  • the driver may additionally input, to the vehicle terminal 50 , travelable distance information displayed on an instrument panel of the vehicle 10 according to a level of remaining fuel of the vehicle 10 , or travelable distance information calculated by an application program installed in the vehicle terminal 50 on the basis of remaining fuel information of the vehicle 10 received from the control device of the vehicle 10 may be automatically included in the request for generating a circular traveling route in operation S 310 described above.
  • the route generation device 400 transmits the circular traveling route of a vehicle generated as shown in FIG. 9 to the vehicle terminal 50 so that the vehicle driver can drive the vehicle 10 according to the circular traveling route of the vehicle provided from the route generation device 400 .
  • a travel cost a (see (b) of FIG. 10 ) from the exit point of the first group to the entry point of the first group as well as a travel cost b (see (a) of FIG. 10 ) from the exit point of the first group to the entry point of the second group can be calculated, so that it is possible to generate a circular traveling route for a vehicle that needs to repeatedly travel the road section corresponding to the first group.
  • the vehicle 10 may be allowed to enter the circular traveling route by searching, from the road network data, the list of roads that are at the closest distance from the origin information input by the driver in operation S 310 described above from among each list of roads constituting the circular traveling route of the vehicle, generating a traveling route to the list of roads with the closest distance from the origin of the vehicle 10 , and then transmitting the traveling route to the vehicle terminal 50 first, before the route generation device 400 transmits the generated circular traveling route to the vehicle terminal 50 .
  • the route generation device 400 may further guide the travel of the vehicle 10 to a destination (e.g., home) for the vehicle 10 that has completed the circulated travel, by generating a traveling route from a position of the vehicle at the completion of the travel to the destination input by the driver in operation S 310 described above and then transmitting the traveling route to the vehicle terminal 50 .
  • a destination e.g., home
  • a program for executing the method of generating a circular traveling route of a vehicle according to the present disclosure may be installed in the vehicle circular traveling route generation device 400 according to the present disclosure, may be recorded on various computer-readable recording media, or may be stored in a server that transmits the corresponding program via a network.

Landscapes

  • Engineering & Computer Science (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Remote Sensing (AREA)
  • Automation & Control Theory (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Strategic Management (AREA)
  • Economics (AREA)
  • Game Theory and Decision Science (AREA)
  • Development Economics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Marketing (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Theoretical Computer Science (AREA)
  • Navigation (AREA)
  • Traffic Control Systems (AREA)
  • Control Of Position, Course, Altitude, Or Attitude Of Moving Bodies (AREA)

Abstract

The method of generating a circular traveling route of a vehicle is performed by a route generation device, and the method comprises an operation of receiving a request for generating a circular traveling route including information about the list of roads to be circulated or information about an origin and a destination of the vehicle, an operation of grouping a list of roads to be circulated into a plurality of groups, and an operation of determining a vehicle traveling sequence in the plurality of groups.

Description

CROSS REFERENCE TO RELATED APPLICATION(S)
This application is a National Stage of International Application No. PCT/KR2021/018854 filed on Dec. 13, 2021, claiming priority based on Korean Patent Application No. 10-2020-0186329 filed on Dec. 29, 2020, the disclosure of which is incorporated herein by reference in its entirety.
TECHNICAL FIELD
The present disclosure relates to a method of generating a circular traveling route of a vehicle, a device for generating a circular traveling route of a vehicle, and a recording medium in which a program for executing the method of generating a circular traveling route of a vehicle is recorded, and more particularly, to a method of generating a circular traveling route of a vehicle, a device for generating a circular traveling route of a vehicle, and a recording medium in which a program for executing the method of generating a circular traveling route of a vehicle is recorded, capable of efficiently generating an optimal circular traveling route for a vehicle, which needs to travel through the entire list of predetermined roads for a specific purpose, such as building a road map, obtaining image data, or performing road maintenance work, generating an optimal circular traveling route for a vehicle, which needs to repeatedly travel a list of predetermined roads a certain number of times depending on the purpose of vehicle travel, generating an optimal circular traveling route in consideration of a travel cost calculated according to various travel cost calculation criteria, such as a travel distance, a travel time, and the like, selected by a driver, and grouping a list of roads on the basis of information about a preferred traveling direction selected by a driver to generate an optimal circular traveling route that meets the purpose of vehicle travel.
BACKGROUND ART
In order to provide traveling routes for data collection vehicles that need to travel a specific road section to build road maps or obtain image data, or maintenance vehicles that perform road maintenance works such as cleaning and snow removal on a specific road section, it is necessary to provide the traveling routes that pass through the entire list of roads along which these vehicles must travel for their works.
Meanwhile, according to the related art, in order to search for traveling routes that pass through the entire list of, for example, 10,000 roads, it is necessary to search for an optimal route in a state in which all the 10,000 roads are input as waypoint information, which requires significant calculation time to optimize a sequence of traveling waypoints.
Specifically, the calculation for optimizing the sequence of traveling waypoints is a non-deterministic polynomial time problem (NP-Problem), and thus, the number of all cases should be calculated to calculate the optimal travel sequence, which is practically impossible.
Accordingly, a heuristic method (Traveling Salesperson Problem (TSP) Solver Algorithm) may be proposed to optimize the sequence of traveling waypoints, but this method also has a limitation in that it takes too much time to optimize the sequence of waypoints depending on the number of the waypoints.
In addition, the data collection vehicles that need to travel a specific road section to build road maps or obtain image data may need to travel the specific road section repeatedly for a predetermined required number of times, and the related art has a limitation of not being able to support the generation of a route that allows the vehicle to travel the same waypoint twice or more.
In addition, the related art has a limitation of not being able to support the generation of a traveling route that meets various purposes of driving a vehicle, such as building road maps, obtaining image data, or maintaining roads.
Specifically, when a vehicle travels for the purpose of obtaining image data, the vehicle should travel in a straight forward direction as much as possible, minimizing turning movements such as right, left, and U-turns to obtain high-quality data, but the conventional simple waypoint method has a technical limitation that it is not possible to generate a traveling route in consideration of such preferred traveling directions.
DESCRIPTION OF EMBODIMENTS Technical Problem
Accordingly, an objective of the present disclosure is to provide a method of generating a circular traveling route of a vehicle, a device for generating a circular traveling route of a vehicle, and a recording medium in which a program for executing the method of generating a circular traveling route of a vehicle is recorded, enabling an optimal circular traveling route for a vehicle, which needs to travel through the entire list of predetermined roads for a specific purpose, such as building a road map, obtaining image data, or performing road maintenance work, to be efficiently generated.
In addition, another objective of the present disclosure is to provide a method of generating a circular traveling route of a vehicle, a device for generating a circular traveling route of a vehicle, and a recording medium in which a program for executing the method of generating a circular traveling route of a vehicle is recorded, enabling an optimal circular traveling route for a vehicle, which needs to repeatedly travel a list of predetermined roads a certain number of times depending on the purpose of vehicle travel, to be generated.
In addition, another objective of the present disclosure is to provide a method of generating a circular traveling route of a vehicle, a device for generating a circular traveling route of a vehicle, and a recording medium in which a program for executing the method of generating a circular traveling route of a vehicle is recorded, enabling an optimal circular traveling route to be generated in consideration of a travel cost calculated according to various travel cost calculation criteria such as a travel distance and a travel time selected by a driver.
In addition, another objective of the present disclosure is to provide a method of generating a circular traveling route of a vehicle, a device for generating a circular traveling route of a vehicle, and a recording medium in which a program for executing the method of generating a circular traveling route of a vehicle is recorded, enabling a list of roads to be grouped based on information about a preferred traveling direction selected by a driver to generate an optimal circular traveling route that meets the purpose of vehicle travel.
Technical Solution to Problem
In order to achieve the above objects, a method of generating a circular traveling route of a vehicle according to the present disclosure includes an operation (a) of grouping a list of roads to be circulated into a plurality of groups by a route generation device, and an operation (b) of determining a vehicle traveling sequence in the plurality of groups by the route generation device.
Preferably, the method further includes, before the operation (a), receiving a request for generating a circular traveling route including information about the list of roads to be circulated or information about an origin and a destination of the vehicle, by the route generation device.
In addition, the operation (a) includes an operation (a1) of primarily grouping the list of roads to be circulated on the basis of information about branch points of the roads to be circulated, by the route generation device, and an operation (a2) of secondarily grouping the list of the primarily grouped groups on the basis of information about a preferred traveling direction at a road branch point, by the route generation device.
In addition, the operation (b) includes an operation (b1) of calculating a travel cost required for traveling from an exit point of a first group among the plurality of groups to an entry point of a second group among the plurality of groups, by the route generation device, and an operation (b1) of determining a vehicle traveling sequence in the plurality of groups on the basis of the calculated travel cost, by the route generation device.
In addition, the travel cost may be calculated on the basis of at least one of a travel time required for traveling from the exit point of the first group to the entry point of the second group, a travel distance required for traveling from the exit point of the first group to the entry point of the second group, and information about a turning travel in a process of traveling from the exit point of the first group to the entry point of the second group.
In addition, the method further includes an operation (c) of generating the circular traveling route of the vehicle on the basis of a vehicle traveling sequence in the determined plurality of groups, the information about the number of repeated travels on the roads to be circulated, and the information about the travelable time of the vehicle, by the route generation device.
Meanwhile, a route generation device includes a calculation unit configured to group a list of roads to be circulated into a plurality of groups, and determine a vehicle traveling sequence in the plurality of groups.
Preferably, the route generation device further includes a reception unit configured to receive a request for generating a circular traveling route including information about the list of roads to be circulated or information about an origin and a destination of the vehicle.
In addition, the calculation unit primarily groups the list of roads to be circulated on the basis of information about branch points of the roads to be circulated, and secondarily groups the list of the primarily grouped groups on the basis of information about a preferred traveling direction at a road branch point.
In addition, the calculation unit calculates a travel cost required for traveling from an exit point of a first group among the plurality of groups to an entry point of a second group among the plurality of groups, and determines a vehicle traveling sequence in the plurality of groups on the basis of the calculated travel cost.
In addition, the travel cost may be calculated on the basis of at least one of a travel time required for traveling from the exit point of the first group to the entry point of the second group, a travel distance required for traveling from the exit point of the first group to the entry point of the second group, and information about a turning travel in a process of traveling from the exit point of the first group to the entry point of the second group.
In addition, the calculation unit generates the circular traveling route of a vehicle on the basis of a vehicle traveling sequence in the determined plurality of groups, the information about the number of repeated travels on the roads to be circulated, and the information about the travelable time of the vehicle.
Meanwhile, a recording medium according to the present disclosure records a program for executing the method.
Advantageous Effects of Disclosure
According to the present disclosure, an optimal circular traveling route for a vehicle, which needs to travel through the entire list of predetermined roads for a specific purpose, such as building a road map, obtaining image data, or performing road maintenance work, can be efficiently generated.
In addition, according to the present disclosure, an optimal circular traveling route for a vehicle, which needs to repeatedly travel a list of predetermined roads a certain number of times depending on the purpose of vehicle travel, can be generated.
In addition, according to the present disclosure, an optimal circular traveling route can be generated in consideration of a travel cost calculated according to various travel cost calculation criteria such as a travel distance and a travel time selected by a driver.
In addition, according to the present disclosure, a list of roads can be grouped based on information on a preferred traveling direction selected by a driver to generate an optimal circular traveling route that meets the purpose of vehicle travel.
BRIEF DESCRIPTION OF DRAWINGS
FIG. 1 is a configuration diagram of a system for generating a circular traveling route of a vehicle according to an embodiment of the present disclosure.
FIG. 2 is a functional block diagram illustrating a structure of the route generation device according to an embodiment of the present disclosure.
FIG. 3 is a flowchart illustrating an execution process of a method of generating a circular traveling route of a vehicle according to an embodiment of the present disclosure.
FIG. 4 is a flowchart illustrating a grouping process of a list of roads to be circulated in the execution process of the method of generating a circular traveling route of a vehicle according to an embodiment of the present disclosure.
FIG. 5 is a flowchart illustrating a determining process of a vehicle traveling sequence in the execution process of the method of generating a circular traveling route of a vehicle according to an embodiment of the present disclosure.
FIGS. 6 to 8 are views illustrating a grouping process of a list of roads in the execution process of the method of generating a circular traveling route of a vehicle according to an embodiment of the present disclosure.
FIG. 9 is a view illustrating a circular traveling route of a vehicle generated by the method of generating a circular traveling route of a vehicle according to an embodiment of the present disclosure.
FIG. 10 is a view illustrating the principle of calculating an intergroup travel cost for a list of roads in the execution process of the method of generating a circular traveling route of a vehicle according to an embodiment of the present disclosure.
MODE OF DISCLOSURE
Hereinafter, the present disclosure will be described in more detail with reference to the drawings. It should be noted that the same components in the drawings are denoted by the same reference numerals wherever possible. In addition, when it is determined that detailed descriptions of related well-known functions and configurations unnecessarily obscure the gist of the present disclosure, the detailed descriptions thereof will be omitted.
FIG. 1 is a configuration diagram of a system for generating a circular traveling route of a vehicle according to an embodiment of the present disclosure. Referring to FIG. 1 , a system for generating a circular traveling route of a vehicle according to an embodiment of the present disclosure includes a vehicle terminal 50 and a route generation device 400.
The vehicle terminal 50 may be a navigation terminal, which is installed in a vehicle 10 traveling a circular traveling route of a vehicle generated by a route generation device 400, or a smart phone carried by a vehicle driver, and the vehicle terminal 50 transmits a request for generating a circular traveling route to the route generation device 400 according to the operation of the driver.
Meanwhile, in practicing the present disclosure, the request for generating a circular traveling route transmitted from the vehicle terminal 50 to the route generation device 400 may include information about an origin of the vehicle 10, information about a destination of the vehicle 10, information about a list of roads to be circulated, information about the number of repeated travels on the roads to be circulated, information about a preferred traveling direction at a road branch point, and information about a travelable time of the vehicle 10.
In addition, in practicing the present disclosure, an application program, such as a navigation program that is necessary to use a service for generating and providing a circular traveling route of a vehicle according to the present disclosure, may be installed on the vehicle terminal 50.
The route generation device 400 is a device for executing a method of generating a circular traveling route of a vehicle according to an embodiment of the present disclosure, and in practicing the present disclosure, the route generation device 400 may also be a service providing server that provides a service for generating and providing a circular traveling route of a vehicle by generating the circular traveling route of a vehicle in response to a request for generating a circular traveling route from the vehicle terminal 50 and transmitting the generated circular traveling route to the vehicle terminal 50.
Specifically, the route generation device 400 generates an optimal circular traveling route for the vehicle 10 that needs to repeatedly travel a specific road section a certain number of times in order to build a road map or obtain image data, or for the vehicle 10 for maintenance that performs road maintenance works such as cleaning, snow removal, and the like on a specific road section.
To this end, the route generation device 400 groups the list of roads to be circulated into a plurality of groups, determines a vehicle traveling sequence between the plurality of groups, and generates a circular traveling route of a vehicle on the basis of the determined vehicle traveling sequence.
Meanwhile, in practicing the present disclosure, the route generation device 400 may also provide a conventional navigation service for guiding a traveling route of a vehicle in response to a driver's request.
FIG. 2 is a functional block diagram illustrating a structure of the route generation device 400 according to an embodiment of the present disclosure. Referring to FIG. 2 , the route generation device 400 according to an embodiment of the present disclosure includes a reception unit 410, a storage unit 430, a search unit 450, a calculation unit 470, and a transmission unit 490.
The reception unit 410 of the route generation device 400 receives a request for generating a circular traveling route including information about an origin of the vehicle 10, information about a destination of the vehicle 10, information about a list of roads to be circulated, information about the number of repeated travels on the roads to be circulated, information about a preferred traveling direction at a road branch point, and information about a travelable time of the vehicle 10, from the vehicle terminal 50.
The storage unit 430 of the route generation device 400 stores road network data including each list of roads in a region for which a service for generating a circular traveling route of a vehicle according to the present disclosure is provided, and the search unit 450 searches the information about the list of roads to be circulated received from the vehicle terminal 50 from the road network data stored in the storage unit 430.
The calculation unit 470 of the route generation device 400 groups the list of roads to be circulated into a plurality of groups, determines a vehicle traveling sequence in the plurality of groups, and generates a circular traveling route of a vehicle on the basis of the determined vehicle traveling sequence.
Meanwhile, the transmission unit 490 of the route generation device 400 transmits the circular traveling route of a vehicle generated by the calculation unit 470 to the vehicle terminal 50.
FIG. 3 is a flowchart illustrating an execution process of the method of generating a circular traveling route of a vehicle according to an embodiment of the present disclosure. Hereinafter, the execution process of the method of generating a circular traveling route of a vehicle according to an embodiment of the present disclosure will be described with reference to FIGS. 1 to 3 .
First, a request for generating a circular traveling route from a vehicle driver is input through the reception unit 410 of the route generation device 400 (S310). Specifically, as the driver executes an application program such as a navigation program installed in the vehicle terminal 50, and then inputs information about an origin of the vehicle 10, information about a destination of the vehicle 10, information about a list of roads to be circulated, information about the number of repeated travels on the roads to be circulated, information about a preferred traveling direction at a road branch point, and information about a travelable time of the vehicle 10, the vehicle terminal 50 transmits the request for generating a circular traveling route including the input information to the route generation device 400.
Meanwhile, in practicing the present disclosure, when the driver does not directly input origin information, information about a current location of the vehicle 10 measured by a global position system (GPS) module provided in the vehicle terminal 50 may be automatically input as the origin information.
Thus, the reception unit 410 of the route generation device 400 receives the request for generating a circular traveling route from the vehicle terminal 50, and the calculation unit 470 of the route generation device 400 groups the list of roads to be circulated included in the request for generating a circular traveling route into a plurality of groups (S330).
FIG. 4 is a flowchart illustrating a grouping process of a list of roads to be circulated in the execution process of the method of generating a circular traveling route of a vehicle according to an embodiment of the present disclosure.
When the route generation device 400 groups a list of roads to be circulated into a plurality of groups, the search unit 450 of the route generation device 400 searches information about a list of roads (100, 101, . . . , 105, 200, 201, . . . , 203, 300, 301, and 302) to be circulated, which is included in the request for generating a circular traveling route, from the road network data stored in the storage unit 430, and as a result, the search result as shown in FIG. 6 is provided (S331).
Meanwhile, in practicing the present disclosure, when the request for generating a circular traveling route does not include the information about the list of roads to be circulated, the search unit 450 of the route generation device 400 may also search the entire list of roads of a certain class (e.g., a general national road) or higher within a predetermined radius (e.g., 5 km) from each point constituting a traveling route from an origin to a destination through road network data on the basis of the origin and destination information of the vehicle 10 included in the request for generating a circular traveling route and generate the searched list of roads as the list of roads to be circulated.
Thereafter, as shown in FIG. 7 , the calculation unit 470 of the route generation device 400 primarily groups the list of roads to be circulated on the basis of information about branch points of the roads to be circulated identified as shown in FIG. 6 (S333).
Specifically, the calculation unit 470 of the route generation device 400 performs primarily grouping the list of roads into a plurality of groups by grouping the roads, which are continuously connected to each other in a forward direction, from the list of roads in the road network data into a single group, but grouping only the roads to be circulated before a branch point into a single group and grouping the roads to be circulated after the branch point into a new group.
Thereafter, the calculation unit 470 of the route generation device 400 secondarily groups the plurality of groups, which are primarily grouped, on the basis of the information about the preferred traveling direction at the road branch point, which is input in operation S310 described above (S335).
That is, the calculation unit 470 of the route generation device 400 performs the secondarily grouping process for the plurality of groups, which are primarily grouped, by determining a traveling direction (i.e., a direction at the secondarily grouping) at the branch point of the roads to be circulated according to the information about the preferred traveling direction selected by the driver.
Specifically, when the information about the preferred traveling direction at the road branch point, which is input in operation S310 described above, indicates “straight forward”, the calculation unit 470 of the route generation device 400 performs the secondarily grouping process for the roads 100, . . . , and 105 by grouping a first section of roads 100 and 101 together with a second section of roads 102, . . . , and 105 among the second section of roads 102, . . . , and 105 and a third section of roads 200, . . . , and 203, which can be secondarily grouped together with the first section of roads 100 and 101 by being connected to the primarily grouped first section of roads 100 and 101.
For reference, when the vehicle 10 travels to collect image data on a road, in operation S310 described above, it is preferable that the driver selects and inputs the information about the preferred traveling direction as “straight forward” in operation S310 to minimize distortion of the image data.
When the information about the preferred traveling direction at the road branch point, which is input in operation S310 described above, indicates “right turn”, the calculation unit 470 of the route generation device 400 performs the secondarily grouping process by grouping the third section of roads 200, . . . , and 203 together with the first section of roads 100 and 101.
As described above, in the present disclosure, the route generation device 400 is able to generate the circular traveling route of a vehicle that meets the purpose of vehicle operation by grouping the list of roads on the basis of the information about the preferred traveling direction according to the purpose of vehicle operation.
Meanwhile, in practicing the present disclosure, the information about the preferred traveling direction at the road branch point may not be included in the request for generating a circular traveling route in operation S310 described above, and in this case, as described above, the calculation unit 470 of the route generation device 400 may perform the secondarily grouping process on the basis of information about a preferred traveling direction at a road branch point, which is set by default.
Through the above-described secondarily grouping process, a final grouping of the list of roads to be circulated is completed, and as shown in FIG. 8 , the calculation unit 470 of the route generation device 400 determines an optimal vehicle traveling sequence between the plurality of groups that are finally grouped (S350).
FIG. 5 is a flowchart illustrating a determining process of a vehicle traveling sequence in the execution process of the method of generating a circular traveling route of a vehicle according to an embodiment of the present disclosure.
For example, in order to determine an optimal vehicle traveling sequence from the three groups that are finally grouped as shown in FIG. 8 , the search unit 450 of the route generation device 400 searches for an entry point and an exit point of each group from the road network data, and the calculation unit 470 of the route generation device 400 may calculate an intergroup travel cost for traveling from the exit point of any one of the plurality of groups to the entry point of another group of the plurality of groups as shown in Table 1 below (S351).
TABLE 1
Exit point Entry point Travel cost
First group First group a
Second group b
Third group c
Second group First group d
Second group e
Third group f
Third group First group g
Second group h
Third group i
In practicing the present disclosure, the intergroup travel cost shown in Table 1 may be an intergroup travel distance or an intergroup travel time, and may also be a score that quantifies a travel burden degree due to a right turn, a left turn, a U-turn, or the like while intergroup traveling.
Meanwhile, in practicing the present disclosure, the request for generating a circular traveling route in operation S310 described above may include information about a driver's selection for an intergroup travel cost calculation criterion (at least one of a travel distance, a travel time, and a travel burden degree), and thus, the calculation unit 470 of the route generation device 400 may calculate the intergroup travel cost shown in Table 1 according to the intergroup travel cost calculation criterion selected by the driver.
As described above, according to the present disclosure, it is possible to generate the circular traveling route of a vehicle on the basis of the travel cost calculated according to the travel cost calculation criterion such as a travel distance, a travel time, or the like selected by the driver according to the purpose of vehicle operation.
Specifically, the calculation unit 470 of the route generation device 400 may calculate a total intergroup travel cost in completing one circular travel between a total of three groups as shown in Table 2 below (S353).
TABLE 2
Intergroup travel sequence Total travel cost
1→2→3→1 b + f + g
1→3→2→1 c + h + a
2→1→3→2 d + c + h
2→3→1→2 f + g + b
3→1→2→3 g + b + f
3→2→1→3 h + d + c
Accordingly, the calculation unit 470 of the route generation device 400 may determine an intergroup travel order corresponding to the total travel cost having the smallest magnitude among the total travel costs calculated as shown in Table 2 as the vehicle traveling sequence in the plurality of groups (S355).
Meanwhile, the calculation unit 470 of the route generation device 400 generates a circular traveling route of a vehicle on the basis of the vehicle traveling sequence in the plurality of groups determined as above, and transmits the generated circular traveling route to the vehicle terminal 50 (S370).
Specifically, the calculation unit 470 of the route generation device 400 may generate a repetitive circular traveling route of the vehicle 10 according to the vehicle traveling sequence (e.g., 3→1→2→3) in the plurality of groups determined in Table 2 described above until the number of times (e.g., 3) that the vehicle 10 repeatedly travels the roads to be circulated included in the request for generating a circular traveling route in operation S310 described above.
Meanwhile, in practicing the present disclosure, the request for generating a circular traveling route in operation S310 described above may not include information about the number of times that the vehicle 10 repeatedly travels the roads to be circulated, and in this case, the calculation unit 470 of the route generation device 400 may generate the repetitive circular traveling route of the vehicle 10 as described above based on repeated travel number information that is set by default.
In addition, in practicing the present disclosure, the calculation unit 470 of the route generation device 400 generates the repetitive circular traveling route of the vehicle 10 according to the vehicle traveling sequence (e.g., 3→1→2→3) in the plurality of groups determined through Table 2 described above, and simultaneously, may calculate a total travel time required for the vehicle 10 to travel the generated circular traveling route to be included the travel time in each group, determine whether the total travel time thus calculated exceeds a travelable time of the vehicle 10 included in the request for generating a circular traveling route in operation S310 described above, and stop the further generation of the repetitive circular traveling route for the vehicle 10 when the total travel time thus calculated exceeds the travelable time of the vehicle 10.
Meanwhile, in practicing the present disclosure, in operation S310 described above, the driver may directly input information about the travelable time (e.g., 2 hours) of the vehicle 10 according to the personal situation to the vehicle terminal 50, but information about a travelable time of the vehicle 10 calculated by an application program installed in the vehicle terminal 50 on the basis of remaining fuel information of the vehicle 10 received from a control device of the vehicle 10 may be automatically input as the information about the travelable time.
In addition, in practicing the present disclosure, the calculation unit 470 of the route generation device 400 generates the repetitive circular traveling route of the vehicle 10 according to the vehicle traveling sequence (e.g., 3→1→2→3) in the plurality of groups determined through Table 2 described above, and simultaneously, may calculate a travel distance according to the generated circular traveling route, determine whether the travel distance thus calculated exceeds a travelable distance of the vehicle 10 included in the request for generating a circular traveling route in operation S310 described above, and stop the further generation of the repetitive circular traveling route for the vehicle 10 when the travel distance thus calculated exceeds the travelable distance of the vehicle 10.
To this end, in operation S310 described above, the driver may additionally input, to the vehicle terminal 50, travelable distance information displayed on an instrument panel of the vehicle 10 according to a level of remaining fuel of the vehicle 10, or travelable distance information calculated by an application program installed in the vehicle terminal 50 on the basis of remaining fuel information of the vehicle 10 received from the control device of the vehicle 10 may be automatically included in the request for generating a circular traveling route in operation S310 described above.
Accordingly, the route generation device 400 transmits the circular traveling route of a vehicle generated as shown in FIG. 9 to the vehicle terminal 50 so that the vehicle driver can drive the vehicle 10 according to the circular traveling route of the vehicle provided from the route generation device 400.
As described above, according to the present disclosure, by grouping a list of roads to be circulated, it is possible to efficiently generate an optimal circular traveling route for a vehicle that needs to travel through the entire list of predetermined roads for building a road map, obtaining image data, performing road maintenance works, or the like.
Meanwhile, according to the present disclosure, by calculating the intergroup travel cost as shown in Table 1 in a state in which the list of roads to be circulated is grouped as described above, a travel cost a (see (b) of FIG. 10 ) from the exit point of the first group to the entry point of the first group as well as a travel cost b (see (a) of FIG. 10 ) from the exit point of the first group to the entry point of the second group can be calculated, so that it is possible to generate a circular traveling route for a vehicle that needs to repeatedly travel the road section corresponding to the first group.
In addition, in practicing the present disclosure, the vehicle 10 may be allowed to enter the circular traveling route by searching, from the road network data, the list of roads that are at the closest distance from the origin information input by the driver in operation S310 described above from among each list of roads constituting the circular traveling route of the vehicle, generating a traveling route to the list of roads with the closest distance from the origin of the vehicle 10, and then transmitting the traveling route to the vehicle terminal 50 first, before the route generation device 400 transmits the generated circular traveling route to the vehicle terminal 50.
In addition, in practicing the present disclosure, when the travel of the vehicle along the circular traveling route is completed, the route generation device 400 may further guide the travel of the vehicle 10 to a destination (e.g., home) for the vehicle 10 that has completed the circulated travel, by generating a traveling route from a position of the vehicle at the completion of the travel to the destination input by the driver in operation S310 described above and then transmitting the traveling route to the vehicle terminal 50.
Meanwhile, in practicing the present disclosure, a program for executing the method of generating a circular traveling route of a vehicle according to the present disclosure may be installed in the vehicle circular traveling route generation device 400 according to the present disclosure, may be recorded on various computer-readable recording media, or may be stored in a server that transmits the corresponding program via a network.
Terms used in the present disclosure are used to describe specified embodiments and are not intended to limit the present disclosure. Singular forms are intended to include plural forms as well, unless the context clearly indicates otherwise. In the present application, it will be further understood that the terms “comprise”, “comprising”, “include”, and/or “including”, when used in this specification, specify the presence of stated features, integers, steps, operations, elements, components and/or groups thereof but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components and/or groups thereof.
While exemplary embodiments and applications of the present disclosure have been illustrated and described, the present disclosure is not to be construed as limited to the particular embodiments and applications described above, and it will be understood that various modifications may be made without departing from the spirit and scope of the present disclosure and such modifications are not individually understandable from the present disclosure.
EXPLANATION OF REFERENCE NUMERALS DESIGNATING THE MAJOR ELEMENTS OF THE DRAWINGS
    • 10: vehicle, 50: vehicle terminal
    • 400: route generation device

Claims (4)

The invention claimed is:
1. A method of generating a circular traveling route of a vehicle, the method comprising:
an operation (a) of receiving a request for generating a circular traveling route including information about the list of roads to be circulated or information about an origin and a destination of the vehicle, by a route generation device,
an operation (b) of grouping a list of roads to be circulated into a plurality of groups by the route generation device; and
an operation (c) of determining a vehicle traveling sequence in the plurality of groups by the route generation device, and
wherein the request for generating the circular traveling route further includes information about a number of repeated travels on the roads to be circulated and information about a travelable time of the vehicle, and
wherein the circular traveling route is generated on the basis of the number of repeated travels and the travelable time of the vehicle.
2. The method of claim 1, wherein
the operation (b) includes:
an operation (b1) of primarily grouping the list of roads to be circulated on the basis of information about branch points of the roads to be circulated, by the route generation device; and
an operation (b2) of secondarily grouping the list of the primarily grouped groups on the basis of information about a preferred traveling direction at a road branch point, by the route generation device.
3. The method of claim 1, wherein
the operation (c) includes:
an operation (c1) of calculating a travel cost required for traveling from an exit point of a first group among the plurality of groups to an entry point of a second group among the plurality of groups, by the route generation device; and
an operation (c1) of determining a vehicle traveling sequence in the plurality of groups on the basis of the calculated travel cost, by the route generation device.
4. A non-transitory recording medium in which a program for executing the method in claim 1 is recorded.
US18/259,409 2020-12-29 2021-12-13 Method for generating circular traveling route of vehicle, device for generating circular traveling route of vehicle, and recording medium in which program for executing method for generating circular traveling route of vehicle is recorded Active 2042-05-06 US12405118B2 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
KR10-2020-0186329 2020-12-29
KR1020200186329A KR102443592B1 (en) 2020-12-29 2020-12-29 Method for Generating Traveling Route of Vehicle, Device for Generating Traveling Route of Vehicle, and Medium Being Recorded with Program for Executing the Method
PCT/KR2021/018854 WO2022145804A1 (en) 2020-12-29 2021-12-13 Method for generating circular traveling route of vehicle, device for generating circular traveling route of vehicle, and recording medium in which program for executing method for generating circular traveling route of vehicle is recorded

Publications (2)

Publication Number Publication Date
US20240060783A1 US20240060783A1 (en) 2024-02-22
US12405118B2 true US12405118B2 (en) 2025-09-02

Family

ID=82260631

Family Applications (1)

Application Number Title Priority Date Filing Date
US18/259,409 Active 2042-05-06 US12405118B2 (en) 2020-12-29 2021-12-13 Method for generating circular traveling route of vehicle, device for generating circular traveling route of vehicle, and recording medium in which program for executing method for generating circular traveling route of vehicle is recorded

Country Status (5)

Country Link
US (1) US12405118B2 (en)
JP (1) JP7569940B2 (en)
KR (1) KR102443592B1 (en)
DE (1) DE112021006740T5 (en)
WO (1) WO2022145804A1 (en)

Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10103996A (en) 1996-09-30 1998-04-24 Toshiba Corp Route determination device
US5926118A (en) * 1995-06-28 1999-07-20 Aisin Aw Co., Ltd. Vehicular navigation apparatus
US6058350A (en) * 1996-05-16 2000-05-02 Matsushita Electric Industrial Co., Ltd. Road map information readout apparatus, recording medium and transmitting method
JP2001091284A (en) 1999-07-19 2001-04-06 Matsushita Electric Ind Co Ltd Tour route selection method
JP2004245630A (en) 2003-02-12 2004-09-02 Matsushita Electric Ind Co Ltd Navigation system
JP2007241340A (en) 2006-03-03 2007-09-20 Navitime Japan Co Ltd N division patrol path search system, route search server, and n division patrol path search method
US20120310691A1 (en) * 2011-06-03 2012-12-06 John Gunnar Carlsson Systems and Methods for Multi-Vehicle Resource Allocation and Routing Solutions
KR20130029637A (en) 2011-09-15 2013-03-25 현대모비스 주식회사 Navigation device capable of searching user's preferred route first and method thereof
JP2015038429A (en) 2013-08-19 2015-02-26 国立大学法人 熊本大学 Route search method, route search device, and program
JP2015046186A (en) 2014-11-06 2015-03-12 住友電工システムソリューション株式会社 Traffic information processing device, traffic information processing system, program, and traffic information processing method
US20190390972A1 (en) * 2018-06-26 2019-12-26 Uber Technologies, Inc. Polyline matching to map data for routing a trip
US10753751B2 (en) * 2014-09-19 2020-08-25 Arris Enterprises Llc Systems and methods for street level routing
KR20210046896A (en) 2019-10-18 2021-04-29 주식회사 아이비스 Preferred route presentation device and operation method thereof
KR102307506B1 (en) 2019-11-29 2021-09-30 주식회사 데이터스트림즈 Link Clustering Method for Causal Road Analysis under Traffic Congestion Based on Relational Weights
KR102310417B1 (en) 2017-01-05 2021-10-07 현대자동차 주식회사 Driving mode recommandation server and driving mode recommandation method for vehicle
US20220122004A1 (en) * 2019-06-28 2022-04-21 NearMe Inc. Non-transitory computer readable recording medium, information processing method, and information processing device for dynamic generation of operation plan
US20220137637A1 (en) * 2019-02-28 2022-05-05 Kuka Deutschland Gmbh Traveling down a prescribed arrangement of paths with a mobile robot

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3399779B2 (en) * 1996-05-16 2003-04-21 松下電器産業株式会社 Road map information reading device, recording medium, and transmission method
US7363126B1 (en) 2002-08-22 2008-04-22 United Parcel Service Of America Core area territory planning for optimizing driver familiarity and route flexibility
KR102005547B1 (en) * 2015-12-07 2019-07-30 주식회사 올로케이션 Vehicle allocation method for complex transportation service based on Internet of things and device for the same method
DE102018216042A1 (en) 2018-09-20 2020-03-26 Continental Teves Ag & Co. Ohg METHOD AND DEVICE FOR AUTOMATED DRIVING OF A VEHICLE, AND VEHICLE

Patent Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5926118A (en) * 1995-06-28 1999-07-20 Aisin Aw Co., Ltd. Vehicular navigation apparatus
US6058350A (en) * 1996-05-16 2000-05-02 Matsushita Electric Industrial Co., Ltd. Road map information readout apparatus, recording medium and transmitting method
KR100266036B1 (en) 1996-05-16 2000-09-15 모리시타 요이찌 Road map information readout apparatus, recording medium and transmitting method
JPH10103996A (en) 1996-09-30 1998-04-24 Toshiba Corp Route determination device
JP2001091284A (en) 1999-07-19 2001-04-06 Matsushita Electric Ind Co Ltd Tour route selection method
JP2004245630A (en) 2003-02-12 2004-09-02 Matsushita Electric Ind Co Ltd Navigation system
JP2007241340A (en) 2006-03-03 2007-09-20 Navitime Japan Co Ltd N division patrol path search system, route search server, and n division patrol path search method
US20120310691A1 (en) * 2011-06-03 2012-12-06 John Gunnar Carlsson Systems and Methods for Multi-Vehicle Resource Allocation and Routing Solutions
KR20130029637A (en) 2011-09-15 2013-03-25 현대모비스 주식회사 Navigation device capable of searching user's preferred route first and method thereof
JP2015038429A (en) 2013-08-19 2015-02-26 国立大学法人 熊本大学 Route search method, route search device, and program
US10753751B2 (en) * 2014-09-19 2020-08-25 Arris Enterprises Llc Systems and methods for street level routing
JP2015046186A (en) 2014-11-06 2015-03-12 住友電工システムソリューション株式会社 Traffic information processing device, traffic information processing system, program, and traffic information processing method
KR102310417B1 (en) 2017-01-05 2021-10-07 현대자동차 주식회사 Driving mode recommandation server and driving mode recommandation method for vehicle
US20190390972A1 (en) * 2018-06-26 2019-12-26 Uber Technologies, Inc. Polyline matching to map data for routing a trip
US20220137637A1 (en) * 2019-02-28 2022-05-05 Kuka Deutschland Gmbh Traveling down a prescribed arrangement of paths with a mobile robot
US20220122004A1 (en) * 2019-06-28 2022-04-21 NearMe Inc. Non-transitory computer readable recording medium, information processing method, and information processing device for dynamic generation of operation plan
KR20210046896A (en) 2019-10-18 2021-04-29 주식회사 아이비스 Preferred route presentation device and operation method thereof
KR102307506B1 (en) 2019-11-29 2021-09-30 주식회사 데이터스트림즈 Link Clustering Method for Causal Road Analysis under Traffic Congestion Based on Relational Weights

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
International Search Report Dated Mar. 30, 2022.
Morgan (Year: 2008). *

Also Published As

Publication number Publication date
US20240060783A1 (en) 2024-02-22
JP7569940B2 (en) 2024-10-18
JP2024501561A (en) 2024-01-12
WO2022145804A1 (en) 2022-07-07
DE112021006740T5 (en) 2023-10-19
KR102443592B1 (en) 2022-09-16
KR20220094762A (en) 2022-07-06

Similar Documents

Publication Publication Date Title
EP1876418B1 (en) Navigation system, route search server, route search method, and program
EP2270432B1 (en) Navigation device, route-search server, and route-search system
US7653480B2 (en) Traffic information providing system
EP1482278A2 (en) System and method for estimating driving time using road traffic condition information
US6636805B1 (en) Navigation system, remote navigation device and method, and in-vehicle navigation device
US20060149463A1 (en) Route guide information delivery method, route guidance method, information terminal and information delivery center
US20130173879A1 (en) On-Vehicle Apparatus, And Method And Computer Program For Transmitting Positional Information
JP5026237B2 (en) Navigation device
JPH1194576A (en) Vehicle guidance device and vehicle guidance system
JP2009229294A (en) Navigation system, route guidance method, and route guidance program
US12405118B2 (en) Method for generating circular traveling route of vehicle, device for generating circular traveling route of vehicle, and recording medium in which program for executing method for generating circular traveling route of vehicle is recorded
KR101054770B1 (en) Path search method and apparatus in navigation system
JP5395464B2 (en) Route guidance system
JP2019179324A (en) System and program for setting target parking spot
JP3622213B2 (en) Automobile route guidance device
JP2006208292A (en) Navigation system, its control method, and control program
US20050234640A1 (en) Navigation apparatus, method, and program
JP6525815B2 (en) Area guidance system, method and program
JP4369900B2 (en) Matching network data, matching network data creation method, navigation system having matching network data, route search server, and navigation terminal device
JP2008282258A (en) Traffic congestion information identification device
JP4823104B2 (en) Navigation device and traffic information acquisition method
JP3283359B2 (en) Voice interactive navigation system
JPH0783677A (en) Car route guidance device
JP2006078405A (en) Navigation apparatus, and navigation system
JP2020030119A (en) Route guidance system and route guidance program

Legal Events

Date Code Title Description
AS Assignment

Owner name: 42DOT INC., KOREA, REPUBLIC OF

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:JI, SEUNG HYUN;REEL/FRAME:064068/0094

Effective date: 20230622

FEPP Fee payment procedure

Free format text: ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS

STPP Information on status: patent application and granting procedure in general

Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT RECEIVED

STPP Information on status: patent application and granting procedure in general

Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT VERIFIED

STCF Information on status: patent grant

Free format text: PATENTED CASE