US20050216181A1 - System and method for adaptive path planning - Google Patents

System and method for adaptive path planning Download PDF

Info

Publication number
US20050216181A1
US20050216181A1 US10/811,460 US81146004A US2005216181A1 US 20050216181 A1 US20050216181 A1 US 20050216181A1 US 81146004 A US81146004 A US 81146004A US 2005216181 A1 US2005216181 A1 US 2005216181A1
Authority
US
United States
Prior art keywords
branches
vehicle
tree
path
state space
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
US10/811,460
Other versions
US7447593B2 (en
Inventor
Regina Estkowski
Peter Tinker
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.)
Raytheon Co
Original Assignee
Raytheon Co
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 Raytheon Co filed Critical Raytheon Co
Assigned to RAYTHEON COMPANY reassignment RAYTHEON COMPANY ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: ESTKOWSKI, REGINA I., TINKER, PETER A.
Priority to US10/811,460 priority Critical patent/US7447593B2/en
Priority to AU2005278160A priority patent/AU2005278160B2/en
Priority to DE602005019034T priority patent/DE602005019034D1/en
Priority to JP2007504961A priority patent/JP5172326B2/en
Priority to PCT/US2005/005027 priority patent/WO2006022827A2/en
Priority to EP05812898A priority patent/EP1733287B1/en
Publication of US20050216181A1 publication Critical patent/US20050216181A1/en
Publication of US7447593B2 publication Critical patent/US7447593B2/en
Application granted granted Critical
Expired - Fee Related 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/20Instruments for performing navigational calculations
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05DSYSTEMS FOR CONTROLLING OR REGULATING NON-ELECTRIC VARIABLES
    • G05D1/00Control of position, course or altitude of land, water, air, or space vehicles, e.g. automatic pilot
    • G05D1/02Control of position or course in two dimensions
    • G05D1/021Control of position or course in two dimensions specially adapted to land vehicles
    • G05D1/0212Control of position or course in two dimensions specially adapted to land vehicles with means for defining a desired trajectory
    • GPHYSICS
    • G08SIGNALLING
    • G08GTRAFFIC CONTROL SYSTEMS
    • G08G1/00Traffic control systems for road vehicles
    • G08G1/16Anti-collision systems
    • G08G1/164Centralised systems, e.g. external to vehicles
    • GPHYSICS
    • G08SIGNALLING
    • G08GTRAFFIC CONTROL SYSTEMS
    • G08G1/00Traffic control systems for road vehicles
    • G08G1/16Anti-collision systems
    • G08G1/166Anti-collision systems for active traffic, e.g. moving vehicles, pedestrians, bikes

Definitions

  • FIGS. 2A-2L show a sequential path planning over time in accordance with the present invention.
  • a target vehicle 200 e.g., a submarine
  • the target submarine 200 starts from an initial location RN, which can be defined as the root node in the state space, at time T 0 .
  • RN which can be defined as the root node in the state space
  • FIG. 2B which corresponds to time T 1
  • a series of branches T 1 B 1 , T 1 B 2 , T 1 B 3 extend from the root branch and terminate at respective nodes T 1 N 1 , T 1 N 2 , T 1 N 3 . It can be seen that some of the objects 204 have moved in relation to their position at time T 0 ( FIG. 2A ).
  • the workstation 802 includes a processor 810 coupled to a memory 812 .
  • An operating system 814 operates on the processor 810 in conjunction with the memory 812 in a manner well known in the art. Any suitable operating system, including Windows-based, Unix-based, and Linux-based systems can be used. Various applications can run on the workstation under the operating system.

Abstract

A path planning system and method for an object, such as a vehicle, provides a randomized adaptive path planning that handles real-time path planning for a vehicle operating under kinodynamic constraints in dynamically changing and uncertain environments with probabilistic knowledge of vehicle and obstacle movement.

Description

    CROSS REFERENCE TO RELATED APPLICATIONS
  • Not Applicable.
  • STATEMENT REGARDING FEDERALLY SPONSORED RESEARCH
  • Not Applicable.
  • FIELD OF THE INVENTION
  • The present invention relates generally to path planning and, more particularly, to planning possible paths for an object and/or vehicle.
  • BACKGROUND OF THE INVENTION
  • As is known in the art, there are situations in which it is desirable to plan a path for a vehicle. One known path planning technique is known as Rapidly-Exploring Random Trees (RRTs). However, RRT methods deal with small numbers of stationary obstacles and assume that there are fixed regions of the environment that must be avoided. One disadvantage of such methods is that they do not address moving objects, uncertain environments, or uncertain vehicle movements.
  • U.S. Pat. No. 6,259,988, discloses a real-time mission adaptable route planner that presents a path planning method for finding a path in two or three dimensions where vertices consist of nodes in a predetermined grid. The method disclosed in the ‘988 patent is essentially a graph search method that adds nodes to the existing path in a greedy manner. Nodes in the grid have ‘cost’ values associated with them and these costs are used in determining how to extend the path. Candidate nodes are added to the path using criteria based on the cost function at the node. To add nodes to the path a cost function is used. The constraints that are considered are maximum turn angle, minimum segment length, and maximum path length.
  • In U.S. Pat. No. 6,259,988, a further route planning method is disclosed in which costs are assigned to every cell in a predetermined grid so as to necessitate the computation of costs for the entire area. The costs for the entire grid are updated every iteration.
  • SUMMARY OF THE INVENTION
  • The present invention provides a randomized adaptive path planning method that handles real-time path planning for a vehicle operating under kinodynamic constraints in dynamically changing and uncertain environments with probabilistic knowledge of vehicle and obstacle movement. It is understood that as used herein the term “vehicle” is to be construed broadly to include virtually any type of entity for which it is desirable to plan a path. For example, an entity can include a vehicle, such as a submarine, as well as a mobile software agent operating in a network.
  • In general, the inventive method generates one or more paths from an initial vehicle start position to a goal location, or at least one partial path in the direction of the goal. Path characteristics, such as number of turns or length, may be constrained by a user. Avoiding obstacles or having low probability of intersecting regions that have some probability of containing obstacles may also provide constraints on the path. The output paths satisfy the constraints. Paths can also contain information about probability of contact (with an object or region to be avoided) along the path as well as a confidence level in the assessment. The paths can also contain time, velocity and acceleration information an the like, which can provide relevant state space information.
  • In addition to regions to avoid, paths may be formed taking into account regions for which it is desirable to visit. For example, a vehicle on its way to some location may be notified of a new target. It may be desirable to select a path that enables a strike at the target as the vehicle travels along its route.
  • A vehicle may have only probabilistic information about its environment due to sensor noise and incomplete coverage, for example. By incorporating probabilistic information with confidence levels along returned path options (possibly with reasons for such estimates), a preferred path can be selected based upon a variety of factors.
  • By finding paths using probabilistic models in a dynamic uncertain environment, the system can provide paths that may not have to be modified as often and may be safer than methods that do not incorporate simulation with probabilistic knowledge. An advantage of combining determinism with randomness is that it can provide straighter more direct paths that do not require complicated smoothing afterwards, while including the benefits of randomness (avoidance of local minima and more comprehensive searching with little overhead). Using determinism with randomness, while adapting the amount of randomness to the environment and the existing tree structure, enables the generation of a search tree that is efficient, yet broad enough that multiple path options can generally be found even in relatively tight environments.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The invention will be more fully understood from the following detailed description taken in conjunction with the accompanying drawings, in which:
  • FIG. 1 is a schematic depiction of a vehicle having a path planning system in accordance with the present invention;
  • FIGS. 2A-L are pictorial representations of a sequential path planning process in accordance with the present invention;
  • FIG. 3A is a pictorial representation of an exemplary location probability distribution for an object that can form a part of path planning in accordance with the present invention;
  • FIG. 3B is a pictorial representation of a further exemplary location probability distribution for an object that can form a part of path planning in accordance with the present invention;
  • FIG. 4 is a textual representation of an exemplary implementation of adaptive path planning in accordance with the present invention;
  • FIG. 5 is a textual representation of a further exemplary embodiment of adaptive path planning in accordance with the present invention;
  • FIG. 6 is a flow diagram showing an exemplary sequence of steps for implementing path planning in accordance with the present invention;
  • FIG. 7 is a flow diagram showing further details for deterministic tree extensions of FIG. 6;
  • FIG. 8 is a flow diagram showing further details for the random tree extensions of FIG. 6; and
  • FIG. 9 is a schematic depiction of a path planning system in accordance with the present invention.
  • DETAILED DESCRIPTION OF THE INVENTION
  • FIG. 1 shows an exemplary vehicle 100 having a path planning system 102 in accordance with the present invention. The vehicle 100 can include a radar/sonar 104 system coupled to the path planning system 102 for detecting other vehicles/ objects 10, 20, 30. In one particular embodiment, the vehicle 100 is a submarine and the vehicles/ objects 10, 20, 30 can correspond to other submarines, ships, non-navigable areas, and the like, that can be friendly or hostile. In general, certain attributes can be assigned to the vehicles/ objects 10, 20, 30, such as speed, heading, acceleration, etc. that can be considered when planning a path to avoid the vehicles/objects.
  • While the path planning system 102 is primarily shown and described as having an onboard radar/sonar system for detecting objects and vehicles, it is understood that the vehicle/object information can be provided from a remote device, vehicle, satellite, etc. In addition, it is understood that the path planning system 102 can also be remote from the vehicle. For example, a central command center can ascertain vehicle/object information, plan a route for a given vehicle, and provide the route information to the given vehicle. Vehicle and objects can be identified by a satellite, for example, which can provide this information to the command center or vehicle. Further, the vehicle and objects can include a wide variety of moving and non-moving items that can be friendly, non-friendly, neutral, etc.
  • The inventive path planning system and method can be referred to as a Randomized Adaptive (RAd) Path Planning for handling real-time path planning for a vehicle operating under kinodynamic constraints in dynamically changing and uncertain environments with probabilistic knowledge of vehicle movement.
  • Before describing the invention in further detail, some elements and definitions are provided. A state space is defined. A vehicle is to be routed through this state space. A vehicle is generally located at an initial start position in state space and a goal region in the state space is identified to which the vehicle is attempting to reach or travel towards. It is understood that the goal locations may change over time. Moving and stationary objects and regions that the vehicle should avoid are identified and defined. The state space location or existence of these objects and regions may be known only probabilistically. Moving and stationary objects or regions that the vehicle would like to avoid but are not necessary to avoid can also be defined. In addition, constraints on vehicle movement and constraints on output paths can be defined.
  • The inventive path planning method generates one or more paths from the vehicle initial start state to the goal, or at least one or more partial paths in the direction of the goal. The paths can incorporate user constraints and can also contain information about probability of contact (with an object or region to be avoided) along the path, and confidence level in the assessment. The paths can also contain state space information.
  • In planning a path, a variety of components can be considered. A topological space of probability distributions over the state space can be defined along with probabilistic models of obstacle motion and location in state space. The state space is a topological space whose elements include considered states of the system of interest. For example, in the case of routing a vehicle through a three dimensional (3D) environment containing moving obstacles and the vehicle, one can consider relevant aspects of the environment as a system. As a simple example, one can define a state space for each obstacle to consist of all possible locations of the obstacle. This space can be defined as (R, T), where R⊂
    Figure US20050216181A1-20050929-P00900
    3 is given by R={(x,y,z):min Lon≦x≦max Lon,min Lat≦y≦max Lat,min Alt≦z≦max Alt}, where Lon refers to longitude, Lat refers to latitude, and Alt refers to altitude, and T⊂
    Figure US20050216181A1-20050929-P00900
    is given by T={t: min Time≦t≦max Time}. One can consider the state space(R, T) as a probability space defined in the standard manner as the product of probability spaces. The obtained product probability measure is denoted as P(R, T). One may also consider O ( R , T )
    as the state space consisting of all possible locations of all obstacles. Other possible variables in the state space include speed, direction of travel, and danger level.
  • In an exemplary embodiment, probability distributions correspond to obstacles in the state space. For each obstacle O, assume there is a probability density function φO(R, T)→
    Figure US20050216181A1-20050929-P00900
    such that for any Borel basis set, B⊂(R, T), the probability that O is in B is given by P ( O B ) = B φ 0 P ( R , T ) .
    The function φO induces a probability measure, μO, on (R, T). One can take this as a probability distribution corresponding to the obstacle O. It Should be noted that in the general case, there may be no closed form representation of φO, nor is it necessary that such a closed form representation exist.
  • In general, a distance between probability distributions can be defined. For example, one can define a distance, d(·,·), between probability distributions in such a manner that if {μn} is a sequence of probability distributions (i.e. probability measures) on (R, T), then d(μn,μ)→0 iff for every bounded measurable function f: (R, T)→
    Figure US20050216181A1-20050929-P00900
    ., then , ( R , T ) f μ n ( R , T ) f μ
    It can be noted that the second condition B μ n - μ ( R , T ) 0
    for every Borel set B⊂(R,T). Additional discussion on defining this metric is contained in D. Crisan and A. Doucet, A Survey of Convergence Results on Particle Filtering Methods for Practitioners, IEEE Trans. On Signal Proc., p. 741, Vol. 50, No.3, March 2002, which is incorporated herein by reference.
  • It should be noted that any metric space is also a topological space and that the above condition placed on the metric induces the so-called “weak topology”. In this manner, one obtains a topological space of probability distributions over state space. Note that a probability distribution, i.e., probability measure, is simply a function having certain properties.
  • It should be further noted that one can also define a probability distribution corresponding to the location of the vehicle to be routed. Along with the standard Euclidian distance between the most likely locations of the so-called ownship and obstacle, one can consider the distance between the ownship and obstacle probability distributions. In an intuitive sense, this corresponds to how much the two probability distribution overlap. Even if the Euclidean distance is considered sufficiently large, there may be considerable overlap of the probability distributions.
  • A probabilistic vehicle motion model can be defined that incorporates constraints on vehicle motion through state space. For example the turning and stopping ability of a submarine is relatively limited. Thus, turns may be relatively undesirable. A set of mechanisms or rules can be defined for obtaining candidate paths for deterministic tree extension. The amount of randomness at each stage can be determined for producing candidate nodes for random extension and determining when random extension is finished for the stage. A set of mechanisms or rules for obtaining candidate paths for random tree extension can also be determined. In addition, paths should be examined to some extent to determine if they are feasible. A mechanism can be defined to determine when to halt tree extension and a further mechanism can evaluate path quality. Another mechanism can select a set of path options from the final tree.
  • FIGS. 2A-2L show a sequential path planning over time in accordance with the present invention. In FIG. 2A, a target vehicle 200, e.g., a submarine, desires to reach a goal location 202 and avoid objects 204 a-f, e.g., submarines and ships. The target submarine 200 starts from an initial location RN, which can be defined as the root node in the state space, at time T0. In FIG. 2B, which corresponds to time T1, a series of branches T1B1, T1B2, T1B3 extend from the root branch and terminate at respective nodes T1N1, T1N2, T1N3. It can be seen that some of the objects 204 have moved in relation to their position at time T0 (FIG. 2A).
  • It will be appreciated that the sequential path planning figures FIGS. 2A-L are intended to facilitate an understanding of the invention. While the length of branches may have some correlation with distance, it is understood that the figures are not drawn to scale. In addition, branches are shown extending from various nodes to generally show path planning in accordance with the invention without rigid application of the rules for extending the branches. That is, it will be appreciated that no inference should be made from the figures based upon the presence, or lack thereof, of a branch from a particular node. In addition, in actual practice is it likely that many more branches will be generated than is shown in FIGS. 2A-2L.
  • The objects 204 are shown surrounded by a shaded region corresponding to a probability distribution, which can form a part of the state information for each object. Object state information can include position, heading, velocity, acceleration, turning radius, etc. For example, a submarine object may have a heading and speed known at time TO. Given this information, a probability distribution can be defined for the position of the object at times T1, T2, etc. The probability distribution can take into account the confidence level of the state information. For example, if an object was actually cited at T0 heading in a known direction, the confidence level of the position would be relatively high for time T1. In addition, the probability of a submarine reversing course 180 degrees, for example may be quite low, which can be reflected in the shading so as to indicate this probability. Further, the limited turning ability of a submarine can also be taken into account. One of ordinary skill in the art will appreciate that a wide variety of parameters can be taken into account in the state information.
  • The branches can extend based upon a variety of rules including probabilistic rules, random rules and deterministic rules. In the present example of FIGS. 2A-2L, a first rule, which is deterministic, for extending branches includes generating a branch in a straight-ahead manner, e.g., branch T2B2 of FIG. 2C. For example, if no obstacles were located between the root node and the goal location a path would extend in a straight line from the root node to the goal location. A second rule, which is also deterministic, extends a branch into open space while taking into account the goal location. For example, in FIG. 2C, branch T2N1 is generated based upon the second rule. A third rule, which utilizes randomness, generates a branch into open space while also taking into account the goal location.
  • In FIG. 2C, which corresponds to time T2, branches T2B1, T2B2, T2B3, T2B4 extend from respective nodes T1N1, T1N2, T1N3 generated at time T1 and terminate at respective nodes T2N1, T2N2, T2N3, T2N4. The generation of the T2 branches T2B1, T2B3, T2B4 is based upon the first rule (straight-ahead branch). Branch T2B2 is based upon the second rule (branch towards goal). Note that the objects 204 have continued to move since time T1. It can be seen that the first object 204 a is encroaching on node T2N3 and may interfere with the further extension of this path.
  • FIG. 2D, which corresponds to time T3, shows a pause PP1 of any extension from node T2N1 (FIG. 2C) and a similar pause PP2 of one cycle from node T2N3. These pauses PP1, PP2 correspond to the pausing of the path from the root node 200 for a cycle. When generating a vehicle path, the pauses PP1,PP2 may correspond to the vehicle stopping for a predetermined period of time. Such a pause may avoid a moving object, for example. Note that the pauses PP1, PP2 do not eliminate the paths as a possible route.
  • Further branches T3B1 terminating at node T3N1, T3B2 terminating at node T3N2, and T3B3 terminating at node T3N3 are generated at time T3. It can be seen that the branches T3B1, T3B2 are generated by the first rule and branch T3B3 is generated by the third rule.
  • It is understood that not all the branches generated by the first and second deterministic rules (straight ahead and towards the goal) and the third rule may not appear to extend from each node.
  • In an exemplary embodiment, each branch is first generated as a candidate branch and examined. Certain branches may be found to be infeasible, for example, as initiating contact with an object. Other rules may eliminate candidate branches. For example, a rule may preclude overlapping or redundant branches. Note that such overlapping refers to space and time, not just space. In addition, it is possible that branches overlap in space but not in space/time. A wide variety of additional rules for eliminating candidate branches will be readily apparent to one of ordinary skill in the art.
  • FIGS. 2E-L show the continued generation of branches over times T4-T10 and the continued object 204 movement over time. It is understood that to more clearly show changes over time branch and node labeling is limited. In FIG. 2E, the first pause PP1 is shown with a “2” indicating that branch generation is stopped for a second cycle. As can be seen, the two-cycle pause PP1 provides a path that avoids the first object 204 a. In contrast, the second pause PP2 is shown again with a “1” and a branch T4B3 extending from the node T2N3 (not shown) from time T2. The relatively short length of this branch T4B3 reflects the vehicle 200 (not shown) having to accelerate from a stop and thus travel a relatively small distance.
  • In FIG. 2H, two paths are terminated as indicated by first and second triangles K1, K2. The first path kill K1 results from a projected collision with the fifth object 204 e. The second path kill K2 results from the path being too indirect in possibly reaching the goal location 202.
  • It will be appreciated that a wide variety of criteria can be used to kill further generation of a particular path. Exemplary criteria to kill further generation of a path include
  • 1. In general: If there is no feasible extension the branch is killed.
      • a. It may be impossible to satisfy motion constraints without hitting an obstacle. For example, the required speed or turning radius may be out of bounds.
      • b. If the vehicle is airborne, the g-forces required for a particular maneuver may be too great.
  • 2. Further information that is obtained from sensors or other sources may indicate that a branch thought to be clear from contact actually is not. New information on the location of known obstacles may come to light. Also, additional obstacles may be discovered.
  • 3. The cost metric of the path may become too large. Some examples are given below.
      • a. Distance traveled or time taken may become too large.
      • b. The number of turns or number of other types of direction changes may become too large. For example, if the vehicle is airborne, the number of altitude changes may become too large.
  • While it may appear that some paths go across an object, it is understood that there would be no actual collision since the path branch over which a vehicle would travel is displaced in time from movement of the particular object. An analogy would be a person crossing the street before or after a car passes by.
  • FIG. 2K shows first and second routes R1, R2 that reach the goal location 202 from the root node 200. FIG. 2L shows the second route R2 shown in bold to indicate a preference over the first route R1. In one particular embodiment, the second route R2 is selected over the first route R1 based upon the number of curves (one versus four) over the respective paths.
  • It is understood that selecting a route from a plurality of routes can be based upon a wide range of factors that can be weighted in a desired manner based upon the needs of a particular application. For example, for a submarine the number of turns can be weighted heavily due to the limited turning ability of submarines. Exemplary factors include type of vehicle, speed, turning ability, confidence of object location, importance of direct path, level of desire to avoid objects and by what distance, and the like.
  • Probability and confidence level information can be used both in determining the initial feasibility of edges and in selecting a route from a plurality of routes. In general, there is confidence level information associated both with the probabilistic knowledge of obstacle location/obstacle threat level and with knowledge of the response of the so-called ownship to commands.
  • One can use confidence levels in the assessment of probability of contact with a region to be avoided. Suppose one obtains a number of possible locations for the enemy from multiple sensors. One simple way in which confidence levels can be used is to use them directly in a cost function. Confidence levels can be used as an indication of certain knowledge of the situation. For example, a route that avoids uncertain situations may be preferable. In one embodiment, the system keeps track of the probability, along each path, that a vehicle is at least a predetermined number of nautical miles from a particular enemy ship.
  • FIG. 3A and 3B show exemplary probability distributions for a location of an exemplary object 350, which can be considered an enemy ship, in relation to a vehicle 352 for which paths are generated. In FIG. 3A, the object location probability distribution 354 is relatively spread out. In one embodiment, the probability distribution corresponds to a Guassian distribution with a relatively large standard deviation. In FIG. 3B, the object location probability distribution 356 is more focused, such as a Guassian distribution with a relatively small standard deviation.
  • EXAMPLE
  • Let Π denote a space of probability distributions over the state space Σ. In order to determine a path, or a selection of paths, from the vehicle's current position to the goal, one builds a particular type of search tree T in Π. Generally, the nodes in the search tree T are points in the state space Π and edges in T are curves in Π.
  • The process of adding nodes to the tree T can be referred to as tree extensions. Suppose one is given an existing node n in search tree T and a curve α in probability distribution space with the curve α starting at the location of n. Then the search tree T is extended by the curve α by placing a node np at the endpoint of the curve α and adding the curve α to the tree space T. In this case, one may also say that the node n has been extended. If a node is not to be extended, the node is considered dead. One may also refer to tree extension by adding a turn or curve.
  • The tree can be built by starting the tree T by setting the root node of T at the initial vehicle position. The pseudo code of FIG. 3 shows an exemplary implementation for building the tree. It is understood that the Method Components referred to would define the desired rules for stopping, deterministic tree extension and random tree extension.
  • In one particular embodiment, which is relatively simple to facilitate an understanding of the invention, candidate path extensions for deterministic tree extension are obtained via two simple rules, which can form a part of the respective model component of FIG. 4.
  • Initially, a linear path a is added such that the heading and speed of the vehicle are constant on α and are identical to the heading and speed at the node that is extended by α. The length of α is determined as described below. The path is then extended by adding a turn such that, at the turn end, the vehicle is heading as close as possible directly towards the goal. The turn is obtained by consulting the vehicle turn model. In one embodiment, the current implementation includes a simple turn model that assumes the turn is an arc of a circle, where the circle radius depends upon vehicle speed at the turn start.
  • For random extensions, the amount of randomness can be determined and may be varied in accordance with certain criteria. In one embodiment, a random extension is added to a percentage of the leaf nodes, where the percentage is a decreasing function of the number of leaf nodes. These nodes can be chosen randomly. A random extension can be added to a percentage of the leaf nodes, where the percentage is an increasing function of the environment danger, for example. These nodes are chosen randomly. A random extension can be added to all leaf nodes. The number of random extensions added to a node can be varied by a function that depends on the local environmental danger of the node. The number of random extensions added to a node can be varied by a function that depends on the number of leaf nodes. A fixed number of random extensions can be added to a node.
  • In one embodiment, to determine the amount of randomness, one of the first three conditions above is chosen for a so-called global randomness condition. In addition, one of the last three conditions is also chosen for a so-called local randomness condition.
  • In determining the amount of randomness, there can also be additional parameters. The local number of tries parameter and the global number of tries parameter. In carrying out an extension, the desired extension is sometimes not feasible. Suppose a node, n, is to be extended by R random extensions, but some of the chosen extensions are not feasible. The local number of tries parameter gives an upper bound on the number of random extension attempts allowed in order to achieve R random extensions.
  • For the global number of tries parameter, if one chooses a random node to extend it is possible that after the local number of tries the node is not extended at all. Suppose one desires to extend N random nodes, but some of the chosen nodes are not extended after the specified number of tries. The global number of tries parameter gives an upper bound on the number of attempts, at choosing additional nodes, allowed in order to have N nodes extended.
  • In an exemplary embodiment, the global randomness condition, local randomness condition, and local and global number of tries parameters are determined via user input in a manner well known to one of ordinary skill in the art.
  • When extending randomly, the random path may be chosen by choosing a random variation of some of the state variable coordinates (while meeting constraints on those coordinates) and leaving the others identical to those in the node that is extended. The random path may also be chosen by choosing a random endpoint (subject to constraints) and asking the vehicle motion model for a path with that point as endpoint and the extended node as start point.
  • The specifics of edge length depend upon the particular metric on the state or distribution space. Generally, the edge length can be fixed or it can depend upon a function that depends on the environment danger, on task requirements, etc. The edge length should be chosen so that if the endpoints of the path meet the probability feasibility condition, then the entire path does.
  • Below, some exemplary elements that may be included in Method Component 6 shown in FIG. 4 are discussed. In determining if a new candidate node is feasible, one can evaluate the probability that the node will meet, in space and time coordinates, a region to be avoided. A probability feasibility function returns true if this probability is less than a maximum feasible probability, which can be defined as a function depending upon one or more of the following: an environment danger measure, the precision that can be expected in vehicle movement, the current number of leaf nodes, the amount of danger that is acceptable, and the types of regions that are to be avoided.
  • It is understood that an environment danger measure is application dependent and may be given by any measure that indicates the amount of danger due to the characteristics of the obstacles and regions to be avoided. For instance the ratio of the area of the no-go regions to the area of the environment might be such a measure. The local environment danger may be the environment danger restricted to a subset of the environment containing the vehicle. Various topological or metric descriptions of the subset to be considered could be used. An example subset would be the portion of physical space within a given distance of the vehicle.
  • It is understood that a variety of user-specified parameters can be used. Exemplary user-specified constraints that could be used in FIG. 4, for example, are discussed below. It should be noted that further constraints will be readily apparent to one of ordinary skill in the art.
      • Additional No-Go Distance: The additional no-go distance is a distance such that, if R is a region that the vehicle must avoid, then vehicle must also avoid the region obtained by taking R plus the ε-neighborhood of R.
      • Maximum Vehicle Speed: The maximum speed that the vehicle is allowed to travel under any circumstances.
      • Desired Vehicle Speed Range: Vehicle speed should lie within this range except in unusual circumstances.
      • Stop Flag: This flag is set to true if the vehicle is allowed to stop and set to false otherwise.
      • Maximum Number of Turns Allowed Within a Specified Time Range:
      • The maximum number of course changes that the vehicle is allowed to make within the user specified time range.
      • Minimum distance between the end and start of two turns:
  • Illustrative rules that can be used in Method Element 7 of FIG. 4, for example, for halting tree extensions are discussed below. In the current implementation, tree expansion is stopped when a path to the goal has been found or if the vehicle travel time one the shortest partial path is over a travel-time limit parameter. Other possibilities are given below.
      • Automatically stop tree expansion when a path to the goal has been found or when it is determined that no feasible path can be found.
      • Automatically stop tree expansion after the path finding application has been running for a certain amount of time.
      • Stop tree expansion after a certain number of paths to the goal have been found or after a time limit has been reached.
      • Display the tree during the build process and stop expansion via user request
  • In another aspect of the invention, exemplary automatic path update conditions can be used as described below.
      • Update the path automatically if, using updated situational knowledge, it is determined that the probability of the current path intersecting a contact no go region is unacceptably high given the confidence level.
      • Update the path automatically if a fixed amount of time has passed since the last update.
      • Update the path automatically using variable time steps, where the local density of the contacts determines the size of the time step. A shorter time step is used if local density is high and a longer time step is used if local density is low.
  • The inventive Randomized Adaptive (RAd) Route Planning Method handles real-time path-planning for a vehicle operating under kinodynamic constraints in dynamically changing and uncertain environments with probabilistic knowledge of vehicle movement. With appropriate probabilistic models of vehicle motion and environment interfaces, it is applicable to a wide range of vehicle types and environments.
  • FIG. 5 shows an exemplary implementation of randomized adaptive route planning in accordance with the present invention. The notation below defines certain terms used above.
      • T The search tree that is constructed.
      • #SN The number of edges that we initially attempt to add to the root node. This is an input parameter.
      • #RN The maximum number of nodes that we extend randomly on a given iteration. This is an input parameter.
      • #RE The number of random extensions that we attempt to add to a node that is randomly extended. This is an input parameter.
      • MEL The maximum allowed edge length. This is an input parameter.
      • mEL The minimum allowed edge length. This is an input parameter.
      • MSp The maximum allowed speed. This is an input parameter.
      • mSp The minimum allowed speed. This is an input parameter.
      • MTr The maximum number of turns allowed. This is an input parameter.
      • VMM The vehicle motion model.
      • EPM The probabilistic environment model.
      • Turn Wedge Given the current vehicle trajectory and state, the Turn Wedge is defined by the max possible turn left and the max possible turn right.
      • Stop Flag A Boolean flag set to TRUE if stops are allowed.
      • MTm Maximum allowed time for a route.
      • Active Node Any node in T that may be included in output routes.
      • Stop Condition A condition that determines when the tree build is stopped.
  • In general, in order to determine a route, or a selection of routes, from the vehicle's current position to the goal, one first builds a particular type of search tree in Ξ, T space, where Ξ is the N-dimensional spatial coordinate space and T is time. Edges in the tree are oriented line segments and nodes are points. The tree is rooted at (x0, t0), where x0 is the current spatial position of the vehicle at current time t0. One can add nodes to this tree using a combination of deterministic rules and randomized extension, for example. In building the search tree, a simulation is performed forward in time, using a probabilistic model of environment behavior and models of vehicle motion. Candidate new nodes are not added to the tree unless the probability of contact is determined to be below a (parameter) threshold, with confidence level above another (parameter) threshold. These thresholds may be constant or taken as functions of the environment. For example, if the environment contains a fair amount of open space, the probability of contact threshold may be set low in order to force the vehicle into larger areas of open space. The lengths of the edges that are added depend upon the environment and this length may vary over the region and with time. Any edge length should be short enough (in space and time) that if the added end node is determined to be feasible by probability of contact check, then the edge is also feasible under probability of contact criteria.
  • It is assumed that the probability models are continuous over space and time. Edge length may be altered by speed changes as well as by distance traveled changes. However, the number of speed changes and the amount of change may be limited by user input. It should be noted that tree edges may be (and generally are) shorter than maximal straight-line segments in the path, depending upon vehicle motion constraints.
  • It is also possible to check user-defined conditions, other than probability of contact, in determining the feasibility of adding a node. For example, there may be a maximum number of allowed turns over a given time or distance, a minimum time or distance between turns, a maximum path length, a maximum time, or a minimum and maximum speed. In adding nodes and edges, a vehicle model may also be queried to determine if the added edge and node meets vehicle motion constraints and for the probability that the vehicle will actually travel along the edge if given a command to do so.
  • Some possible deterministic rules for adding an edge and node to an existing leaf node are to add a node (if possible by feasibility checks) straight ahead in space at the current speed, directly towards the goal (a turn would be included and the speed would be determined by the motion model), towards the closest node on the previous path found. One can also add edges towards the goal and straight ahead, only to those nodes in the largest Voronoi regions of the Voronoi diagram determined by the tree. It is understood that deterministic rules are not necessarily limited to these. In a tight situation it may also be desirable to allow adding edges to nodes other than leaf nodes. The number of random edges added (subject to feasibility constraints) may be determined by a combination of the size of the existing tree and environmental conditions. If the environment is hazardous, more random nodes could be added to allow for more options.
  • The tree is extended until at least one path is found, it is determined that no feasible path can be found under the current conditions, using currently available knowledge, or other “stopping” conditions are met. After the tree is built, either a “best” path to the goal or a “best” partial path is found. In one embodiment, an overall metric that is a weighted sum of metrics is used to determine a “best” path. In such an implementation, the sub-metrics that can be included in the overall metric are 1) path length, 2) path time, 3) point of closest contact, 4) average point of closest contact, 5) maximum probability of contact 6) average probability of contact, 7) number of course changes, etc.
  • It is understood that the selection of metrics is not limited to these metrics, and the particular metric used may depend upon the application and be user defined. The weights in the overall metric may also depend upon the application and be user defined in a manner well known to one of ordinary skill in the art.
  • Once the tree has been constructed and a desired path is found in the tree, the vehicle proceeds to follow that route. Since the environment may be dynamic and uncertain, this route may need to be updated due to unanticipated environmental changes. The inventive path planning system also includes conditions for optional automatic route update. The system is able to modify the build of the tree based upon environmental conditions.
  • In an exemplary embodiment, the tree data structure is specified by a set of node data structures. The node connectivity information for the tree is given by child and parent pointers contained in the node data structure. In one particular embodiment, the node data structure contains the following:
      • List of pointers to Child Nodes
      • Pointer to Parent Node
      • Dead Node Flag
      • State Space Information
      • Probability Distribution Information
      • Variables relevant to Metrics for Cost of Path
      • Cost of Path from the root node
      • Environmental Information
      • Pointer to Parent Edge
        where a parent node is, considering a tree as a directed graph, a parent node of a given node is the node at the start of the edge incoming to that given node. The incoming edge is a parent edge. The child nodes of a given node consist of all nodes having that given node as a parent. A dead node flag can be a Boolean variable indicating whether or not it is possible to continue from the node. If the Dead Flag is set to True then the sub-tree having the parent of the node as root node and containing the node is killed off. State Space Information is application dependent. Some exemplary variables that might be used as state space information in an application that involves a traveling vehicle include speed, acceleration, heading, geographic location (for example longitude, latitude, and elevation), and time. Note that in general, these variables are associated with probability distributions and that the values for these variables would be given by the mean of the relevant probability distribution.
  • In general, probability distribution information is application dependent.
  • Illustrative fields that might be contained in probability distribution information in an application that involves a traveling vehicle (ownship) include 1) either joint or independent distributions for one or more of the variables contained in the state space information; and 2) 99%, 95%, . . . confidence intervals/regions for each of the represented distributions. It should be noted that these do not have to be explicitly represented, as they can also be obtained from the distributions.
  • As noted above confidence level information can be obtained from distributions. Also, confidence intervals are part of the information contained in probability distributions and can be used to truncate distributions. The integral (or sum of values over the domain) of a probability distribution function (PDF) has a value of one. If the domain is one dimensionally connected, then an X % confidence interval is a connected subset of the domain, over which the integral (or sum of values over the domain) of the PDF have a value of X. In the case where the domain is not one-dimensional, the term confidence region can be used. Confidence intervals are typically taken to be centered at the mean.
  • The variables relevant to metrics for cost of path may be application and metric dependent. Exemplary variables that might be used as a metric in an application that involves a vehicle (ownship) traveling through a region containing moving obstacles that must be avoided include geographic length, travel time, number of turns, maximum turn angle, minimum distance to an obstacle at a point of closest approach, average size of 99% confidence regions over the path for the location of the obstacles having closest approaches, and average size of 99% confidence regions over the path for the location of the ownship.
  • In one embodiment, point of closest approach assumes given a path, P, a vehicle, V, traveling along P, and a set of moving obstacles, {O1, O2, . . . , On}. Let Di denote the minimum of distance(V, Oi) over P and let Dmin=min{Di: 1<=I<=n}. Then all locations of V at which Dmin occurs are points of closest approach and Dmin is the min distance to an obstacle at a point of closest approach. The obstacle Oi has a point of closest approach if Di=Dmin.
  • In an illustrative embodiment, a metric used to determine the so-called cost of path is application dependent. An exemplary metric includes a weighted sum of the normalized values of metric-associated variables. Examples of metric-associated variables include the variables described above (variables relevant to metrics for cost of path).
  • In an exemplary weighted sum for metric, suppose variables to consider in the metric are (V1, V2, . . . , Vn}. Let {W1, W2, . . . , Wn} be a set of non-negative real numbers. Then a weighted sum metric is given by (W1*V1+W2*V2+. . . +Wn*Vn) / (W1+W2+. . . +Wn). Certain ones of the variables considered in the metric may be more important than others and therefore weighted more heavily (e.g., larger W).
  • As will be understood by one of ordinary skill in the art, normalized values can be used for metrics. When comparing quantities having different units of measure or different scales, one can normalize the values to a common frame of reference. For instance, when normalizing the values for use in the metric, one may normalize so all values lie in the interval [0, 1]. In order to do this, one can set minimum and maximum considered values and determine a normalized value=value/(max−min). Note that this simple case assumes the correspondence between small/large values and desirable/undesirable behavior is constant over all variables.
  • In one embodiment, environmental information is application dependent. Exemplary fields that might be contained in environmental information in an application that involves a vehicle (ownship) traveling through a region containing moving obstacles that must be avoided include a probability distribution map for the locations of the obstacles at the node time (e.g., the time contained in the state space information) and 99% confidence regions for obstacles resulting in a point of closest approach.
  • It should be noted that edges do not necessarily correspond to straight segments and can be more general curves. For instance, a turn can be considered as an edge. In an application that involves a traveling vehicle (ownship), an edge would typically specify the most likely location of the own ship as it travels between nodes.
  • In an exemplary embodiment, the edge specification is application dependent. The particular representation of the turn could take different forms depending upon the application. Exemplary fields that might be contained in the Edge Specification in an application that involves a traveling vehicle (ownship) include
      • A curve given as a curve parameterized by time or as a piecewise linear path in geometric-position/time space or in position/time/speed.
      • An approximate or average speed over the edge or a function of time—specifying speed over the edge, and.
      • A “confidence”
  • As will be appreciated by one of ordinary skill in the art, known randomized path planning methods do not adapt the amount of randomness to the state of the environment or the existing search tree structure. They also do not perform real-time planning using simulation that incorporates probabilistic knowledge of a dynamically changing environment. The inventive method is also different from conventional methods in that it uses deterministic rules along with randomness, where the amount of randomness is adaptive.
  • FIG. 6 shows an exemplary sequence of steps for implementing path planning in accordance with the present invention in conjunction with the processing details described above. In step 500, the root node is set to an initial state for the vehicle that traveling to a goal location. In step 502, it is determined whether the stopping conditions are satisfied. If so, which will typically be after a path is at least partially planned, the “best” path is found in step 504. If not, in step 506, the tree is extended deterministically, e.g., using a set of deterministic rules such as those shown in FIG. 7. In step 508, the tree is extended with random extension rules, such as those set forth in FIG. 8. A further node is chosen in step 510 that has not yet been processed.
  • In step 512, it is determined whether the node has been extended. If not, in step 514 the node is considered dead and in step 516 it is determined whether all nodes have been chosen. If not, processing continues in step 510 where a further node is selected. If so, processing continues in step 502 where stopping conditions are examined.
  • If the node has been extended as determined in step 512, in step 518 it is determined whether kill conditions are satisfied. If so, processing continues in step 514 where the node is set to dead and if not, processing continues in step 516.
  • FIG. 7 shows further details for deterministic tree extension in accordance with the present invention. In step 600, a live node is selected that has not yet been chosen. Candidate path extensions are deterministically generated in accordance with predetermined rules in step 602. In step 604, a path extension is selected and in step 606 it is determined whether the path extension is feasible with respect to the predicted probability distribution of regions to avoid or visit. If so, the extension is added in step 608. If not, in step 610 it is determined whether all path have been chosen. If not, processing continues in step 604 where a further node is selected. If so, it is determined in step 612 whether all live nodes have been processed. If so, deterministic path extension is complete and if not, processing of further nodes continues in step 600.
  • FIG. 8 shows further details of random path extension in accordance with the present invention. In step 700, a set of nodes for random extension is determined based upon rules that define a desired amount of randomness. A node is then selected in step 702 and in step 704 candidate path extensions for the node are obtained using ransom extension rules. In step 706, a path extension is selected that has not yet been processed and in step 708 it is determined whether the extension is feasible in view of the predicted probability distribution of regions to avoid or visit. If so, in step 710 the random extension is added, and if not, in step 712 it is determined whether all paths have been selected. If not, processing continues in step 706 where a further path is selected and if so, it is determined whether all nodes in the set have been selected. If so, random extensions are completed. If not, processing continues in step 702 where a further node is selected.
  • FIG. 9 shows an exemplary architecture for a path planning system 800 in accordance with the present invention. The system includes a workstation 802 having a monitor 804 and a user interface 806, such as a keyboard. A database 808 can be external to the workstation or internal.
  • In one particular embodiment, the workstation 802 includes a processor 810 coupled to a memory 812. An operating system 814 operates on the processor 810 in conjunction with the memory 812 in a manner well known in the art. Any suitable operating system, including Windows-based, Unix-based, and Linux-based systems can be used. Various applications can run on the workstation under the operating system.
  • The workstation 802 includes a series of modules that provide path planning for a vehicle in accordance with the present invention. While an exemplary embodiment is shown, it is understood that a wide variety of architectures can be used without departing from the present invention. In addition, one of ordinary skill in the art will recognize that a partition between hardware and software modules and devices can be varied to meet the needs of a particular application.
  • A state space module 816 maintains the state space, which is described in detail above. In general, the state space module 816 utilizes state space information and object parameters to generate the potential paths in conjunction with other modules. An object module 818 manages the objects, including the vehicle for which the path is being planned, identified in the state space. Upon receiving updated sensor information from a sensor interface module 820, for example, the object module 818 updates object information.
  • A rule module 822 maintains the various path generation rules and a path generator module 824 generates path branches based upon the rules, as described in detail above. The rule module 822 can include various submodules 822 a-N to implement the various rules.
  • It is understood that various components of the system can be distributed. For example, new and modified rules can be downloaded from a central location. Similarly, sensors can be located onboard a vehicle and/or sensor information can be provided to the system. In addition, path planning can be generated remotely from a vehicle and a given path can be sent to the vehicle.
  • While the invention is primarily shown and described in conjunction with routing a submarine through hostile enemy territory, it is understood that the invention is applicable to moving objects in general for which it is desired to plan a path to a goal location. The inventive path planning system considers paths through a space of probability distributions resulting in a high level of flexibility, fidelity to the actual situation, and less loss of information. For example, related to some known applications for routing through hostile territory, the method is compatible with, and can be used with, Bayesian methods for target tracking. In an exemplary embodiment, probabilistic information gained from Bayesian methods can be incorporated into path finding and into the output path. This allows for the display of probabilistic information on a graphics display, so that a user can guide the vehicle with knowledge of danger probabilities. It also allows perturbations of the vehicle track to be made.
  • It is further understood that the invention may be applicable to more than routing physical vehicles. For instance, the inventive path planning system may be used in a situation where a computer network is under attack and it is desired to maintain some level of information flow. In this case, there could be estimated probabilities that certain network components have been compromised or will be compromised within some time frame. These could be considered regions to be avoided.
  • One skilled in the art will appreciate further features and advantages of the invention based on the above-described embodiments. Accordingly the invention is not to be limited by what has been particularly shown and described, except as indicated by the appended claims. All publications and references cited herein are expressly incorporated herein by reference in their entirety.

Claims (26)

1. A method of planning at least one path for an object in a state space from a starting position to a goal position to avoid a plurality of static and/or dynamic objects, comprising:
(a) associating predetermined attributes with the plurality of static objects and/or the plurality of dynamic objects located in the state space;
(b) generating a probabilistic tree in the state space including a plurality of branches extending from the starting position of the vehicle towards the goal position located in the state space; and
(c) extending the plurality of branches of the probabilistic tree towards the goal position located in the state space based on at least one of a plurality of random tree extension rules and a plurality of deterministic tree extension rules until satisfying a predetermined stopping condition; and
(d) evaluating at least a first branch of the plurality of branches of the probabilistic tree for determining whether the first branch of the plurality of branches of the probabilistic tree satisfies predetermined trajectory path constraints.
2. The method of claim 1, wherein if the first branch of the plurality of branches of the probabilistic tree conforms to the predetermined trajectory path constraints, the method further includes:
(e) declaring the first branch of the plurality of branches of the probabilistic tree as the at least one preferred trajectory path for the vehicle in the state space; and
(f) controlling the vehicle to follow the at least one preferred trajectory path in the state space for moving the vehicle from the starting position towards the goal position in the state space.
3. The method of claim 2, wherein if the first branch of the plurality of branches of the probabilistic tree fails to conform to the predetermined trajectory path constraints, the method further includes:
(g) extending the plurality of branches of the probabilistic tree further based on the at least one of the plurality of random tree extension rules and the plurality of deterministic tree extension rules until at least one branch of the plurality of branches of the probabilistic tree satisfies the predetermined stopping condition and conforms to the predetermined trajectory path constraints.
4. The method of claim 3, further including:
(h) declaring the at least one branch of the plurality of branches of the probabilistic tree that couples the starting position to the goal position and that conforms to the predetermined trajectory path constraints as the at least one preferred trajectory path for the vehicle in the state space; and
(i) controlling the vehicle to follow the at least one preferred trajectory path in the state space for moving the vehicle from the starting position towards the goal position in the state space.
5. The method of claim 4, further including:
(j) repeating one or more of steps (a)-(i) at predetermined time intervals as the vehicle moves along the at least one preferred trajectory path toward the goal for updating the at least one preferred trajectory path to compensate for motion of the plurality of dynamic objects.
6. The method of claim 1, wherein satisfying the predetermined stopping condition includes at least one of satisfying a predetermined time constraint and satisfying a predetermined travel distance constraint.
7. The method of claim 1, wherein associating predetermined attributes with the plurality of static objects and the plurality of dynamic objects located in the state space includes associating at least one of a position value, a velocity value, a direction value, an acceleration value and a time value.
8. The method of claim 1, wherein generating the probabilistic tree in the state space further includes:
extending each of a first plurality of edges a first predetermined distance and direction from the starting position in the state space to each of a corresponding first plurality of nodes based on the plurality of random tree extension rules and the plurality of deterministic tree extension rules for forming first segments of each of the plurality of branches of the probabilistic tree.
9. The method of claim 8, further including:
extending at least one of a next successive plurality of edges from each of the first plurality of nodes a second predetermined distance and direction in the state space to each of a corresponding next successive plurality of nodes based on the plurality of random tree extension rules and the plurality of deterministic tree extension rules for forming next successive segments of each branch of the plurality of branches of the probabilistic tree.
10. The method of claim 9, further including:
repeating cyclically extension of each branch of the plurality of branches of the probabilistic tree until at least the first branch of the plurality of branches of the probabilistic tree satisfies the stopping condition.
11. The method of claim 10, further including:
evaluating whether extension of one or more branches of the plurality of branches of the probabilistic tree violate object avoidance constraints; and
suspending further extension of the one or more branches of the plurality of branches if a determination is made that extension of the one or more branches of the plurality of branches of the probabilistic tree violate the object avoidance constraints.
12. The method of claim 11, further including:
resuming extension of the one or more branches of the plurality of branches if a determination is made that extension of the one or more branches of the plurality of branches of the probabilistic tree no longer violates the object avoidance constraints.
13. The method of claim 1, wherein extending the plurality of branches of the probabilistic tree based on the plurality of random tree extension rules includes at least one of extending each branch into the state space that is void of the plurality of static objects and the plurality of dynamic objects and extending each branch into the state space that is void of other branches of the plurality of branches of the probabilistic tree.
14. The method of claim 1, wherein extending the plurality of branches of the probabilistic tree based on the plurality of deterministic tree extension rules includes at least one of extending each branch towards the goal and extending each branch in a straight line with respect to a previous extension of each branch.
15. The method of claim 1, wherein determining whether the first branch of the plurality of branches of the probabilistic tree satisfies the predetermined trajectory path constraints includes determining whether the first branch of the plurality of branches of the probabilistic tree satisfies at least one of a maximum travel distance value, a maximum turn angle value, a minimum distance value to the plurality of static objects and the plurality of dynamic objects.
16. A path planning method for a vehicle, comprising:
defining a state space including an initial start position and a goal position;
generating a plurality of paths from the start position to the goal position over time on a node by node basis based upon a set of rules including at least one of a deterministic rule, a randomness rule, and a probabilistic rule;
assigning locations to objects in the state space over time based upon respective probability distributions; and
selecting a first one of the generated plurality of paths.
17. The method according to claim 16, further including terminating ones of the plurality of paths that are not feasible at a given node in the state space.
18. The method according to claim 17, further including terminating paths based upon one or more of impact with an object, region avoidance, g-force limitations, sensor information, path distance, path time, number of turns, altitude change limitations, straight path desirability, object location confidence level, turning radius limitations, and turning penalties.
19. The method according to claim 16, further assigning a confidence level to object locations.
20. The method according to claim 16, further including assigning object state information including one or more of position, heading, velocity, acceleration, turning radius, acceleration limit, velocity limit, g-force limit, and location confidence level.
21. The method according to claim 20, further including assigning a probability distribution to one or more components of the object state information.
22. A method of adaptive path planning for a vehicle, comprising:
defining a state space for the vehicle and a plurality of objects;
setting a root node to initial state for the vehicle;
generating a plurality of paths comprising node-to-nod branches from a vehicle start location to a goal location;
examining each of the branches to determine whether stopping conditions are satisfied;
generating first ones of the branches using deterministic rules;
generating second ones of the branches using random extension rules; determining whether first ones of the plurality of branches should terminated; and selecting a first one of the plurality of paths that extend to the goal location.
23. The method according to claim 22, further including assigning state information to the plurality of objects including one or more of position, heading, velocity, acceleration, turning radius, acceleration limit, velocity limit, g-force limit, and location confidence level.
24. A system to plan a path to a vehicle, comprising:
a workstation including
a processor coupled to a memory containing instructions to enable the steps of:
defining a state space for the vehicle and a plurality of objects;
setting a root node to initial state for the vehicle;
generating a plurality of paths comprising node-to-nod branches from a vehicle start location to a goal location;
examining each of the branches to determine whether stopping conditions are satisfied;
generating first ones of the branches using deterministic rules;
generating second ones of the branches using random extension rules;
determining whether first ones of the plurality of branches should terminated; and
selecting a first one of the plurality of paths that extend to the goal location.
25. The system according to claim 24, further including program instructions to provide state information to the plurality of objects including one or more of position, heading, velocity, acceleration, turning radius, acceleration limit, velocity limit, g-force limit, and location confidence level.
26. The system according to claim 24, further including program instructions to download the selected path to the vehicle.
US10/811,460 2004-03-26 2004-03-26 System and method for adaptive path planning Expired - Fee Related US7447593B2 (en)

Priority Applications (6)

Application Number Priority Date Filing Date Title
US10/811,460 US7447593B2 (en) 2004-03-26 2004-03-26 System and method for adaptive path planning
PCT/US2005/005027 WO2006022827A2 (en) 2004-03-26 2005-02-17 System and method for adaptive path planning
DE602005019034T DE602005019034D1 (en) 2004-03-26 2005-02-17 SYSTEM AND METHOD FOR ADAPTIVE WAY PLANNING
JP2007504961A JP5172326B2 (en) 2004-03-26 2005-02-17 System and method for adaptive path planning
AU2005278160A AU2005278160B2 (en) 2004-03-26 2005-02-17 System and method for adaptive path planning
EP05812898A EP1733287B1 (en) 2004-03-26 2005-02-17 System and method for adaptive path planning

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US10/811,460 US7447593B2 (en) 2004-03-26 2004-03-26 System and method for adaptive path planning

Publications (2)

Publication Number Publication Date
US20050216181A1 true US20050216181A1 (en) 2005-09-29
US7447593B2 US7447593B2 (en) 2008-11-04

Family

ID=34991166

Family Applications (1)

Application Number Title Priority Date Filing Date
US10/811,460 Expired - Fee Related US7447593B2 (en) 2004-03-26 2004-03-26 System and method for adaptive path planning

Country Status (6)

Country Link
US (1) US7447593B2 (en)
EP (1) EP1733287B1 (en)
JP (1) JP5172326B2 (en)
AU (1) AU2005278160B2 (en)
DE (1) DE602005019034D1 (en)
WO (1) WO2006022827A2 (en)

Cited By (121)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060031015A1 (en) * 2004-08-09 2006-02-09 M/A-Com, Inc. Imminent-collision detection system and process
US20060225024A1 (en) * 2005-03-31 2006-10-05 Bin Hu Modification of pixelated photolithography masks based on electric fields
US20070265777A1 (en) * 2006-05-15 2007-11-15 Kohsuke Munakata On-Vehicle Road Configuration Identifying Device
DE102006035929A1 (en) * 2006-07-31 2008-02-07 Daimler Ag Object i.e. swap trailer, underriding and retracting method for commercial vehicle, involves selecting phases object characteristics of model in sensor-selected manner distance-dependently, such that modeling of object takes place
US20080086269A1 (en) * 2006-10-05 2008-04-10 Nissan Motor Co., Ltd. Obstacle avoidance control apparatus
FR2912234A1 (en) * 2007-02-06 2008-08-08 Vimades Sarl Remote controlled or self guided traveling object's i.e. vehicle, navigation determining method, involves searching viable trajectories which prohibit obstacle, while reaching target, and selecting and following effective trajectory
US20090105939A1 (en) * 2007-10-22 2009-04-23 Toyota Motor Engineering & Manufacturing North America, Inc. Vehicle navigation system with obstacle avoidance
EP2065775A1 (en) 2007-11-30 2009-06-03 Honda Motor Co., Ltd. Mobile apparatus and control program therefor
US20090143931A1 (en) * 2007-11-30 2009-06-04 Honda Motor Co., Ltd. Mobile apparatus and mobile apparatus system
US20090160630A1 (en) * 2006-09-07 2009-06-25 Bayerische Motoren Werke Aktiengesellschaft Driver Assistance System and Method With Object Detection Facility
US20100063735A1 (en) * 2006-11-10 2010-03-11 Toyota Jidosha Kabushiki Kaisha Method, apparatus and program of predicting obstacle course
US20100174435A1 (en) * 2009-01-07 2010-07-08 Samsung Electronics Co., Ltd. Path planning apparatus of robot and method thereof
US20110035050A1 (en) * 2009-08-10 2011-02-10 Samsung Electronics Co., Ltd. Method and apparatus to plan motion path of robot
US20110071718A1 (en) * 2005-10-21 2011-03-24 William Robert Norris Systems and Methods for Switching Between Autonomous and Manual Operation of a Vehicle
US20110153072A1 (en) * 2009-12-17 2011-06-23 Noel Wayne Anderson Enhanced visual landmark for localization
US20110153338A1 (en) * 2009-12-17 2011-06-23 Noel Wayne Anderson System and method for deploying portable landmarks
US20110153136A1 (en) * 2009-12-17 2011-06-23 Noel Wayne Anderson System and method for area coverage using sector decomposition
US20110301786A1 (en) * 2010-05-12 2011-12-08 Daniel Allis Remote Vehicle Control System and Method
US20120072052A1 (en) * 2010-05-11 2012-03-22 Aaron Powers Navigation Portals for a Remote Vehicle Control User Interface
US20120150350A1 (en) * 2010-12-14 2012-06-14 Honda Motor Co., Ltd. Mobile apparatus and robot, and control system thereof
US20120209652A1 (en) * 2011-02-14 2012-08-16 Deepak Khosla System and method for resource allocation and management
WO2013122521A1 (en) * 2012-02-16 2013-08-22 Saab Ab A method for determining threat status for combat aircrafts
KR20140000623A (en) * 2012-06-25 2014-01-03 더 보잉 컴파니 Unpredictable vehicle navigation
US20140074391A1 (en) * 2012-09-11 2014-03-13 GM Global Technology Operations LLC Vehicle range projection
US20140122409A1 (en) * 2012-10-29 2014-05-01 Electronics & Telecommunications Research Institute Apparatus and method for building map of probability distribution based on properties of object and system
US8892349B2 (en) 2011-09-27 2014-11-18 The Boeing Company Aviation advisory
EP2827210A1 (en) * 2013-07-15 2015-01-21 BAE Systems PLC Route planning
EP2827211A1 (en) * 2013-07-15 2015-01-21 BAE Systems PLC Route planning
EP2827212A1 (en) * 2013-07-15 2015-01-21 BAE Systems PLC Path planning
WO2015008033A1 (en) * 2013-07-15 2015-01-22 Bae Systems Plc Route planning
WO2015008032A1 (en) * 2013-07-15 2015-01-22 Bae Systems Plc Route planning
WO2015008029A1 (en) * 2013-07-15 2015-01-22 Bae Systems Plc Path planning
US20150381649A1 (en) * 2014-06-30 2015-12-31 Neo Prime, LLC Probabilistic Model For Cyber Risk Forecasting
US9507346B1 (en) 2015-11-04 2016-11-29 Zoox, Inc. Teleoperation system and method for trajectory modification of autonomous vehicles
US9517767B1 (en) 2015-11-04 2016-12-13 Zoox, Inc. Internal safety systems for robotic vehicles
US9606539B1 (en) * 2015-11-04 2017-03-28 Zoox, Inc. Autonomous vehicle fleet service and system
US9612123B1 (en) 2015-11-04 2017-04-04 Zoox, Inc. Adaptive mapping to navigate autonomous vehicles responsive to physical environment changes
US9632502B1 (en) 2015-11-04 2017-04-25 Zoox, Inc. Machine-learning systems and techniques to optimize teleoperation and/or planner decisions
WO2017104775A1 (en) * 2015-12-14 2017-06-22 Mitsubishi Electric Corporation Method for controlling vehicle and control system of vehicle
US9701239B2 (en) 2015-11-04 2017-07-11 Zoox, Inc. System of configuring active lighting to indicate directionality of an autonomous vehicle
US9720415B2 (en) 2015-11-04 2017-08-01 Zoox, Inc. Sensor-based object-detection optimization for autonomous vehicles
WO2017129863A1 (en) * 2016-01-29 2017-08-03 Rolls-Royce Oy Ab Autonomous operation of a vessel
US9734455B2 (en) 2015-11-04 2017-08-15 Zoox, Inc. Automated extraction of semantic information to enhance incremental mapping modifications for robotic vehicles
EP1990786A4 (en) * 2006-02-28 2017-08-16 Toyota Jidosha Kabushiki Kaisha Object course prediction method, device, program, and automatic driving system
DE102016202784A1 (en) * 2016-02-23 2017-08-24 Thyssenkrupp Ag route optimization
US9754490B2 (en) 2015-11-04 2017-09-05 Zoox, Inc. Software application to request and control an autonomous vehicle service
US9804599B2 (en) 2015-11-04 2017-10-31 Zoox, Inc. Active lighting control for communicating a state of an autonomous vehicle to entities in a surrounding environment
US9802661B1 (en) 2015-11-04 2017-10-31 Zoox, Inc. Quadrant configuration of robotic vehicles
CN107346137A (en) * 2016-05-06 2017-11-14 福特全球技术公司 The network memory of vehicle and the infrastructure data for optimizing vehicle routing plan
WO2017214581A1 (en) 2016-06-10 2017-12-14 Duke University Motion planning for autonomous vehicles and reconfigurable motion planning processors
US20180012160A1 (en) * 2016-07-07 2018-01-11 Sap Se Integrated system for optimizing vehicle utilization
US9878664B2 (en) 2015-11-04 2018-01-30 Zoox, Inc. Method for robotic vehicle communication with an external environment via acoustic beam forming
US9896091B1 (en) * 2016-08-19 2018-02-20 Ohio State Innovation Foundation Optimized path planner for an autonomous valet parking system for a motor vehicle
US9910441B2 (en) 2015-11-04 2018-03-06 Zoox, Inc. Adaptive autonomous vehicle planner logic
US9916703B2 (en) 2015-11-04 2018-03-13 Zoox, Inc. Calibration for autonomous vehicle operation
US9958864B2 (en) 2015-11-04 2018-05-01 Zoox, Inc. Coordination of dispatching and maintaining fleet of autonomous vehicles
US20180141544A1 (en) * 2016-11-21 2018-05-24 Nio Usa, Inc. Vehicle autonomous collision prediction and escaping system (ace)
CN108180914A (en) * 2018-01-09 2018-06-19 昆明理工大学 A kind of method for planning path for mobile robot improved based on ant colony with despiking
US10000124B2 (en) 2015-11-04 2018-06-19 Zoox, Inc. Independent steering, power, torque control and transfer in vehicles
US10198008B2 (en) * 2013-11-15 2019-02-05 Hitachi, Ltd. Mobile robot system
CN109542117A (en) * 2018-10-19 2019-03-29 哈尔滨工业大学(威海) Based on the submarine navigation device Rolling Planning algorithm for improving RRT
US10250503B2 (en) * 2016-11-02 2019-04-02 Industrial Technology Research Institute Routing method and wireless node for wireless mesh network
US10248119B2 (en) 2015-11-04 2019-04-02 Zoox, Inc. Interactive autonomous vehicle command controller
CN109649386A (en) * 2018-12-26 2019-04-19 成都路行通信息技术有限公司 A kind of vehicle collision detection method based on machine learning
CN109669459A (en) * 2018-12-28 2019-04-23 西北工业大学 A kind of dynamical feedback paths planning method using invariant set
US10334050B2 (en) 2015-11-04 2019-06-25 Zoox, Inc. Software application and logic to modify configuration of an autonomous vehicle
US10338594B2 (en) * 2017-03-13 2019-07-02 Nio Usa, Inc. Navigation of autonomous vehicles to enhance safety under one or more fault conditions
RU2694154C2 (en) * 2017-01-13 2019-07-09 ФОРД ГЛОУБАЛ ТЕКНОЛОДЖИЗ, ЭлЭлСи Generation of simulated sensor data for training and validating detection models
CN110068337A (en) * 2019-04-25 2019-07-30 安徽师范大学 Unmanned plane dispatching method and system for sensor node charging
US10365110B2 (en) * 2014-09-30 2019-07-30 Nec Corporation Method and system for determining a path of an object for moving from a starting state to an end state set avoiding one or more obstacles
US10369974B2 (en) 2017-07-14 2019-08-06 Nio Usa, Inc. Control and coordination of driverless fuel replenishment for autonomous vehicles
US20190257664A1 (en) * 2018-02-20 2019-08-22 Autoliv Asp, Inc. System and method for generating a target path for a vehicle
US10401852B2 (en) 2015-11-04 2019-09-03 Zoox, Inc. Teleoperation system and method for trajectory modification of autonomous vehicles
US10423162B2 (en) 2017-05-08 2019-09-24 Nio Usa, Inc. Autonomous vehicle logic to identify permissioned parking relative to multiple classes of restricted parking
US10480947B2 (en) * 2016-12-21 2019-11-19 X Development Llc Boolean satisfiability (SAT) reduction for geometry and kinematics agnostic multi-agent planning
US10496766B2 (en) 2015-11-05 2019-12-03 Zoox, Inc. Simulation system and methods for autonomous vehicles
CN110989570A (en) * 2019-10-15 2020-04-10 浙江工业大学 Multi-AGV anti-collision collaborative path planning method
US20200117220A1 (en) * 2017-04-12 2020-04-16 Lawrence Livermore National Security, Llc Swarm path planner system for vehicles
US10665115B2 (en) 2016-01-05 2020-05-26 California Institute Of Technology Controlling unmanned aerial vehicles to avoid obstacle collision
US10710633B2 (en) 2017-07-14 2020-07-14 Nio Usa, Inc. Control of complex parking maneuvers and autonomous fuel replenishment of driverless vehicles
US10723024B2 (en) 2015-01-26 2020-07-28 Duke University Specialized robot motion planning hardware and methods of making and using same
US10745003B2 (en) 2015-11-04 2020-08-18 Zoox, Inc. Resilient safety system for a robotic vehicle
CN111595352A (en) * 2020-05-14 2020-08-28 陕西重型汽车有限公司 Track prediction method based on environment perception and vehicle driving intention
DE102019202705A1 (en) * 2019-02-28 2020-09-03 Kuka Deutschland Gmbh Driving a path with a mobile robot
CN111879307A (en) * 2020-06-22 2020-11-03 国网河北省电力有限公司信息通信分公司 Vehicle path planning method based on vehicle body parameters and engineering construction information
WO2020247207A1 (en) * 2019-06-03 2020-12-10 Realtime Robotics, Inc. Apparatus, methods and articles to facilitate motion planning in environments having dynamic obstacles
WO2020250101A1 (en) * 2019-06-13 2020-12-17 Caja Elastic Dynamic Solutions Ltd Methods and systems for path planning in a known environment
CN112334368A (en) * 2018-06-24 2021-02-05 三菱电机株式会社 Vehicle control system and control method for controlling vehicle motion
US20210048823A1 (en) * 2019-08-16 2021-02-18 isee Latent belief space planning using a trajectory tree
US20210096869A1 (en) * 2019-09-26 2021-04-01 Visier Solutions, Inc. Systems and Methods for Generating a Pipeline of Stages for a Process
CN112598131A (en) * 2020-12-29 2021-04-02 中国科学院自动化研究所 Deduction data generation and action scheme deduction system, method and device
CN112703147A (en) * 2018-09-25 2021-04-23 三菱电机株式会社 System and method for controlling movement of a vehicle
US10994729B2 (en) * 2017-03-29 2021-05-04 Mitsubishi Electric Research Laboratories, Inc. System and method for controlling lateral motion of vehicle
US11022971B2 (en) 2018-01-16 2021-06-01 Nio Usa, Inc. Event data recordation to identify and resolve anomalies associated with control of driverless vehicles
US11035684B2 (en) * 2017-04-11 2021-06-15 Ping An Technology (Shenzhen) Co., Ltd. Path planning system and method for robot, robot and medium
US20210191404A1 (en) * 2018-02-28 2021-06-24 Five AI Limited Path planning in mobile robots
CN113227927A (en) * 2018-12-04 2021-08-06 杜克大学 Apparatus, method and object for facilitating motion planning in an environment with dynamic objects
US11112250B1 (en) * 2018-01-11 2021-09-07 Monsarrat, Inc. System for automatic instantiation of a generically described location-based traveling experience to specific map coordinates and real-time conditions
CN113485240A (en) * 2021-07-27 2021-10-08 华南理工大学 Robot online welding path planning method based on hierarchical search tree with flag bit
CN113591198A (en) * 2020-03-11 2021-11-02 黑芝麻智能科技(重庆)有限公司 Path planning method and computer readable medium
US11217107B2 (en) * 2017-10-05 2022-01-04 California Institute Of Technology Simultaneous representation of moving and static obstacles for automatically controlled vehicles
US20220026222A1 (en) * 2020-07-24 2022-01-27 Bayerische Motoren Werke Aktiengesellschaft Method, Machine Readable Medium, Device, and Vehicle For Determining a Route Connecting a Plurality of Destinations in a Road Network, Method, Machine Readable Medium, and Device For Training a Machine Learning Module
US11235465B2 (en) 2018-02-06 2022-02-01 Realtime Robotics, Inc. Motion planning of a robot storing a discretized environment on one or more processors and improved operation of same
US20220034679A1 (en) * 2020-07-29 2022-02-03 Kawasaki Jukogyo Kabushiki Kaisha Travel route generation system, travel route generation program, and travel route generation method
US11283877B2 (en) 2015-11-04 2022-03-22 Zoox, Inc. Software application and logic to modify configuration of an autonomous vehicle
US11292456B2 (en) * 2018-01-12 2022-04-05 Duke University Apparatus, method and article to facilitate motion planning of an autonomous vehicle in an environment having dynamic objects
US11301767B2 (en) 2015-11-04 2022-04-12 Zoox, Inc. Automated extraction of semantic information to enhance incremental mapping modifications for robotic vehicles
US11402844B2 (en) * 2019-07-29 2022-08-02 Honda Motor Co., Ltd. Vehicle control apparatus, vehicle control method, and storage medium
US11441913B2 (en) * 2018-08-20 2022-09-13 Uatc, Llc Autonomous vehicle waypoint routing
US11461912B2 (en) 2016-01-05 2022-10-04 California Institute Of Technology Gaussian mixture models for temporal depth fusion
US20220402522A1 (en) * 2021-06-21 2022-12-22 Qualcomm Incorporated Tree based behavior predictor
EP3957446A4 (en) * 2019-04-17 2022-12-28 Twinny Co., Ltd. Path planning method using sampling-based optimal tree, recording medium storing program for implementing same, and computer program stored in medium to implement same
US20230030815A1 (en) * 2021-07-29 2023-02-02 Argo AI, LLC Complementary control system for an autonomous vehicle
US11623346B2 (en) 2020-01-22 2023-04-11 Realtime Robotics, Inc. Configuration of robots in multi-robot operational environment
EP4174440A1 (en) * 2021-10-27 2023-05-03 Volvo Car Corporation Environment-aware path planning for a self-driving vehicle using dynamic step-size search
WO2023093378A1 (en) * 2021-11-29 2023-06-01 中移(成都)信息通信科技有限公司 Path planning method and apparatus, device, and storage medium
US11673265B2 (en) 2019-08-23 2023-06-13 Realtime Robotics, Inc. Motion planning for robots to optimize velocity while maintaining limits on acceleration and jerk
CN116400733A (en) * 2023-05-06 2023-07-07 北京理工大学 Self-adaptive adjustment random tree full-coverage path planning method for reconnaissance unmanned aerial vehicle
US11738457B2 (en) 2018-03-21 2023-08-29 Realtime Robotics, Inc. Motion planning of a robot for various environments and tasks and improved operation of same
DE102022209653B3 (en) 2022-09-14 2023-11-02 Thyssenkrupp Ag Integrated mission planning tool
US20230367463A1 (en) * 2022-05-11 2023-11-16 Supercell Oy Randomized movement control

Families Citing this family (68)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9702713B2 (en) 2005-01-31 2017-07-11 Searete Llc Map-based guide system and method
US9188454B2 (en) * 2005-03-22 2015-11-17 Invention Science Fund I, Llc Map-based guide system and method
US8635014B2 (en) * 2005-03-22 2014-01-21 The Invention Science Fund I, Llc Map-based guide system and method
FR2881534B1 (en) * 2005-02-01 2007-04-20 Airbus Sas METHOD AND DEVICE FOR DETERMINING THE WIDTH OF A SAFETY CORRIDOR FOR AN AIRCRAFT, AND METHOD AND SYSTEM FOR SECURING AUTOMATIC LOW ALTITUDE FLIGHT OF AN AIRCRAFT
US7864032B2 (en) * 2005-10-06 2011-01-04 Fuji Jukogyo Kabushiki Kaisha Collision determination device and vehicle behavior control device
FR2894367B1 (en) * 2005-12-07 2008-02-29 Thales Sa METHOD FOR DETERMINING THE HORIZONTAL PROFILE OF A FLIGHT PLAN RESPECTING A VERTICAL FLIGHT PROFILE IMPOSE
FR2907582A1 (en) * 2006-10-23 2008-04-25 Nodbox Sarl Localized and adaptive road algorithm determining method for e.g. management of road, involves determining dynamic road information by calculation unit for managing roads and cartographies of navigation
JP4254844B2 (en) * 2006-11-01 2009-04-15 トヨタ自動車株式会社 Travel control plan evaluation device
JP4371137B2 (en) * 2006-11-10 2009-11-25 トヨタ自動車株式会社 Automatic operation control device
JP4143103B2 (en) * 2006-12-20 2008-09-03 本田技研工業株式会社 MOBILE DEVICE, ITS CONTROL SYSTEM, CONTROL PROGRAM, AND SUPERVISION SYSTEM
JP4760732B2 (en) * 2007-02-20 2011-08-31 トヨタ自動車株式会社 Route creation device
JP4576445B2 (en) * 2007-04-12 2010-11-10 パナソニック株式会社 Autonomous mobile device and program for autonomous mobile device
JP5606927B2 (en) * 2008-01-28 2014-10-15 シーグリッド コーポレーション Method for repurposing spatio-temporal information collected by service robots
EP2252190B1 (en) * 2008-01-28 2012-05-23 Seegrid Corporation Service robot and method of operating same
US8755936B2 (en) * 2008-01-28 2014-06-17 Seegrid Corporation Distributed multi-robot system
US8892256B2 (en) * 2008-01-28 2014-11-18 Seegrid Corporation Methods for real-time and near real-time interactions with robots that service a facility
JP2009211571A (en) * 2008-03-06 2009-09-17 Sony Corp Course planning device, course planning method, and computer program
DE102008058298B4 (en) * 2008-04-29 2016-01-14 Siemens Aktiengesellschaft Method for computer-aided motion planning of a robot
US8280702B2 (en) * 2008-07-08 2012-10-02 Lockheed Martin Corporation Vehicle aspect control
JP5235649B2 (en) * 2008-12-25 2013-07-10 株式会社東芝 Moving object trajectory generation method and moving object trajectory generation apparatus
US8024069B2 (en) * 2009-01-28 2011-09-20 Ge Intelligent Platforms, Inc. System and method for path planning
US9115996B2 (en) * 2009-07-29 2015-08-25 Lockheed Martin Corporation Threat analysis toolkit
US8306732B2 (en) 2009-08-18 2012-11-06 Palo Alto Research Center Incorporated Model based method to assess road curvature effect on travel time and comfort for route planning
US8306748B2 (en) * 2009-10-05 2012-11-06 Honeywell International Inc. Location enhancement system and method based on topology constraints
JP5284923B2 (en) * 2009-10-28 2013-09-11 本田技研工業株式会社 Control device for legged mobile robot
JP5353667B2 (en) * 2009-11-30 2013-11-27 トヨタ自動車株式会社 Route creation device
US8571722B2 (en) * 2010-10-22 2013-10-29 Toyota Motor Engineering & Manufacturing North America, Inc. Method for safely parking vehicle near obstacles
KR101778028B1 (en) * 2010-12-20 2017-09-13 삼성전자주식회사 Robot and method for planning path of the same
US8799201B2 (en) 2011-07-25 2014-08-05 Toyota Motor Engineering & Manufacturing North America, Inc. Method and system for tracking objects
US9037399B2 (en) 2012-06-20 2015-05-19 Microsoft Technology Licensing, Llc Pluggable route-planning module
DE102013201935A1 (en) * 2013-02-06 2014-08-07 Bayerische Motoren Werke Aktiengesellschaft Method for determining collision-free paths of e.g. car, in predetermined environment, involves classifying first set of candidate nodes or second set of candidate nodes, and classifying path nodes or open nodes or closed nodes
US8868328B1 (en) * 2013-06-04 2014-10-21 The Boeing Company System and method for routing decisions in a separation management system
KR102146363B1 (en) * 2013-10-31 2020-08-20 삼성전자주식회사 Wearable robot and control method for the same
US9620022B2 (en) 2014-06-10 2017-04-11 Sikorsky Aircraft Corporation Aircraft motion planning method
US9283678B2 (en) * 2014-07-16 2016-03-15 Google Inc. Virtual safety cages for robotic devices
EP3198580A4 (en) * 2014-09-22 2018-05-23 Sikorsky Aircraft Corporation Coordinated planning with graph sharing over networks
US9798652B2 (en) 2014-09-26 2017-10-24 Toyota Motor Engineering & Manufacturing North America, Inc. Coverage guided technique for bug finding in control systems and software
US9476715B2 (en) * 2015-02-26 2016-10-25 Space Systems/Loral, Llc Navigational route selection to mitigate probability mobile terminal loses communication capability
US9568915B1 (en) 2016-02-11 2017-02-14 Mitsubishi Electric Research Laboratories, Inc. System and method for controlling autonomous or semi-autonomous vehicle
JP6606442B2 (en) * 2016-02-24 2019-11-13 本田技研工業株式会社 Mobile route plan generation device
US10304335B2 (en) 2016-04-12 2019-05-28 Ford Global Technologies, Llc Detecting available parking spaces
US10618673B2 (en) * 2016-04-15 2020-04-14 Massachusetts Institute Of Technology Systems and methods for dynamic planning and operation of autonomous systems using image observation and information theory
US10188024B2 (en) 2016-05-02 2019-01-29 Cnh Industrial America Llc System for conducting an agricultural operation using an autonomous vehicle
US9989964B2 (en) 2016-11-03 2018-06-05 Mitsubishi Electric Research Laboratories, Inc. System and method for controlling vehicle using neural network
US10012988B2 (en) * 2016-11-29 2018-07-03 Mitsubishi Electric Research Laboratories, Inc. Methods and systems for path planning using a network of safe-sets
US10406687B2 (en) * 2016-12-23 2019-09-10 X Development Llc Layered multi-agent coordination
US11727812B2 (en) * 2017-07-27 2023-08-15 Beihang University Airplane flight path planning method and device based on the pigeon-inspired optimization
US10717384B2 (en) 2017-10-25 2020-07-21 Pony Ai Inc. System and method for projecting trajectory path of an autonomous vehicle onto a road surface
US10676022B2 (en) 2017-12-27 2020-06-09 X Development Llc Visually indicating vehicle caution regions
US11458626B2 (en) * 2018-02-05 2022-10-04 Canon Kabushiki Kaisha Trajectory generating method, and trajectory generating apparatus
CN108073176B (en) * 2018-02-10 2020-08-18 西安交通大学 Improved D star Lite vehicle dynamic path planning method
CN108363372B (en) * 2018-02-27 2020-11-13 北京国安电气有限责任公司 Ecological garden management system based on thing networking
US10741086B2 (en) * 2018-03-26 2020-08-11 D2, Llc Method and system for generating aerial imaging flight path
US11231715B2 (en) * 2018-05-22 2022-01-25 King Fahd University Of Petroleum And Minerals Method and system for controlling a vehicle
US10829117B2 (en) 2018-05-29 2020-11-10 Wipro Limited Method and system for correcting velocity of autonomous vehicle to navigate along planned navigation path
CN108563243B (en) * 2018-06-28 2020-11-06 西北工业大学 Unmanned aerial vehicle track planning method based on improved RRT algorithm
US11254003B1 (en) 2019-04-18 2022-02-22 Intrinsic Innovation Llc Enhanced robot path planning
CN110083165B (en) * 2019-05-21 2022-03-08 大连大学 Path planning method of robot in complex narrow environment
JP6711949B2 (en) * 2019-08-01 2020-06-17 エヌイーシー ラボラトリーズ ヨーロッパ ゲーエムベーハー Method and system for avoiding one or more obstacles and determining the path of an object moving from a starting state to a final state set
US11525691B2 (en) 2019-09-20 2022-12-13 Samsung Electronics Co., Ltd. System and method for autonomous motion planning
KR102097505B1 (en) * 2019-11-27 2020-05-29 국방과학연구소 Apparatus and method for moving path generation of unmanned aerial vehicle, computer-readable storage medium and computer program for controlling the holder device
US11900224B2 (en) 2019-12-26 2024-02-13 Waymo Llc Generating trajectory labels from short-term intention and long-term result
JP2022012540A (en) * 2020-07-01 2022-01-17 ソニーグループ株式会社 Information processing device, information processing method, and program
CN111879338B (en) * 2020-07-28 2022-02-22 安徽中科美络信息技术有限公司 Electronic map-based driving track planning compensation method and device
WO2023059221A1 (en) * 2021-10-04 2023-04-13 Общество с ограниченной ответственностью "ЭвоКарго" Method of controlling vehicle driving characteristics
KR20230050958A (en) 2021-10-08 2023-04-17 현대자동차주식회사 Path planning apparatus of robot and method thereof
JP2023059382A (en) * 2021-10-15 2023-04-27 オムロン株式会社 Route planning system, route planning method, road map construction device, model generation device and model generation method
EP4328695A1 (en) * 2022-08-26 2024-02-28 BSH Hausgeräte GmbH Safe autonomous domestic robot

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5974420A (en) * 1998-01-27 1999-10-26 International Business Machines Corporation Information exchange operator for a tuplespace
US20010003191A1 (en) * 1999-12-03 2001-06-07 Kovacs Ern?Ouml; Communication device and software for operating multimedia applications
US6259988B1 (en) * 1998-07-20 2001-07-10 Lockheed Martin Corporation Real-time mission adaptable route planner
US20040139157A1 (en) * 2003-01-09 2004-07-15 Neely Howard E. System and method for distributed multimodal collaboration using a tuple-space

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001003412A1 (en) 1999-06-29 2001-01-11 Swisscom Mobile Ag Method and device for the detection and transmission of messages

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5974420A (en) * 1998-01-27 1999-10-26 International Business Machines Corporation Information exchange operator for a tuplespace
US6259988B1 (en) * 1998-07-20 2001-07-10 Lockheed Martin Corporation Real-time mission adaptable route planner
US20010003191A1 (en) * 1999-12-03 2001-06-07 Kovacs Ern?Ouml; Communication device and software for operating multimedia applications
US20040139157A1 (en) * 2003-01-09 2004-07-15 Neely Howard E. System and method for distributed multimodal collaboration using a tuple-space

Cited By (202)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7409295B2 (en) * 2004-08-09 2008-08-05 M/A-Com, Inc. Imminent-collision detection system and process
US20060031015A1 (en) * 2004-08-09 2006-02-09 M/A-Com, Inc. Imminent-collision detection system and process
US20060225024A1 (en) * 2005-03-31 2006-10-05 Bin Hu Modification of pixelated photolithography masks based on electric fields
US7325223B2 (en) * 2005-03-31 2008-01-29 Intel Corporation Modification of pixelated photolithography masks based on electric fields
US20110071718A1 (en) * 2005-10-21 2011-03-24 William Robert Norris Systems and Methods for Switching Between Autonomous and Manual Operation of a Vehicle
US9098080B2 (en) 2005-10-21 2015-08-04 Deere & Company Systems and methods for switching between autonomous and manual operation of a vehicle
US20120046820A1 (en) * 2005-10-21 2012-02-23 James Allard Systems and Methods for Obstacle Avoidance
US8874300B2 (en) * 2005-10-21 2014-10-28 Deere & Company Systems and methods for obstacle avoidance
US9043016B2 (en) 2005-10-21 2015-05-26 Deere & Company Versatile robotic control module
US9429944B2 (en) 2005-10-21 2016-08-30 Deere & Company Versatile robotic control module
US10102750B2 (en) 2006-02-28 2018-10-16 Toyota Jidosha Kabushiki Kaisha Object path prediction method, apparatus, and program, and automatic operation system
EP1990786A4 (en) * 2006-02-28 2017-08-16 Toyota Jidosha Kabushiki Kaisha Object course prediction method, device, program, and automatic driving system
US20070265777A1 (en) * 2006-05-15 2007-11-15 Kohsuke Munakata On-Vehicle Road Configuration Identifying Device
US8594919B2 (en) * 2006-05-15 2013-11-26 Alpine Electronics, Inc. On-vehicle road configuration identifying device
DE102006035929B4 (en) * 2006-07-31 2013-12-19 Götting KG Method for sensor-assisted driving under an object or for entering an object with a utility vehicle
DE102006035929A1 (en) * 2006-07-31 2008-02-07 Daimler Ag Object i.e. swap trailer, underriding and retracting method for commercial vehicle, involves selecting phases object characteristics of model in sensor-selected manner distance-dependently, such that modeling of object takes place
US20090160630A1 (en) * 2006-09-07 2009-06-25 Bayerische Motoren Werke Aktiengesellschaft Driver Assistance System and Method With Object Detection Facility
US8093999B2 (en) * 2006-09-07 2012-01-10 Bayerische Motoren Werke Aktiengesellschaft Driver assistance system and method with object detection facility
US7860653B2 (en) * 2006-10-05 2010-12-28 Nissan Motor Co., Ltd. Obstacle avoidance control apparatus
US20080086269A1 (en) * 2006-10-05 2008-04-10 Nissan Motor Co., Ltd. Obstacle avoidance control apparatus
US20100063735A1 (en) * 2006-11-10 2010-03-11 Toyota Jidosha Kabushiki Kaisha Method, apparatus and program of predicting obstacle course
US10065650B2 (en) * 2006-11-10 2018-09-04 Toyota Jidosha Kabushiki Kaisha Method, apparatus and program of predicting obstacle course
US10960891B2 (en) 2006-11-10 2021-03-30 Toyota Jidosha Kabushiki Kaisha Method, apparatus and program of predicting obstacle course
FR2912234A1 (en) * 2007-02-06 2008-08-08 Vimades Sarl Remote controlled or self guided traveling object's i.e. vehicle, navigation determining method, involves searching viable trajectories which prohibit obstacle, while reaching target, and selecting and following effective trajectory
US20090105939A1 (en) * 2007-10-22 2009-04-23 Toyota Motor Engineering & Manufacturing North America, Inc. Vehicle navigation system with obstacle avoidance
US8082063B2 (en) * 2007-11-30 2011-12-20 Honda Motor Co., Ltd. Mobile apparatus and mobile apparatus system
US7873438B2 (en) * 2007-11-30 2011-01-18 Honda Motor Co., Ltd. Mobile apparatus and control program therefor
US20090143932A1 (en) * 2007-11-30 2009-06-04 Honda Motor Co., Ltd. Mobile apparatus and control program therefor
US20090143931A1 (en) * 2007-11-30 2009-06-04 Honda Motor Co., Ltd. Mobile apparatus and mobile apparatus system
EP2065775A1 (en) 2007-11-30 2009-06-03 Honda Motor Co., Ltd. Mobile apparatus and control program therefor
US20100174435A1 (en) * 2009-01-07 2010-07-08 Samsung Electronics Co., Ltd. Path planning apparatus of robot and method thereof
US8666548B2 (en) * 2009-01-07 2014-03-04 Samsung Electronics Co., Ltd. Path planning apparatus of robot and method thereof
US20110035050A1 (en) * 2009-08-10 2011-02-10 Samsung Electronics Co., Ltd. Method and apparatus to plan motion path of robot
US8825209B2 (en) * 2009-08-10 2014-09-02 Samsung Electronics Co., Ltd. Method and apparatus to plan motion path of robot
US20110153072A1 (en) * 2009-12-17 2011-06-23 Noel Wayne Anderson Enhanced visual landmark for localization
US20110153136A1 (en) * 2009-12-17 2011-06-23 Noel Wayne Anderson System and method for area coverage using sector decomposition
US20110153338A1 (en) * 2009-12-17 2011-06-23 Noel Wayne Anderson System and method for deploying portable landmarks
US8224516B2 (en) * 2009-12-17 2012-07-17 Deere & Company System and method for area coverage using sector decomposition
US8635015B2 (en) 2009-12-17 2014-01-21 Deere & Company Enhanced visual landmark for localization
US8989946B2 (en) 2009-12-17 2015-03-24 Deere & Company System and method for area coverage using sector decomposition
US9002535B2 (en) * 2010-05-11 2015-04-07 Irobot Corporation Navigation portals for a remote vehicle control user interface
US20120072052A1 (en) * 2010-05-11 2012-03-22 Aaron Powers Navigation Portals for a Remote Vehicle Control User Interface
US9658615B2 (en) 2010-05-12 2017-05-23 Irobot Defense Holdings, Inc. Remote vehicle control system and method
US8954194B2 (en) * 2010-05-12 2015-02-10 Irobot Corporation Remote vehicle control system and method
US20110301786A1 (en) * 2010-05-12 2011-12-08 Daniel Allis Remote Vehicle Control System and Method
US8942847B2 (en) * 2010-12-14 2015-01-27 Honda Motor Co., Ltd. Mobile apparatus and robot, and control system thereof
US20120150350A1 (en) * 2010-12-14 2012-06-14 Honda Motor Co., Ltd. Mobile apparatus and robot, and control system thereof
US8396730B2 (en) * 2011-02-14 2013-03-12 Raytheon Company System and method for resource allocation and management
US20120209652A1 (en) * 2011-02-14 2012-08-16 Deepak Khosla System and method for resource allocation and management
US8892349B2 (en) 2011-09-27 2014-11-18 The Boeing Company Aviation advisory
WO2013122521A1 (en) * 2012-02-16 2013-08-22 Saab Ab A method for determining threat status for combat aircrafts
US8909394B2 (en) 2012-02-16 2014-12-09 Saab Ab Method for determining threat status for combat aircrafts
KR20140000623A (en) * 2012-06-25 2014-01-03 더 보잉 컴파니 Unpredictable vehicle navigation
KR102026485B1 (en) 2012-06-25 2019-09-27 더 보잉 컴파니 Unpredictable vehicle navigation
US8996295B2 (en) * 2012-09-11 2015-03-31 GM Global Technology Operations LLC Vehicle range projection
US20140074391A1 (en) * 2012-09-11 2014-03-13 GM Global Technology Operations LLC Vehicle range projection
KR101807484B1 (en) * 2012-10-29 2017-12-11 한국전자통신연구원 Apparatus for building map of probability distrubutition based on properties of object and system and method thereof
US20140122409A1 (en) * 2012-10-29 2014-05-01 Electronics & Telecommunications Research Institute Apparatus and method for building map of probability distribution based on properties of object and system
US9361591B2 (en) * 2012-10-29 2016-06-07 Electronics And Telecommunications Research Institute Apparatus and method for building map of probability distribution based on properties of object and system
EP2827210A1 (en) * 2013-07-15 2015-01-21 BAE Systems PLC Route planning
WO2015008033A1 (en) * 2013-07-15 2015-01-22 Bae Systems Plc Route planning
US9733090B2 (en) 2013-07-15 2017-08-15 Bae Systems Plc Route planning
US9784586B2 (en) 2013-07-15 2017-10-10 Bae Systems Plc Path planning
EP2827211A1 (en) * 2013-07-15 2015-01-21 BAE Systems PLC Route planning
WO2015008029A1 (en) * 2013-07-15 2015-01-22 Bae Systems Plc Path planning
WO2015008032A1 (en) * 2013-07-15 2015-01-22 Bae Systems Plc Route planning
EP2827212A1 (en) * 2013-07-15 2015-01-21 BAE Systems PLC Path planning
US9696160B2 (en) 2013-07-15 2017-07-04 Bae Systems Plc Route planning
US10198008B2 (en) * 2013-11-15 2019-02-05 Hitachi, Ltd. Mobile robot system
US9680855B2 (en) * 2014-06-30 2017-06-13 Neo Prime, LLC Probabilistic model for cyber risk forecasting
US20150381649A1 (en) * 2014-06-30 2015-12-31 Neo Prime, LLC Probabilistic Model For Cyber Risk Forecasting
US10757127B2 (en) * 2014-06-30 2020-08-25 Neo Prime, LLC Probabilistic model for cyber risk forecasting
US10365110B2 (en) * 2014-09-30 2019-07-30 Nec Corporation Method and system for determining a path of an object for moving from a starting state to an end state set avoiding one or more obstacles
US10723024B2 (en) 2015-01-26 2020-07-28 Duke University Specialized robot motion planning hardware and methods of making and using same
US9701239B2 (en) 2015-11-04 2017-07-11 Zoox, Inc. System of configuring active lighting to indicate directionality of an autonomous vehicle
US11099574B2 (en) 2015-11-04 2021-08-24 Zoox, Inc. Internal safety systems for robotic vehicles
US10921811B2 (en) 2015-11-04 2021-02-16 Zoox, Inc. Adaptive autonomous vehicle planner logic
US9754490B2 (en) 2015-11-04 2017-09-05 Zoox, Inc. Software application to request and control an autonomous vehicle service
US9734455B2 (en) 2015-11-04 2017-08-15 Zoox, Inc. Automated extraction of semantic information to enhance incremental mapping modifications for robotic vehicles
US9804599B2 (en) 2015-11-04 2017-10-31 Zoox, Inc. Active lighting control for communicating a state of an autonomous vehicle to entities in a surrounding environment
US9802661B1 (en) 2015-11-04 2017-10-31 Zoox, Inc. Quadrant configuration of robotic vehicles
US9507346B1 (en) 2015-11-04 2016-11-29 Zoox, Inc. Teleoperation system and method for trajectory modification of autonomous vehicles
US10745003B2 (en) 2015-11-04 2020-08-18 Zoox, Inc. Resilient safety system for a robotic vehicle
US9517767B1 (en) 2015-11-04 2016-12-13 Zoox, Inc. Internal safety systems for robotic vehicles
US10712750B2 (en) 2015-11-04 2020-07-14 Zoox, Inc. Autonomous vehicle fleet service and system
US9878664B2 (en) 2015-11-04 2018-01-30 Zoox, Inc. Method for robotic vehicle communication with an external environment via acoustic beam forming
US9606539B1 (en) * 2015-11-04 2017-03-28 Zoox, Inc. Autonomous vehicle fleet service and system
US9910441B2 (en) 2015-11-04 2018-03-06 Zoox, Inc. Adaptive autonomous vehicle planner logic
US9916703B2 (en) 2015-11-04 2018-03-13 Zoox, Inc. Calibration for autonomous vehicle operation
US9939817B1 (en) 2015-11-04 2018-04-10 Zoox, Inc. Internal safety systems for robotic vehicles
US9958864B2 (en) 2015-11-04 2018-05-01 Zoox, Inc. Coordination of dispatching and maintaining fleet of autonomous vehicles
US11796998B2 (en) 2015-11-04 2023-10-24 Zoox, Inc. Autonomous vehicle fleet service and system
US11500388B2 (en) 2015-11-04 2022-11-15 Zoox, Inc. System of configuring active lighting to indicate directionality of an autonomous vehicle
US10000124B2 (en) 2015-11-04 2018-06-19 Zoox, Inc. Independent steering, power, torque control and transfer in vehicles
US11022974B2 (en) 2015-11-04 2021-06-01 Zoox, Inc. Sensor-based object-detection optimization for autonomous vehicles
US10048683B2 (en) 2015-11-04 2018-08-14 Zoox, Inc. Machine learning systems and techniques to optimize teleoperation and/or planner decisions
US9720415B2 (en) 2015-11-04 2017-08-01 Zoox, Inc. Sensor-based object-detection optimization for autonomous vehicles
US11061398B2 (en) 2015-11-04 2021-07-13 Zoox, Inc. Machine-learning systems and techniques to optimize teleoperation and/or planner decisions
US11067983B2 (en) 2015-11-04 2021-07-20 Zoox, Inc. Coordination of dispatching and maintaining fleet of autonomous vehicles
US10591910B2 (en) 2015-11-04 2020-03-17 Zoox, Inc. Machine-learning systems and techniques to optimize teleoperation and/or planner decisions
US11500378B2 (en) 2015-11-04 2022-11-15 Zoox, Inc. Active lighting control for communicating a state of an autonomous vehicle to entities in a surrounding environment
US9632502B1 (en) 2015-11-04 2017-04-25 Zoox, Inc. Machine-learning systems and techniques to optimize teleoperation and/or planner decisions
US10248119B2 (en) 2015-11-04 2019-04-02 Zoox, Inc. Interactive autonomous vehicle command controller
US10259514B2 (en) 2015-11-04 2019-04-16 Zoox, Inc. Drive module for robotic vehicle
US10543838B2 (en) 2015-11-04 2020-01-28 Zoox, Inc. Robotic vehicle active safety systems and methods
US11091092B2 (en) 2015-11-04 2021-08-17 Zoox, Inc. Method for robotic vehicle communication with an external environment via acoustic beam forming
EP3371797A4 (en) * 2015-11-04 2019-05-01 Zoox, Inc. Adaptive mapping to navigate autonomous vehicles responsive to physical environment changes
US10446037B2 (en) 2015-11-04 2019-10-15 Zoox, Inc. Software application to request and control an autonomous vehicle service
US10303174B2 (en) 2015-11-04 2019-05-28 Zoox, Inc. Internal safety systems for robotic vehicles
US9612123B1 (en) 2015-11-04 2017-04-04 Zoox, Inc. Adaptive mapping to navigate autonomous vehicles responsive to physical environment changes
US10334050B2 (en) 2015-11-04 2019-06-25 Zoox, Inc. Software application and logic to modify configuration of an autonomous vehicle
US11314249B2 (en) 2015-11-04 2022-04-26 Zoox, Inc. Teleoperation system and method for trajectory modification of autonomous vehicles
US11301767B2 (en) 2015-11-04 2022-04-12 Zoox, Inc. Automated extraction of semantic information to enhance incremental mapping modifications for robotic vehicles
US11283877B2 (en) 2015-11-04 2022-03-22 Zoox, Inc. Software application and logic to modify configuration of an autonomous vehicle
US9630619B1 (en) 2015-11-04 2017-04-25 Zoox, Inc. Robotic vehicle active safety systems and methods
US10409284B2 (en) 2015-11-04 2019-09-10 Zoox, Inc. System of configuring active lighting to indicate directionality of an autonomous vehicle
US11167812B2 (en) 2015-11-04 2021-11-09 Zoox, Inc. Drive module for robotic vehicles
US11106218B2 (en) 2015-11-04 2021-08-31 Zoox, Inc. Adaptive mapping to navigate autonomous vehicles responsive to physical environment changes
US10401852B2 (en) 2015-11-04 2019-09-03 Zoox, Inc. Teleoperation system and method for trajectory modification of autonomous vehicles
US10496766B2 (en) 2015-11-05 2019-12-03 Zoox, Inc. Simulation system and methods for autonomous vehicles
US10012984B2 (en) 2015-12-14 2018-07-03 Mitsubishi Electric Research Laboratories, Inc. System and method for controlling autonomous vehicles
WO2017104775A1 (en) * 2015-12-14 2017-06-22 Mitsubishi Electric Corporation Method for controlling vehicle and control system of vehicle
US10665115B2 (en) 2016-01-05 2020-05-26 California Institute Of Technology Controlling unmanned aerial vehicles to avoid obstacle collision
US11461912B2 (en) 2016-01-05 2022-10-04 California Institute Of Technology Gaussian mixture models for temporal depth fusion
WO2017129863A1 (en) * 2016-01-29 2017-08-03 Rolls-Royce Oy Ab Autonomous operation of a vessel
DE102016202784A1 (en) * 2016-02-23 2017-08-24 Thyssenkrupp Ag route optimization
WO2017144494A1 (en) 2016-02-23 2017-08-31 Thyssenkrupp Marine Systems Gmbh Route optimization for a fluid vehicle
CN107346137A (en) * 2016-05-06 2017-11-14 福特全球技术公司 The network memory of vehicle and the infrastructure data for optimizing vehicle routing plan
US11429105B2 (en) 2016-06-10 2022-08-30 Duke University Motion planning for autonomous vehicles and reconfigurable motion planning processors
CN109477723A (en) * 2016-06-10 2019-03-15 杜克大学 Automatic driving vehicle motion planning and reconfigurable motion planning processor
WO2017214581A1 (en) 2016-06-10 2017-12-14 Duke University Motion planning for autonomous vehicles and reconfigurable motion planning processors
TWI758296B (en) * 2016-06-10 2022-03-21 杜克大學 System for motion planning for autonomous vehicles and related methods, motion planning device, and method of operating reconfigurable motion planning module
EP3449214A4 (en) * 2016-06-10 2019-05-22 Duke University Motion planning for autonomous vehicles and reconfigurable motion planning processors
US20190163191A1 (en) * 2016-06-10 2019-05-30 Duke University Motion planning for autonomous vehicles and reconfigurable motion planning processors
US10783466B2 (en) * 2016-07-07 2020-09-22 Sap Se Integrated system for optimizing vehicle utilization
US20180012160A1 (en) * 2016-07-07 2018-01-11 Sap Se Integrated system for optimizing vehicle utilization
US9896091B1 (en) * 2016-08-19 2018-02-20 Ohio State Innovation Foundation Optimized path planner for an autonomous valet parking system for a motor vehicle
US10250503B2 (en) * 2016-11-02 2019-04-02 Industrial Technology Research Institute Routing method and wireless node for wireless mesh network
US11922462B2 (en) 2016-11-21 2024-03-05 Nio Technology (Anhui) Co., Ltd. Vehicle autonomous collision prediction and escaping system (ACE)
US20180141544A1 (en) * 2016-11-21 2018-05-24 Nio Usa, Inc. Vehicle autonomous collision prediction and escaping system (ace)
US11262200B2 (en) 2016-12-21 2022-03-01 Intrinsic Innovation Llc Boolean satisfiability (SAT) reduction for geometry and kinematics agnostic multi-agent planning
US10480947B2 (en) * 2016-12-21 2019-11-19 X Development Llc Boolean satisfiability (SAT) reduction for geometry and kinematics agnostic multi-agent planning
RU2694154C2 (en) * 2017-01-13 2019-07-09 ФОРД ГЛОУБАЛ ТЕКНОЛОДЖИЗ, ЭлЭлСи Generation of simulated sensor data for training and validating detection models
US10338594B2 (en) * 2017-03-13 2019-07-02 Nio Usa, Inc. Navigation of autonomous vehicles to enhance safety under one or more fault conditions
US10994729B2 (en) * 2017-03-29 2021-05-04 Mitsubishi Electric Research Laboratories, Inc. System and method for controlling lateral motion of vehicle
US11035684B2 (en) * 2017-04-11 2021-06-15 Ping An Technology (Shenzhen) Co., Ltd. Path planning system and method for robot, robot and medium
US20200117220A1 (en) * 2017-04-12 2020-04-16 Lawrence Livermore National Security, Llc Swarm path planner system for vehicles
US10423162B2 (en) 2017-05-08 2019-09-24 Nio Usa, Inc. Autonomous vehicle logic to identify permissioned parking relative to multiple classes of restricted parking
US10710633B2 (en) 2017-07-14 2020-07-14 Nio Usa, Inc. Control of complex parking maneuvers and autonomous fuel replenishment of driverless vehicles
US10369974B2 (en) 2017-07-14 2019-08-06 Nio Usa, Inc. Control and coordination of driverless fuel replenishment for autonomous vehicles
US11217107B2 (en) * 2017-10-05 2022-01-04 California Institute Of Technology Simultaneous representation of moving and static obstacles for automatically controlled vehicles
CN108180914A (en) * 2018-01-09 2018-06-19 昆明理工大学 A kind of method for planning path for mobile robot improved based on ant colony with despiking
US11112250B1 (en) * 2018-01-11 2021-09-07 Monsarrat, Inc. System for automatic instantiation of a generically described location-based traveling experience to specific map coordinates and real-time conditions
US11292456B2 (en) * 2018-01-12 2022-04-05 Duke University Apparatus, method and article to facilitate motion planning of an autonomous vehicle in an environment having dynamic objects
US20220176951A1 (en) * 2018-01-12 2022-06-09 Duke University Apparatus, method and article to facilitate motion planning of an autonomous vehicle in an environment having dynamic objects
US11022971B2 (en) 2018-01-16 2021-06-01 Nio Usa, Inc. Event data recordation to identify and resolve anomalies associated with control of driverless vehicles
US11235465B2 (en) 2018-02-06 2022-02-01 Realtime Robotics, Inc. Motion planning of a robot storing a discretized environment on one or more processors and improved operation of same
US11745346B2 (en) 2018-02-06 2023-09-05 Realtime Robotics, Inc. Motion planning of a robot storing a discretized environment on one or more processors and improved operation of same
US11768495B2 (en) * 2018-02-18 2023-09-26 Five AI Limited Path planning in mobile robots
US20190257664A1 (en) * 2018-02-20 2019-08-22 Autoliv Asp, Inc. System and method for generating a target path for a vehicle
US10670412B2 (en) * 2018-02-20 2020-06-02 Veoneer Us, Inc. System and method for generating a target path for a vehicle
WO2019164690A1 (en) * 2018-02-20 2019-08-29 Veoneer Us, Inc. System and method for generating a target path for a vehicle
US20210191404A1 (en) * 2018-02-28 2021-06-24 Five AI Limited Path planning in mobile robots
US20220107646A1 (en) * 2018-02-28 2022-04-07 Five Al Limited Path planning in mobile robots
US11738457B2 (en) 2018-03-21 2023-08-29 Realtime Robotics, Inc. Motion planning of a robot for various environments and tasks and improved operation of same
CN112334368A (en) * 2018-06-24 2021-02-05 三菱电机株式会社 Vehicle control system and control method for controlling vehicle motion
US11091158B2 (en) * 2018-06-24 2021-08-17 Mitsubishi Electric Research Laboratories, Inc. System and method for controlling motion of vehicle with variable speed
US11441913B2 (en) * 2018-08-20 2022-09-13 Uatc, Llc Autonomous vehicle waypoint routing
CN112703147A (en) * 2018-09-25 2021-04-23 三菱电机株式会社 System and method for controlling movement of a vehicle
CN109542117A (en) * 2018-10-19 2019-03-29 哈尔滨工业大学(威海) Based on the submarine navigation device Rolling Planning algorithm for improving RRT
CN113227927A (en) * 2018-12-04 2021-08-06 杜克大学 Apparatus, method and object for facilitating motion planning in an environment with dynamic objects
CN109649386A (en) * 2018-12-26 2019-04-19 成都路行通信息技术有限公司 A kind of vehicle collision detection method based on machine learning
CN109669459A (en) * 2018-12-28 2019-04-23 西北工业大学 A kind of dynamical feedback paths planning method using invariant set
DE102019202705A1 (en) * 2019-02-28 2020-09-03 Kuka Deutschland Gmbh Driving a path with a mobile robot
EP3957446A4 (en) * 2019-04-17 2022-12-28 Twinny Co., Ltd. Path planning method using sampling-based optimal tree, recording medium storing program for implementing same, and computer program stored in medium to implement same
CN110068337A (en) * 2019-04-25 2019-07-30 安徽师范大学 Unmanned plane dispatching method and system for sensor node charging
WO2020247207A1 (en) * 2019-06-03 2020-12-10 Realtime Robotics, Inc. Apparatus, methods and articles to facilitate motion planning in environments having dynamic obstacles
US11634126B2 (en) 2019-06-03 2023-04-25 Realtime Robotics, Inc. Apparatus, methods and articles to facilitate motion planning in environments having dynamic obstacles
WO2020250101A1 (en) * 2019-06-13 2020-12-17 Caja Elastic Dynamic Solutions Ltd Methods and systems for path planning in a known environment
US11402844B2 (en) * 2019-07-29 2022-08-02 Honda Motor Co., Ltd. Vehicle control apparatus, vehicle control method, and storage medium
US20210048823A1 (en) * 2019-08-16 2021-02-18 isee Latent belief space planning using a trajectory tree
US11673265B2 (en) 2019-08-23 2023-06-13 Realtime Robotics, Inc. Motion planning for robots to optimize velocity while maintaining limits on acceleration and jerk
US11544068B2 (en) * 2019-09-26 2023-01-03 Visier Solutions, Inc. Systems and methods for generating a pipeline of stages for a process
US20210096869A1 (en) * 2019-09-26 2021-04-01 Visier Solutions, Inc. Systems and Methods for Generating a Pipeline of Stages for a Process
CN110989570A (en) * 2019-10-15 2020-04-10 浙江工业大学 Multi-AGV anti-collision collaborative path planning method
US11623346B2 (en) 2020-01-22 2023-04-11 Realtime Robotics, Inc. Configuration of robots in multi-robot operational environment
CN113591198A (en) * 2020-03-11 2021-11-02 黑芝麻智能科技(重庆)有限公司 Path planning method and computer readable medium
US11427184B2 (en) * 2020-03-11 2022-08-30 Black Sesame Technologies Inc. Breadth first search-depth first search three dimensional rapid exploring random tree search with physical constraints
CN111595352A (en) * 2020-05-14 2020-08-28 陕西重型汽车有限公司 Track prediction method based on environment perception and vehicle driving intention
CN111879307A (en) * 2020-06-22 2020-11-03 国网河北省电力有限公司信息通信分公司 Vehicle path planning method based on vehicle body parameters and engineering construction information
US20220026222A1 (en) * 2020-07-24 2022-01-27 Bayerische Motoren Werke Aktiengesellschaft Method, Machine Readable Medium, Device, and Vehicle For Determining a Route Connecting a Plurality of Destinations in a Road Network, Method, Machine Readable Medium, and Device For Training a Machine Learning Module
US20220034679A1 (en) * 2020-07-29 2022-02-03 Kawasaki Jukogyo Kabushiki Kaisha Travel route generation system, travel route generation program, and travel route generation method
CN112598131A (en) * 2020-12-29 2021-04-02 中国科学院自动化研究所 Deduction data generation and action scheme deduction system, method and device
US20220402522A1 (en) * 2021-06-21 2022-12-22 Qualcomm Incorporated Tree based behavior predictor
CN113485240A (en) * 2021-07-27 2021-10-08 华南理工大学 Robot online welding path planning method based on hierarchical search tree with flag bit
US20230030815A1 (en) * 2021-07-29 2023-02-02 Argo AI, LLC Complementary control system for an autonomous vehicle
EP4174440A1 (en) * 2021-10-27 2023-05-03 Volvo Car Corporation Environment-aware path planning for a self-driving vehicle using dynamic step-size search
WO2023093378A1 (en) * 2021-11-29 2023-06-01 中移(成都)信息通信科技有限公司 Path planning method and apparatus, device, and storage medium
US20230367463A1 (en) * 2022-05-11 2023-11-16 Supercell Oy Randomized movement control
DE102022209653B3 (en) 2022-09-14 2023-11-02 Thyssenkrupp Ag Integrated mission planning tool
WO2024056634A1 (en) 2022-09-14 2024-03-21 Thyssenkrupp Marine Systems Gmbh Integrated mission planning tool
CN116400733A (en) * 2023-05-06 2023-07-07 北京理工大学 Self-adaptive adjustment random tree full-coverage path planning method for reconnaissance unmanned aerial vehicle

Also Published As

Publication number Publication date
EP1733287B1 (en) 2010-01-20
AU2005278160A1 (en) 2006-03-02
WO2006022827A3 (en) 2006-05-11
DE602005019034D1 (en) 2010-03-11
US7447593B2 (en) 2008-11-04
AU2005278160B2 (en) 2011-01-20
JP2007531110A (en) 2007-11-01
EP1733287A2 (en) 2006-12-20
JP5172326B2 (en) 2013-03-27
WO2006022827A2 (en) 2006-03-02

Similar Documents

Publication Publication Date Title
US7447593B2 (en) System and method for adaptive path planning
Balico et al. Localization prediction in vehicular ad hoc networks
Pereira et al. Risk‐aware path planning for autonomous underwater vehicles using predictive ocean models
JP2022516383A (en) Autonomous vehicle planning
Zheng et al. Evolutionary route planner for unmanned air vehicles
KR20210149023A (en) A device for determining the optimal route of a marine vessel
Hug et al. Particle-based pedestrian path prediction using LSTM-MDL models
CN109213153B (en) Automatic vehicle driving method and electronic equipment
CN111694356A (en) Driving control method and device, electronic equipment and storage medium
Liu et al. Deep structured reactive planning
Mouhagir et al. A markov decision process-based approach for trajectory planning with clothoid tentacles
CN114829225A (en) Conditional behavior prediction for autonomous vehicles
Bertolazzi et al. Efficient re-planning for robotic cars
Sarmiento et al. An efficient strategy for rapidly finding an object in a polygonal world
Sundarraj et al. Route Planning for an Autonomous Robotic Vehicle Employing a Weight-Controlled Particle Swarm-Optimized Dijkstra Algorithm
Sarmiento et al. A multi-robot strategy for rapidly searching a polygonal environment
Ponda et al. Decentralized information-rich planning and hybrid sensor fusion for uncertainty reduction in human-robot missions
Chung et al. Robot motion planning in dynamic uncertain environments
Holt Comparison of aerial collision avoidance algorithms in a simulated environment
Zhang et al. A Robot Navigation System in Complex Terrain Based on Statistical Features of Point Clouds
CN114139756A (en) Path planning method and device, computing equipment and storage medium
Neuman et al. Anytime policy planning in large dynamic environments with interactive uncertainty
Abchir et al. Towards a New Fuzzy Linguistic Preference Modeling Approach for Geolocation Applications.
KR102529332B1 (en) Robot-based optimal indoor delivery path planning method with context map
Kuznetsov Cellular automata-based models of group motion and interaction of agents with memory

Legal Events

Date Code Title Description
AS Assignment

Owner name: RAYTHEON COMPANY, MASSACHUSETTS

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:ESTKOWSKI, REGINA I.;TINKER, PETER A.;REEL/FRAME:015163/0304

Effective date: 20040325

CC Certificate of correction
FPAY Fee payment

Year of fee payment: 4

REMI Maintenance fee reminder mailed
LAPS Lapse for failure to pay maintenance fees
STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20161104