US20120024605A1 - Drill hole planning - Google Patents

Drill hole planning Download PDF

Info

Publication number
US20120024605A1
US20120024605A1 US13/264,740 US201013264740A US2012024605A1 US 20120024605 A1 US20120024605 A1 US 20120024605A1 US 201013264740 A US201013264740 A US 201013264740A US 2012024605 A1 US2012024605 A1 US 2012024605A1
Authority
US
United States
Prior art keywords
drill
motion
sop
solver
locations
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
US13/264,740
Other versions
US9129236B2 (en
Inventor
Pantelis ELINAS
Surya P.N. Singh
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.)
SYDNEY THE, University of
Original Assignee
SYDNEY THE, University of
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
Priority claimed from AU2009901656A external-priority patent/AU2009901656A0/en
Application filed by SYDNEY THE, University of filed Critical SYDNEY THE, University of
Assigned to UNIVERSITY OF SYDNEY, THE reassignment UNIVERSITY OF SYDNEY, THE ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: ELINAS, PANTELIS, SINGH, SURYA P.N.
Publication of US20120024605A1 publication Critical patent/US20120024605A1/en
Application granted granted Critical
Publication of US9129236B2 publication Critical patent/US9129236B2/en
Expired - Fee Related legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • EFIXED CONSTRUCTIONS
    • E21EARTH DRILLING; MINING
    • E21BEARTH DRILLING, e.g. DEEP DRILLING; OBTAINING OIL, GAS, WATER, SOLUBLE OR MELTABLE MATERIALS OR A SLURRY OF MINERALS FROM WELLS
    • E21B44/00Automatic control systems specially adapted for drilling operations, i.e. self-operating systems which function to carry out or modify a drilling operation without intervention of a human operator, e.g. computer-controlled drilling systems; Systems specially adapted for monitoring a plurality of drilling variables or conditions

Definitions

  • This invention relates to dynamic sequential ordering problems.
  • the dynamic sequential ordering problems relate to drill hole sequencing for the drilling of blast holes in surface mining.
  • the invention has particular, but not exclusive, application to drill hole planning and navigation for autonomous drills.
  • Sequential Ordering Problems arise in a wide range of industries.
  • One example is the mining industry, where an ordering problem arises in planning the movement of a drill.
  • a drill operator or autonomous drill controller must decide on the order in which to drill the holes taking into account operational constraints imposed by the drill itself along with other constraints which may include drilling guidelines and safety rules decided by the mining company.
  • the drill operator In conventional blast hole drilling, the drill operator is given a pattern of holes that must be drilled at a particular location or bench in the pit.
  • the pattern may include the location of the required holes and their depth. Additional information often includes the type of drill operation that should be used for each hole (i.e. rotary or percussion). Operations follow in a tram-jack-drill-jack cycle until all locations are drilled.
  • the drill motion sequence is not dictated a priori and is determined by the drill operator using a set of general guidelines and priorities for various classes of holes. Briefly, these rules dictate that the first holes to be drilled are “angle holes” along the open face, which constrains the drill's orientation so as to be aligned perpendicular to this edge.
  • a method for producing a hole drilling sequence plan for drilling blast holes with a mobile drill at locations in a drilling pattern comprising:
  • SOP Sequential Ordering Problem
  • the method may further comprise determining precedence constraints requiring that holes at certain locations in said pattern must be drilled before holes at other locations in the pattern and inputting data reflecting those precedence constraints into the SOP solver so that the SOP solver takes those precedence constraints into account when deriving the potentially optimal drilling sequence.
  • the method may further comprise determining a preferred drill orientation for each of said locations and inputting data reflecting the preferred drill orientations into the motion planner so that the motion planner takes that data into account when drilling the plan of drill motions.
  • the method may further comprise determining motion constraints to movements of the drill and inputting data reflecting the drill motion constraints into the motion planner so that the motion planner takes those motion constraints into account when generating the plan of drill motions.
  • the motion constraints may include an obstacle avoidance constraint.
  • the obstacle avoidance constraint may prevent a drill travel path which would result in travelling over an already drilled hole.
  • the motion constraints may also include non-holonomic motion constraints limiting the possible directions of travel of the drill.
  • the motion constraints may also include limits on maximum speed of motion of the drill.
  • the motion constraints may include limits on the rate of change of direction of motion of the drill.
  • the successive repetitions of the SOP solving and motion planning procedures may be continued until a predetermined termination criterion is met.
  • the termination criterion may be met if successive plans generated by the motion planner are the same or within a predetermined threshold of similarity.
  • the termination criterion may alternatively or in addition be met by completion of a predetermined number of repetitions of the SOP solving and motion planning procedures.
  • the SOP solver may use a genetic algorithm.
  • the SOP solver may use a Swarm Intelligence algorithm, for example a Particle Swarm Optimisation algorithm.
  • the SOP solver may use an Ant Colony Optimisation algorithm.
  • the motion planner may use a Probabilistic Roadmap motion planning algorithm.
  • the invention also extends to a method of operating an autonomous drill in which the drill is caused to execute a drilling sequence derived in the above-described manner.
  • the invention further provides apparatus for producing a hole drilling sequence plan for drilling blast holes with a mobile drill, comprising:
  • SOP Sequential Ordering Problem
  • a motion planner to receive data reflecting the potentially optimal sequence derived by the SOP solver and to derive by a motion planning procedure a plan of drill motions through the potentially optimal drilling sequence and revised costs of drill travel between the drill locations resulting from that plan;
  • the method and apparatus of the invention may employ a drilling pattern obtained from any source.
  • the pattern may for example be prepared by a drill and blast engineer manually or with the aid of appropriate software.
  • Also provided is a method for producing a sequence plan for a series of specified locations in a configuration space comprising:
  • SOP Sequential Ordering Problem
  • the motion planner may evaluate a previously recorded path within the configuration space, match said path with adjacent specified locations within the potentially optimal sequence and use said previously recorded path as part of the plan of motion if there is a match.
  • FIG. 1 shows an example of a drilling pattern
  • FIG. 2 shows an autonomous drill
  • FIG. 3 illustrates possible drill orientations at drill locations
  • FIG. 4 is a block diagram of the solution method for drill hole planning according to the present invention.
  • FIG. 5 shows an example solution for a simplified drilling pattern with nine holes
  • FIG. 6 shows a simplified example of solving the drilling problem using probabilistic road maps
  • FIG. 7 illustrates factors to be taken into account in planning drill motions
  • FIG. 8 is a functional block diagram of an automated tramming system for a drill.
  • the method and system described herein enable a solution to be derived to an ordering problem.
  • the method and system are described herein with specific reference to the formation of a hole-drilling sequence plan to be derived automatically from certain input data. In one application this enables drill hole planning and navigation for an autonomous drill.
  • the pattern drilling problem belongs to a class of combinatorial optimisation problems which may be hard to solve.
  • Combinatorial optimisation is used in applications such as artificial intelligence, operations research, planning and logistics where certain values need to be optimised within the constraints of a given problem.
  • TSP Travelling Salesman Problem
  • the travelling salesman problem is to find the cheapest way of visiting all the cities and returning to the starting point.
  • the “way of visiting all the cities” is simply the order in which the cities are visited; the ordering is called a tour or circuit through the cities.
  • Drill hole planning in mining can be thought of as a Travelling Salesman Problem if each hole is regarded as a “city”.
  • the cost for travelling from one city to the next can be defined as a function of the distance to be travelled or some other metric that considers the overall motion the vehicle must perform.
  • the “cheapest way” is determined by optimising (minimising in this case), the cost associated with the circuit.
  • the term “cost” as used hereinafter in this specification (including the claims) extends to any metric used to define the optimisation to be performed. In drill hole planning the cost may be dependent on a distance to be travelled by a drill and/or a motion the drill must perform. The cost may be dependent on travel path length, travel time, operation time, fuel/water usage or any combination of such variables.
  • Drill hole planning differs from the basic Travelling Salesman Problem.
  • drill hole planning is an asymmetric Travelling Salesman Problem because the cost of going from hole A to hole B can be significantly different to the cost of going from hole B to hole A; the vehicle's motion may be highly constrained in one of the directions.
  • SOP Sequential Ordering Problem
  • the number of holes that must be drilled typically varies from 100 to over 200 which means that the SOP that must be solved is large.
  • SOPs with sites of more than about 50 are considered large.
  • Problems including vehicle orientation as a variable can be large with much fewer sites, due to the continuous range of possible orientations.
  • FIG. 1 shows a typical drilling pattern 100 which under conventional drilling operations would be given to a drill operator to plan an appropriate drilling sequence.
  • the drilling plan will typically show hole identification labels 102 , location and drill depth 104 and identify particular holes such as angle holes and batter and buffer rows 106 determined according to the geography of the bench to be drilled. It will be seen that it is necessary to develop or to plan a drilling sequence for a very large number of holes, typically more than 100.
  • the sequence plan must take into account any precedence constraints and dynamic obstacles such as already drilled holes.
  • the sequence plan should also take into account the orientation of the drill while navigating from one hole location to the next.
  • FIG. 2 shows an autonomous drill 200 .
  • the drill 200 comprises a self-propelled vehicle 202 , which runs on a pair of parallel tracks 204 and carries a drill mast 206 with appropriate drilling equipment.
  • the drill vehicle 202 can be driven automatically under autonomous control to specified GPS locations for drilling and the drilling equipment on the vehicle 202 can also be operated under automatic control to drill the blast holes according to the required blast hole pattern.
  • the autonomous drill 200 may be part of an autonomous mining system described, for example, in application PCT/AU2009/000265 “Method and system for exploiting information from heterogeneous sources”, filed on 4 Mar. 2009 and which is incorporated herein by reference.
  • the drill 200 is a tracked vehicle capable of turning on the spot towards any direction.
  • the massive size of the drill 200 and its potential to damage the drilling surface makes accurate positioning over target hole locations difficult. Turning on the spot may not be advisable since such motions increase the chances of damaging already drilled holes by pushing dirt back down the hole requiring drilling out a second time, a very time consuming and undesirable action.
  • the drill can therefore be modelled as a non-holonomic car-like vehicle with a constrained turning radius. This model of the drill allows generation of smooth motion plans with constrained curvature, which when executed preserve the bench's surface.
  • the operators select the first and last hole to drill such that the previously mentioned requirements are satisfied.
  • the last hole is chosen in a location that allows the drill easy access away from the bench for leaving after completion of the drilling task.
  • the first and last holes are generally given along with any precedence constraints as described earlier.
  • An onboard controller (eg tramming controller 814 ) can translate the velocity and steering angles to the correct commands in order to steer the vehicle according to the sequence plan.
  • FIG. 8 is a functional block diagram of an auto-tramming system 802 that may be used with the drill 200 to implement the drill hole planning methods described herein.
  • the auto tramming unit 802 automatically trams and positions the drill over required hole locations specified in the drill pattern.
  • the drill pattern and the bench geometry may be transmitted to the auto-tramming system 802 over communication link 816 .
  • the auto tramming unit 802 includes a path planning module 804 to automatically determine an optimised drill trajectory (indicated for example by waypoints 806 ) over the bench and a navigation system 808 responsible for the localisation of the drill.
  • the navigation system fuses navigation sensor information to provide vehicle pose, where the pose includes position, velocity and attitude (PVA).
  • the auto tramming unit 802 can be operated in two operational modes.
  • a user interface 812 informs an operator of the path and the current position of the drill and the operator is responsible for confirming drill positions.
  • a tramming controller 814 receives the low-level decisions, providing an interface between the path planner and the navigation system.
  • a full control system is used for autonomous operation, no operator intervention is required and the status of the drill may be monitored remotely. Partial control is also possible to automate certain actions if an operator is present, e.g. for the autonomous positioning at a drill.
  • the auto tramming unit 802 is designed to operate in conjunction with an auto drilling unit (not shown) in a fully autonomous drilling solution. These two units communicate and the drilling mode is activated when the drill reaches a specific hole location.
  • the path planning module 804 generates a set of waypoints 806 representing the trajectory of the drill. It obtains a geometric bench model and desired drill pattern and generates a drill sequence and trajectory.
  • the auto tramming unit 802 comprises a drill navigation system 808 . It is responsible for fusing data from positional sensors for the accurate localisation of the drill. Positional sensors may include an inertial measurement unit (IMU) 820 , a GPS 822 , dead reckoning sensors 824 such as wheel encoders, higher-level perception sensors 826 based on laser scanners, etc. The use of redundant sensors enables integrity requirements.
  • IMU inertial measurement unit
  • GPS 822 GPS 822
  • dead reckoning sensors 824 such as wheel encoders, higher-level perception sensors 826 based on laser scanners, etc.
  • the use of redundant sensors enables integrity requirements.
  • the auto tramming unit 802 further includes a safety system sub-unit 810 , which may be responsible for monitoring the status of the drill, detecting possible collisions or other anomalies, fault detection and for implementing emergency actions.
  • This sub-unit includes collision sensors 828 , internal status monitoring sensors 830 and an emergency stop 832 .
  • the low-level control is implemented in a tramming control sub-unit 814 .
  • This sub-unit receives waypoints 806 from the path planning module 804 and pose estimates from the navigation system 808 . These estimates are used to control the vehicle actuators 834 .
  • the auto tramming unit 802 further comprises a user interface sub-unit 812 and a manual control sub-unit 836 .
  • Manual vehicle controls are mechanically connected to the vehicle or connected through drive-by-wire. User interaction overrides autonomous control.
  • the user interface sub-unit 812 is implemented as a display with the drill pattern, drill pose and intended trajectory of the machine.
  • the manual controls sub-unit 836 provides direct access to the actuators 834 of the machine.
  • the auto tramming unit 802 performs the following tasks:
  • the path planning module may be implemented on a computer system that is not physically located on the drill 200 , and the planned trajectory may be transmitted to the drill over the communications 816 .
  • the method for solving the Sequential Ordering Problem as described here can be implemented with the use of software running on a computer system that includes a processor, memory and input/output capability coupled to a system bus.
  • the memory stores instructions that are executed by the processor in order to perform the described method. It will be appreciated that the computer system as described is one example of many possible computer systems which have different architectures.
  • the path planning module 804 and/or the tramming control may be software modules running on the auto-tramming system 802 .
  • the drilling pattern problem is a combinatorial optimisation problem which can be formulated as a Generalised Asymmetric Travelling Salesman Problem with precedence constraints.
  • FIG. 3 presents the drill pattern drilling problem as such. The figure shows a pattern with 9 holes arranged in 3 rows. At each location, a small set of possible drill orientations is shown using arrows. The solution to the sequencing problem is to select a tour through each of the partitioned nodes, selecting one orientation out of the sampled set, such that some optimisation criterion is minimised. A possible solution is illustrated by the bold arrows between first and last holes X and Y.
  • the present invention provides a method of solving an ordering problem, taking into account some or all of the constraints described above, by the use of an iterative, hybrid method combining an SOP solver and a motion planner.
  • the method may be used to generate plans for large drilling patterns.
  • the SOP solver may make use of an approximate optimisation algorithm. For example a Genetic Algorithm or a Swarm Intelligence algorithm may be used.
  • the motion planner may use a motion planning algorithm such as a Probabilistic Roadmap (PRM) algorithm or a Rapidly-exploring Randomized Tree (RRT) search to estimate the cost of travelling from one hole to the next taking into account drill orientation, driving capabilities and non-holonomic motion constraints.
  • PRM Probabilistic Roadmap
  • RRT Rapidly-exploring Randomized Tree
  • PRMs and RRTs allow for obstacle avoidance (i.e. not driving over already finished holes) and for the sequence planner to optimise over various metrics, such as path length, number of turns, or travel time.
  • FIG. 4 shows a block diagram of the iterative procedure for solving the drill hole planning problem in accordance with the present invention.
  • the three main steps of the method are:
  • the procedure illustrated in FIG. 4 may be implemented as software running, for example, as the path planning module 804 of the auto-tramming system 802 .
  • the SOP solver 402 Given an initial cost table 414 and a drilling pattern 412 (for example the drilling pattern 100 of FIG. 1 ), the SOP solver 402 employs an optimisation algorithm to produce an approximate solution 410 to the sequential ordering problem.
  • the SOP solver uses an approximate optimisation algorithm, for example, a genetic algorithm (GA).
  • GA genetic algorithm
  • the motion planner 404 plans and simulates the drill motions required to execute the sequence derived by the SOP solver 402 .
  • the motion planning or simulation is used by functional module 408 to produce revised costs to update the cost table.
  • the revised cost table 406 is then fed back to the SOP solver 402 .
  • the revised cost table results in an improved solution on the next iteration. This iterative procedure is repeated until convergence is achieved or some other termination criterion such as maximum number of iterations is met. In one arrangement, convergence is achieved if the tour with minimum cost remains the same or within a predefined threshold for two consecutive iterations.
  • a genetic algorithm operates starting with a small set of solutions, the best of which are selected as building blocks for generating new and better ones.
  • the selection mechanism is based on a fitness criterion which depends on the problem under consideration.
  • a genetic algorithm for use with the present invention may operate by:
  • the individual solutions (valid solutions that specify a complete order of visiting every hole location in the given pattern) are stored using a precedence binary matrix.
  • the matrix M may be initialised with solutions using an Arbitrary Insertion (Al) construction heuristic.
  • a crossover operator is used to generate new solutions from the fittest individuals in the current generation.
  • a set of tours or sequences comprising the set of available individuals that can give offspring.
  • the fitness criterion is set to be a function of a tour's cost and in one embodiment may equal the tour's cost. Selecting the fittest tours in the current set, a crossover operator can be used to combine parts of them to generate new tours that can potentially be of lower cost. Selecting an appropriate crossover operator factors greatly, in finding good solutions quickly.
  • a 2-tournament mechanism is used to select individuals for cross-over according to their fitness values.
  • the cross-over operator generates an offspring by first propagating the genes from the parents that they have in common as computed using a Maximum Partial Order metric. It then completes the remaining elements of the offspring using the Arbitrary Insertion algorithm which successively selects at random each of the remaining genes and inserts them in the least cost position of the partially constructed tour until all genes have been inserted and a complete individual has been constructed. This mechanism thus does not utilise mutation or a local search improvement algorithm.
  • MPO/AI Maximum Partial Order/Arbitrary Insertion
  • the MPO tour can be completed using the Arbitrary Insertion (Al) or any other suitable construction heuristic.
  • FIG. 5 Use of the MPO/AI operator to solve a small SOP with nine holes is illustrated in FIG. 5 .
  • the figure shows holes located against a high wall 502 and a crest 504 requiring a starting location C and a desired goal location G.
  • the precedence constraints for this problem are defined as follows:
  • constraints satisfy the established drilling guidelines that holes near a crest or a high wall must be drilled first.
  • the cost to travel between any two holes can be set to the Euclidean distance between them.
  • the cost table is symmetric. The solution is shown in FIG. 5 using arrows and it can be seen that all the constraints are satisfied by the sequence C-B-F-I-H-E-A-D-G.
  • the drilling problem is a formulation of the Generalised Asymmetric Travelling Salesman Problem with precedence constraints for which approximate solution methods exist but may not scale well to solving large problem instances such as those that arise in mining.
  • a heuristic method for selecting the orientation of the drill for each hole may be applied.
  • Two example heuristic methods that may be used are:
  • Drill patterns are designed to be drilled with the vehicle moving in straight lines and facing towards a fixed direction which is often North, although this depends on the established guidelines for the particular mining operation.
  • Two-step lookahead The orientation is set according to the direction of motion two steps ahead. The order is the one selected in the last tour computed given the most recently updated cost table. A step is a motion to the next hole in the drilling sequence.
  • the orientation at B after completing the motion from C to B will be in the direction of location F which is next in the tour or the second step in motion from C to F via B (the first step is the motion from C to B and the second step is the motion from B to F.)
  • heuristics may be used to reduce the number of orientations requiring consideration.
  • One example includes setting a single orientation for each node at random.
  • Another example is randomly selecting a set of two or more possible orientations for each node.
  • Another example is setting the possible orientations as directed towards the nearest neighbouring drill holes, for example those within a defined radius of the location of the current node.
  • the drill orientation is set between the SOP solver 402 and the motion planning module 404 .
  • a drill orientation is set for each location using one of the heuristic methods, and the motion planning module 404 uses the set orientations when generating a path between drill holes.
  • a potential problem with the GA approach to solving the SOP is that a considerable amount of processing time may be required before a good solution is found.
  • the end conditions for the GA can be set so that time taken to solve the SOP is only a small fraction of the time required to solve the complete sequencing problem with most time spent on the motion planning (or simulation) component.
  • the motion planning and simulation module 404 considers the motions and input commands that would be needed to control the process of travelling between a set of holes.
  • Motion planning considers both space, in the form of the trajectory to be driven, and time, in the form of velocity and related derivatives. The problem is non-linear because, as with a car, the drill cannot move sideways. It also involves local optimisation because smoother, more efficient motions (e.g. with less jerk and larger radius turns) need to be selected from a continuous control set. Local optimisation is done by factoring machine constraints (i.e. the set of physically achievable operations) such as:
  • Non-holonomic motion The machine cannot drive along its perpendicular. More specifically the differential constraint that governs the machine's position is not integrable.
  • the motion planning 404 selects optimal motions that factor in operating criteria such as:
  • the motion found is not only a valid one, but one that is (approximately) optimal against continuous motion variables. This can also be done in conjunction with later optimisations against performance metrics, for example travel distance, consumables, cost and time.
  • the motion planning problem can be approached by modelling the system as a series of differential equations for which adaptive operation is achieved through feedback control laws. While such a control theoretic solution efficiently represents the mechanical limitations in a continuous manner, such a solution is complicated by non-linearity, boundary conditions, contacts, and environmental obstacles. This can be treated through bounding the model with piece-wise functions. Alternatively, this notion can be extended to transform the problem into a discrete, decision-making problem to which a search is applied.
  • This general motion planning problem is normally solved in the configuration space C which is the space of all possible placements of the moving object.
  • Each degree of freedom of the object corresponds to a dimension of the configuration space C.
  • the space C can be separated into free sections C free which correspond to areas without obstacles (such as drill holes), and unreachable portions can be labelled C obstacle .
  • the planner samples space C for free configurations and tries to connect these into a roadmap of feasible motions.
  • the problem is difficult given the number of dimensions and coupling of the problem.
  • the full extent of C is not needed because a (random) candidate solution can be tested for validity.
  • sampling-based motion planning which searches in the local space (via a local planner that incorporates short-horizon kinematics or dynamics and differential constraints) from which the total motion plan is assembled.
  • the Probabilistic Roadmap Planner is an efficient and provably complete algorithm for such motion planning as shown in K. I. Tsianos, I. A. Sucan, L. E. Kavraki, “Sampling-based robot motion planning: Towards realistic applications”, Computer Science Review , I(1):2-11, 2007.
  • the PRM operates in a two step manner.
  • a graph-search framework is used in which the configuration-space, in the example of drill hole planning the bench including obstacles, is randomly sampled for collision-free placements of the vehicle. Where a random sample indicates a collision-free placement, it is added as a node in a roadmap graph. This is repeated for the required number of nodes. The number of nodes is selected as a trade-off between finding a solution close to the optimal solution and reducing the computation resources required for the PRM.
  • the link between pairs of nodes is calculated using a local motion model, called the “local planner,” the solution of which factors relevant dynamics and differential constraints to determine the achievability and metric cost for the randomly sampled configuration space points by leveraging small-time local controllability (see for example, S. M. La Valle. Planning Algorithms . Cambridge University Press, Cambridge, U.K., 2006).
  • Different primitives may be used within the RRT and PRM frameworks depending on the motion planning requirements. For example, Reeds-Shepp curves may be used with an RRT planner and Cornu Spiral steering functions may be used with a PRM planner.
  • Graph-search algorithms for example, A*, Depth First Search, Breadth First Search may then be used to determine the solution between the initial and final configurations. It should be noted that the PRM approach does not explicitly specify the operating space, local planner, sampling strategy, or search mechanism.
  • a series of holes 611 have already been drilled adjacent a high wall 612 and must be avoided.
  • the crest 628 provides another constraint.
  • the drill has a specified start location 613 and goal location 614 .
  • a number . of sampled states are shown at 615 to 623 and the results of the local planner connecting them are shown by lines 624 .
  • the plan found is shown by dark lines 625 .
  • One of the sampled states 616 is invalid because it is within the safety bounds 626 of one of the drilled holes 611 .
  • the drill cannot drive sideways, and its turning speed is limited by the rate of an individual track because the drill turns by slowing down one of its tracks.
  • the drill can be modelled as a “simple” kinematic car moving on a plane.
  • the drill's motion is modelled in both operation space, that is the global, external (GPS) location of the drill as described with reference to FIG. 6 , as well as configuration space (the local location and orientation of the drill on the plane).
  • GPS global, external
  • the motion planner determines the motion in the drill's configuration space (local position (x,y) and heading ( ⁇ )) by searching for valid motions (velocity (v) and turn-rate ( ⁇ )) that are admissible given the actuator control in terms of track speeds S track L/R for the nearby vicinity.
  • the drill's external, state-space position is then checked to be valid and obstacle free.
  • the non-holonomic constraint can be simplified as
  • the drill mechanics limit the track speeds.
  • limit ⁇ i.e. limit the difference between S track R and S track L ).
  • the drill's motion can instead be modelled as follows.
  • the drill's motion is constrained by the track speeds (S track R and S track L ) and the minimum turning radius. Given a baseline, d, and assuming a left (counter-clockwise positive) turn, a turning ratio is defined as:
  • the turning radius, R can then be written as:
  • a sequence is always available and with its quality being improved while the solution is being iterated.
  • a user-specified metric e.g. minimum operation time
  • the simulation is used to determine the quality of a sequence as part of an optimisation of the result.
  • the motion planner may use a randomized motion planning algorithm such as the bi-directional Rapidly-exploring Randomized Tree (RRT) algorithm described in P. Cheng, Z. Shen, S. M. La Valle, “RRT-based trajectory design for autonomous automobiles and space-craft”, Archives of Control Sciences 11 (3-4), pp 167-194, 2001.
  • RRT Rapidly-exploring Randomized Tree
  • the motion planner generates a valid path connecting two configurations of the drill vehicle modelled using non-holonomic constraints. Because the PRM and RRT algorithms uses sparse sampling, they are not guaranteed to find the shortest path between any two configurations (although if given sufficient time and if a solution for the problems exists, RRTs would be guaranteed to find this solution).
  • a post-processing step can be used to shorten the computed trajectories. This step generates shorter paths than the basic algorithm. It can be shown that such multi-goal planners will converge if the estimated tour cost is not larger than twice the optimal tour cost.
  • the post-processing step As an example of the post-processing step, consider a PRM planner with a spiral steering function trying to find a path from state C free i to state C free l .
  • the planner finds a path that goes through two intermediate states C free j and C free k such that the solution is C free i ⁇ C free j ⁇ C free k ⁇ C free l . It is possible that a direct and shorter path from C free i to C free k free exists such that there is no need to go through C free j .
  • the post-processing step tries to find such shortcuts that were missed by the PRM method.
  • the post-processing step may use any suitable heuristic. An example is dividing a tour into a number of paths, randomly selecting non-adjacent pairs of states within a path and then applying the PRM planner to that local problem to attempt to find a better solution.
  • the post-processing step may be limited, for example, by selecting a fixed number of paths from a tour and a fixed number of pairs of states within each path.
  • the path planning may be performed using a look-up table, either alone or in combination with a solution to the path planning problem described above.
  • the travel path may be entered into a look-up table.
  • the travel path may be entered as a series of waypoints entered as co-ordinates on the bench.
  • the look-up table is consulted for adjacent waypoints that correspond to consecutive drill hole locations.
  • the requirement for correspondence includes a specified tolerance, for example 1 metre in any direction.
  • the path planner for example the PRM planner, is used to resolve a path as described above.
  • the number of iterations through the SOP solver and motion planner may be substantially reduced.
  • the SOP and motion planner may be run once and not repeated.
  • the initial cost table used for the first iteration of the SOP solver may be set as a lower bound of the cost metric that has been selected. For example, if the cost metric is distance, then the initial cost table may be set as the straight line distance between drill hole sites.
  • the trajectories computed by the motion planning module 404 are used to calculate the cost of moving from hole to hole according to the sequence provided by the SOP solver 402 .
  • the cost is calculated using specified metrics that may, for example, be a function of variables including path length, time required for trajectory, fuel usage etc. Obstacles and other constraints are encoded implicitly in the cost table 406 .
  • the updated cost table 406 is fed back as an input to the next iteration of the SOP solver 402 .
  • the specific algorithms discussed above have been advanced by way of example only. It is to be understood that other algorithms may be used in the SOP solver and/or the motion planner to perform iterative procedures in accordance with the present invention. Furthermore the application is not limited to drill hole planning, but can be extended to include, for example, path planning for machines.
  • the iterative procedures outlined herein may be applied generally to sequential ordering problems in which a machine has to travel to a series of locations in an environment with obstacles and in which the machine's motion constraints affect the travel between points in the sequence.
  • the described procedures are generally applicable to a variety of vehicle classes (including, for example, cars, trailers and segmented vehicles). Examples of applications include allocating machines in underground block caving mining operations.
  • the formation of a hole-drilling sequence plan has a number of characteristics that distinguish it from the standard travelling salesman problem. These characteristics include asymmetry in cost between locations, precedence of locations, orientation of the machine and environmental changes caused by the travelling machine. These characteristics may be present in other ordering problems, to a greater or lesser extent and the iterative process of the present invention may be applied to sub-combinations of these characteristics. For example, the use of orientation as a cost metric may be omitted, so that there is a combination of asymmetric cost tables, precedence and environmental changes that can be dealt with using the iterative process as described above. Further examples are accommodating the combination of precedence and environmental changes, with or without orientation and with or without asymmetry. In other combinations environmental changes may be omitted from the constraints.

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Economics (AREA)
  • Strategic Management (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Operations Research (AREA)
  • Physics & Mathematics (AREA)
  • Educational Administration (AREA)
  • Marketing (AREA)
  • Development Economics (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • Game Theory and Decision Science (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Earth Drilling (AREA)
  • Drilling And Boring (AREA)
  • Perforating, Stamping-Out Or Severing By Means Other Than Cutting (AREA)

Abstract

Forming a sequence plan for a machine to travel to a series of specified locations is described. An initial cost table (414) and a pattern of locations (412) is inputted to a Sequential Ordering Problem (SOP) solver (402). The resulting sequence (410) is processed by a motion planner (404) to derive by a motion planning procedure a plan of machine motions through the sequence. A cost table update (408) is performed based on the motion plan, which is then used for another iteration of the SOP solver (402).

Description

    FIELD OF THE INVENTION
  • This invention relates to dynamic sequential ordering problems. In one form the dynamic sequential ordering problems relate to drill hole sequencing for the drilling of blast holes in surface mining. The invention has particular, but not exclusive, application to drill hole planning and navigation for autonomous drills.
  • BACKGROUND OF THE INVENTION
  • There is ongoing research into methods for solving sequential ordering problems that can be formulated as variants of the Travelling Salesman (symmetric or asymmetric travel costs and with or without precedence constraints) and Steiner tree problems including their generalised versions commonly known as the Generalised TSP and group Steiner tree problems. Different proposed exact and approximate methods have had varying success in finding optimal solutions for small problems and close to optimal solutions for large problems.
  • Sequential Ordering Problems arise in a wide range of industries. One example is the mining industry, where an ordering problem arises in planning the movement of a drill.
  • Given a drilling pattern, a drill operator or autonomous drill controller must decide on the order in which to drill the holes taking into account operational constraints imposed by the drill itself along with other constraints which may include drilling guidelines and safety rules decided by the mining company.
  • In conventional blast hole drilling, the drill operator is given a pattern of holes that must be drilled at a particular location or bench in the pit. The pattern may include the location of the required holes and their depth. Additional information often includes the type of drill operation that should be used for each hole (i.e. rotary or percussion). Operations follow in a tram-jack-drill-jack cycle until all locations are drilled. Conventionally, the drill motion sequence is not dictated a priori and is determined by the drill operator using a set of general guidelines and priorities for various classes of holes. Briefly, these rules dictate that the first holes to be drilled are “angle holes” along the open face, which constrains the drill's orientation so as to be aligned perpendicular to this edge. This is followed by holes near free face(s) or adjacent to blasted material (i.e. a high wall or a crest). After this are batter and buffer holes, which is followed by drilling of the main rows. The drill is a non-holonomic vehicle and its overall motion is constrained to its track speeds. Drill operators also prefer to drive on straight lines because under poor visibility executing complex manoeuvres increases the chances of damaging already drilled holes. Finally, the operators select the first and last hole to drill such that the above requirements are satisfied. The last hole is chosen in a location that allows the drill easy egress away from the bench after completion of the drilling task.
  • Reference to any prior art in the specification is not, and should not be taken as, an acknowledgment or any form of suggestion that this prior art forms part of the common general knowledge in Australia or any other jurisdiction or that this prior art could reasonably be expected to be ascertained, understood and regarded as relevant by a person skilled in the art.
  • SUMMARY OF THE INVENTION
  • According to an aspect of the invention, there is provided a method for producing a hole drilling sequence plan for drilling blast holes with a mobile drill at locations in a drilling pattern, comprising:
  • determining an initial cost table of costs of drill travel between drill hole locations in said pattern;
  • inputting into a Sequential Ordering Problem (SOP) solver data reflecting said pattern of locations and the initial cost table to derive by a SOP solving procedure a potentially optimal drilling sequence;
  • inputting data reflecting the potentially optimal drilling sequence into a motion planner to derive by a motion planning procedure a plan of drill motions through the potentially optimal drilling sequence and revised costs of drill travel between drill locations resulting from that plan; and
  • successively repeating the SOP solving and motion planning procedures by operation of the SOP solver and motion planner with successive revisions of the cost table inputted to the SOP solver reflecting the revised costs derived by motion planner.
  • The method may further comprise determining precedence constraints requiring that holes at certain locations in said pattern must be drilled before holes at other locations in the pattern and inputting data reflecting those precedence constraints into the SOP solver so that the SOP solver takes those precedence constraints into account when deriving the potentially optimal drilling sequence.
  • The method may further comprise determining a preferred drill orientation for each of said locations and inputting data reflecting the preferred drill orientations into the motion planner so that the motion planner takes that data into account when drilling the plan of drill motions.
  • The method may further comprise determining motion constraints to movements of the drill and inputting data reflecting the drill motion constraints into the motion planner so that the motion planner takes those motion constraints into account when generating the plan of drill motions.
  • The motion constraints may include an obstacle avoidance constraint.
  • The obstacle avoidance constraint may prevent a drill travel path which would result in travelling over an already drilled hole.
  • The motion constraints may also include non-holonomic motion constraints limiting the possible directions of travel of the drill.
  • The motion constraints may also include limits on maximum speed of motion of the drill.
  • The motion constraints may include limits on the rate of change of direction of motion of the drill.
  • The successive repetitions of the SOP solving and motion planning procedures may be continued until a predetermined termination criterion is met.
  • The termination criterion may be met if successive plans generated by the motion planner are the same or within a predetermined threshold of similarity.
  • The termination criterion may alternatively or in addition be met by completion of a predetermined number of repetitions of the SOP solving and motion planning procedures.
  • The SOP solver may use a genetic algorithm. Alternatively, the SOP solver may use a Swarm Intelligence algorithm, for example a Particle Swarm Optimisation algorithm. In a further alternative, the SOP solver may use an Ant Colony Optimisation algorithm.
  • The motion planner may use a Probabilistic Roadmap motion planning algorithm.
  • The invention also extends to a method of operating an autonomous drill in which the drill is caused to execute a drilling sequence derived in the above-described manner.
  • The invention further provides apparatus for producing a hole drilling sequence plan for drilling blast holes with a mobile drill, comprising:
  • a Sequential Ordering Problem (SOP) solver to receive data reflecting a pattern of locations at which holes are to be drilled and a cost table of costs of drill travel between the drill hole locations in said pattern and operable to derive by a SOP solving procedure a potential optimal drilling sequence;
  • a motion planner to receive data reflecting the potentially optimal sequence derived by the SOP solver and to derive by a motion planning procedure a plan of drill motions through the potentially optimal drilling sequence and revised costs of drill travel between the drill locations resulting from that plan; and
  • a data transfer connection between the motion planner and the SOP solver to feed the revised costs to the SOP solver whereby the SOP solver and the motion planner can perform successive SOP solving and motion planning procedures with successive revisions of the cost table inputted to the SOP solver reflecting the revised costs generated by the motion planner.
  • The method and apparatus of the invention may employ a drilling pattern obtained from any source. The pattern may for example be prepared by a drill and blast engineer manually or with the aid of appropriate software.
  • Also provided is a method for producing a sequence plan for a series of specified locations in a configuration space, comprising:
  • inputting into a Sequential Ordering Problem (SOP) solver data reflecting said pattern of locations and an initial cost table to derive by a SOP solving procedure a potentially optimal sequence;
  • inputting data reflecting the potentially optimal sequence into a motion planner to derive by a motion planning procedure a plan of motion through the potentially optimal sequence.
  • The motion planner may evaluate a previously recorded path within the configuration space, match said path with adjacent specified locations within the potentially optimal sequence and use said previously recorded path as part of the plan of motion if there is a match.
  • As used herein, except where the context requires otherwise, the term “comprise” and variations of the term, such as “comprising”, “comprises” and “comprised”, are not intended to exclude further additives, components, integers or steps.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • In order that the invention may be more fully explained, specific embodiments will be described with reference to the accompanying drawings in which:
  • FIG. 1 shows an example of a drilling pattern;
  • FIG. 2 shows an autonomous drill;
  • FIG. 3 illustrates possible drill orientations at drill locations;
  • FIG. 4 is a block diagram of the solution method for drill hole planning according to the present invention;
  • FIG. 5 shows an example solution for a simplified drilling pattern with nine holes;
  • FIG. 6 shows a simplified example of solving the drilling problem using probabilistic road maps;
  • FIG. 7 illustrates factors to be taken into account in planning drill motions; and
  • FIG. 8 is a functional block diagram of an automated tramming system for a drill.
  • DETAILED DESCRIPTION OF THE EMBODIMENTS
  • The method and system described herein enable a solution to be derived to an ordering problem. The method and system are described herein with specific reference to the formation of a hole-drilling sequence plan to be derived automatically from certain input data. In one application this enables drill hole planning and navigation for an autonomous drill.
  • The pattern drilling problem belongs to a class of combinatorial optimisation problems which may be hard to solve. Combinatorial optimisation is used in applications such as artificial intelligence, operations research, planning and logistics where certain values need to be optimised within the constraints of a given problem. One example of a combinatorial optimisation problem is the generalised Travelling Salesman Problem (TSP) which can be defined as follows:
  • Given a set of cities along with the cost of travel between each pair of them, the travelling salesman problem is to find the cheapest way of visiting all the cities and returning to the starting point. The “way of visiting all the cities” is simply the order in which the cities are visited; the ordering is called a tour or circuit through the cities.
  • Drill hole planning in mining can be thought of as a Travelling Salesman Problem if each hole is regarded as a “city”. In this case, the cost for travelling from one city to the next can be defined as a function of the distance to be travelled or some other metric that considers the overall motion the vehicle must perform.
  • The “cheapest way” is determined by optimising (minimising in this case), the cost associated with the circuit. The term “cost” as used hereinafter in this specification (including the claims) extends to any metric used to define the optimisation to be performed. In drill hole planning the cost may be dependent on a distance to be travelled by a drill and/or a motion the drill must perform. The cost may be dependent on travel path length, travel time, operation time, fuel/water usage or any combination of such variables.
  • Drill hole planning differs from the basic Travelling Salesman Problem. First, drill hole planning is an asymmetric Travelling Salesman Problem because the cost of going from hole A to hole B can be significantly different to the cost of going from hole B to hole A; the vehicle's motion may be highly constrained in one of the directions. Second, there are some rules specifying that certain holes must be drilled before others. As an example, precedence should be given to holes near a high wall or a crest.
  • The generalisation of the Travelling Salesman Problem to handle asymmetric costs and precedence constraints leads to what is known as a Sequential Ordering Problem (SOP). SOPs constrain the search space of the asymmetric Travelling Salesman Problem by virtue of the precedence constraints. Regardless, finding the optimal solution for an SOP can still be computationally hard.
  • In addition to the asymmetric costs and precedence constraints, another aspect that makes the drill hole planning problem, in particular, even more difficult to solve is taking the drill's orientation into account (orientation is not a variable that is considered when solving Travelling Salesman Problems). A still further complication is the fact that the environment changes as the drill operates, i.e. a drilled hole becomes an obstacle that must be avoided.
  • In the drill hole planning problem, the number of holes that must be drilled typically varies from 100 to over 200 which means that the SOP that must be solved is large. In general, SOPs with sites of more than about 50 are considered large. Problems including vehicle orientation as a variable (see herein below) can be large with much fewer sites, due to the continuous range of possible orientations.
  • FIG. 1 shows a typical drilling pattern 100 which under conventional drilling operations would be given to a drill operator to plan an appropriate drilling sequence. The drilling plan will typically show hole identification labels 102, location and drill depth 104 and identify particular holes such as angle holes and batter and buffer rows 106 determined according to the geography of the bench to be drilled. It will be seen that it is necessary to develop or to plan a drilling sequence for a very large number of holes, typically more than 100. The sequence plan must take into account any precedence constraints and dynamic obstacles such as already drilled holes. The sequence plan should also take into account the orientation of the drill while navigating from one hole location to the next.
  • FIG. 2 shows an autonomous drill 200. The drill 200 comprises a self-propelled vehicle 202, which runs on a pair of parallel tracks 204 and carries a drill mast 206 with appropriate drilling equipment. The drill vehicle 202 can be driven automatically under autonomous control to specified GPS locations for drilling and the drilling equipment on the vehicle 202 can also be operated under automatic control to drill the blast holes according to the required blast hole pattern. The autonomous drill 200 may be part of an autonomous mining system described, for example, in application PCT/AU2009/000265 “Method and system for exploiting information from heterogeneous sources”, filed on 4 Mar. 2009 and which is incorporated herein by reference.
  • The drill 200 is a tracked vehicle capable of turning on the spot towards any direction. The massive size of the drill 200 and its potential to damage the drilling surface makes accurate positioning over target hole locations difficult. Turning on the spot may not be advisable since such motions increase the chances of damaging already drilled holes by pushing dirt back down the hole requiring drilling out a second time, a very time consuming and undesirable action. The drill can therefore be modelled as a non-holonomic car-like vehicle with a constrained turning radius. This model of the drill allows generation of smooth motion plans with constrained curvature, which when executed preserve the bench's surface.
  • The operators select the first and last hole to drill such that the previously mentioned requirements are satisfied. The last hole is chosen in a location that allows the drill easy access away from the bench for leaving after completion of the drilling task. The first and last holes are generally given along with any precedence constraints as described earlier.
  • An onboard controller (eg tramming controller 814) can translate the velocity and steering angles to the correct commands in order to steer the vehicle according to the sequence plan.
  • FIG. 8 is a functional block diagram of an auto-tramming system 802 that may be used with the drill 200 to implement the drill hole planning methods described herein. For drill automation, the auto tramming unit 802 automatically trams and positions the drill over required hole locations specified in the drill pattern. The drill pattern and the bench geometry may be transmitted to the auto-tramming system 802 over communication link 816. The auto tramming unit 802 includes a path planning module 804 to automatically determine an optimised drill trajectory (indicated for example by waypoints 806) over the bench and a navigation system 808 responsible for the localisation of the drill. The navigation system fuses navigation sensor information to provide vehicle pose, where the pose includes position, velocity and attitude (PVA).
  • The auto tramming unit 802 can be operated in two operational modes. In the operator-aided mode, a user interface 812 informs an operator of the path and the current position of the drill and the operator is responsible for confirming drill positions.
  • In the fully autonomous mode, a tramming controller 814 receives the low-level decisions, providing an interface between the path planner and the navigation system. When a full control system is used for autonomous operation, no operator intervention is required and the status of the drill may be monitored remotely. Partial control is also possible to automate certain actions if an operator is present, e.g. for the autonomous positioning at a drill. The auto tramming unit 802 is designed to operate in conjunction with an auto drilling unit (not shown) in a fully autonomous drilling solution. These two units communicate and the drilling mode is activated when the drill reaches a specific hole location.
  • The path planning module 804 generates a set of waypoints 806 representing the trajectory of the drill. It obtains a geometric bench model and desired drill pattern and generates a drill sequence and trajectory.
  • The auto tramming unit 802 comprises a drill navigation system 808. It is responsible for fusing data from positional sensors for the accurate localisation of the drill. Positional sensors may include an inertial measurement unit (IMU) 820, a GPS 822, dead reckoning sensors 824 such as wheel encoders, higher-level perception sensors 826 based on laser scanners, etc. The use of redundant sensors enables integrity requirements.
  • In one embodiment, the auto tramming unit 802 further includes a safety system sub-unit 810, which may be responsible for monitoring the status of the drill, detecting possible collisions or other anomalies, fault detection and for implementing emergency actions. This sub-unit includes collision sensors 828, internal status monitoring sensors 830 and an emergency stop 832.
  • The low-level control is implemented in a tramming control sub-unit 814. This sub-unit receives waypoints 806 from the path planning module 804 and pose estimates from the navigation system 808. These estimates are used to control the vehicle actuators 834.
  • In the operator-aided mode, the auto tramming unit 802 further comprises a user interface sub-unit 812 and a manual control sub-unit 836. Manual vehicle controls are mechanically connected to the vehicle or connected through drive-by-wire. User interaction overrides autonomous control. The user interface sub-unit 812 is implemented as a display with the drill pattern, drill pose and intended trajectory of the machine. The manual controls sub-unit 836 provides direct access to the actuators 834 of the machine.
  • In one embodiment, the auto tramming unit 802 performs the following tasks:
  • Path planning and optimisation;
  • Autonomous trajectory control on bench;
  • Final position and pose control; and
  • Detection of potential collisions.
  • In other embodiments the path planning module may be implemented on a computer system that is not physically located on the drill 200, and the planned trajectory may be transmitted to the drill over the communications 816.
  • The method for solving the Sequential Ordering Problem as described here can be implemented with the use of software running on a computer system that includes a processor, memory and input/output capability coupled to a system bus. The memory stores instructions that are executed by the processor in order to perform the described method. It will be appreciated that the computer system as described is one example of many possible computer systems which have different architectures.
  • The path planning module 804 and/or the tramming control may be software modules running on the auto-tramming system 802.
  • The drilling pattern problem is a combinatorial optimisation problem which can be formulated as a Generalised Asymmetric Travelling Salesman Problem with precedence constraints. FIG. 3 presents the drill pattern drilling problem as such. The figure shows a pattern with 9 holes arranged in 3 rows. At each location, a small set of possible drill orientations is shown using arrows. The solution to the sequencing problem is to select a tour through each of the partitioned nodes, selecting one orientation out of the sampled set, such that some optimisation criterion is minimised. A possible solution is illustrated by the bold arrows between first and last holes X and Y.
  • The present invention provides a method of solving an ordering problem, taking into account some or all of the constraints described above, by the use of an iterative, hybrid method combining an SOP solver and a motion planner. The method may be used to generate plans for large drilling patterns.
  • Due to the combinatorial complexity of solving an SOP (the first component of the hybrid approach), the SOP solver may make use of an approximate optimisation algorithm. For example a Genetic Algorithm or a Swarm Intelligence algorithm may be used.
  • For the second component of the hybrid approach, the motion planner may use a motion planning algorithm such as a Probabilistic Roadmap (PRM) algorithm or a Rapidly-exploring Randomized Tree (RRT) search to estimate the cost of travelling from one hole to the next taking into account drill orientation, driving capabilities and non-holonomic motion constraints. In comparison to control regulation approaches, such as those based on Pontryagin's Principle, Reeds-Shepp curves, or sinusoids, PRMs and RRTs allow for obstacle avoidance (i.e. not driving over already finished holes) and for the sequence planner to optimise over various metrics, such as path length, number of turns, or travel time.
  • FIG. 4 shows a block diagram of the iterative procedure for solving the drill hole planning problem in accordance with the present invention. The three main steps of the method are:
    • 1. solving the SOP (e.g. using a Genetic Algorithm);
    • 2. motion planning (e.g. using Probabilistic Roadmap Planning or a Rapidly-exploring Randomized Tree algorithm); and
    • 3. updating the cost table based on the trajectories determined in the motion planning.
  • The procedure illustrated in FIG. 4 may be implemented as software running, for example, as the path planning module 804 of the auto-tramming system 802. Given an initial cost table 414 and a drilling pattern 412 (for example the drilling pattern 100 of FIG. 1), the SOP solver 402 employs an optimisation algorithm to produce an approximate solution 410 to the sequential ordering problem. The SOP solver uses an approximate optimisation algorithm, for example, a genetic algorithm (GA). Given this solution the motion planner 404 plans and simulates the drill motions required to execute the sequence derived by the SOP solver 402. The motion planning or simulation is used by functional module 408 to produce revised costs to update the cost table. The revised cost table 406 is then fed back to the SOP solver 402. Because the suitability of possible solutions obtained by the SOP solver 402 depends on the associated cost of a tour, the revised cost table results in an improved solution on the next iteration. This iterative procedure is repeated until convergence is achieved or some other termination criterion such as maximum number of iterations is met. In one arrangement, convergence is achieved if the tour with minimum cost remains the same or within a predefined threshold for two consecutive iterations.
  • Details of the procedure are provided with reference to the three functional modules 402, 404, 408 shown in FIG. 4.
  • 1. Sequential Ordering Problem (SOP)
  • A genetic algorithm operates starting with a small set of solutions, the best of which are selected as building blocks for generating new and better ones. The selection mechanism is based on a fitness criterion which depends on the problem under consideration.
  • There are various ways of implementing genetic algorithms. For example, a genetic algorithm for use with the present invention may operate by:
    • 1 Taking an initial population of individual solutions. The initial population may be selected at random. Alternatively the initial population may be constructed using a suitable heuristic.
    • 2 Using a fitness function is to rank the importance of each individual in the initial population.
    • 3 A selection of the higher ranking individual solutions is identified for giving offspring solutions. Alternatively, the selection may be made by ransom or some solutions may be selected based on their rank and others at random.
    • 4 New individual solutions are generated by a reproduction mechanism that generates a new individual by combining components of the selected solutions (these components are sometimes referred to as ‘genes’). There are two common types of reproduction mechanisms, either of which may be used: a cross-over mechanism in which the genes of two parents are combined to form the offspring; and mutation when given one parent the offspring is a randomly mutated version of the parent.
    • 5 Optionally a local search improvement algorithm is used to improve the fitness of the offspring. Popular local improvement methods try to improve the fitness of an individual by performing 2-opt or 3-opt exchanges among its genes.
    • 6 Steps 2 to 5 are repeated until an end condition is met. The end condition may be a user-specified number of iterations is reached, a better solution than the best one found up to the current iteration has not been found in a specified number of iterations or the improvement made in an iteration, as measured by the fitness function, is below a threshold level. The highest ranking solution, as determined by the fitness function, is then identified as the solution.
  • In one embodiment, the individual solutions (valid solutions that specify a complete order of visiting every hole location in the given pattern) are stored using a precedence binary matrix.
  • Assume an SOP to be solved with N holes to be drilled or cities using the typical TSP terminology. A tour through the cities can be represented using an N×N precedence binary matrix M, which has the following properties encoding a total ordering of the cities,
    • a) if the i-th city comes before the j-th city in the tour then the (i,j) entry in the matrix M is set to 1
    • b) the (i,j) entry is set to 0 for all I such that 1≦i≦N
    • c) the number of 1s in M is
  • N ( N - 1 ) 2
    • d) If the (i,j) and (j,k) entries are 1 then the (i,k) entry is also 1.
  • If the number of 1s in the matrix M is less than the number given above, then the matrix represents a partial ordering of the N cities; adding the remaining number of 1s without violating any of the above conditions generates a legal tour. Accordingly and referring to step 1 above, the matrix M may be initialised with solutions using an Arbitrary Insertion (Al) construction heuristic.
  • Referring in particular to steps 2 to 4, in some embodiments a crossover operator is used to generate new solutions from the fittest individuals in the current generation. For the case of solving an SOP, at each iteration, there is maintained a set of tours or sequences comprising the set of available individuals that can give offspring. Moreover, the fitness criterion is set to be a function of a tour's cost and in one embodiment may equal the tour's cost. Selecting the fittest tours in the current set, a crossover operator can be used to combine parts of them to generate new tours that can potentially be of lower cost. Selecting an appropriate crossover operator factors greatly, in finding good solutions quickly.
  • In some embodiments a 2-tournament mechanism is used to select individuals for cross-over according to their fitness values. The cross-over operator generates an offspring by first propagating the genes from the parents that they have in common as computed using a Maximum Partial Order metric. It then completes the remaining elements of the offspring using the Arbitrary Insertion algorithm which successively selects at random each of the remaining genes and inserts them in the least cost position of the partially constructed tour until all genes have been inserted and a complete individual has been constructed. This mechanism thus does not utilise mutation or a local search improvement algorithm.
  • This commonality-based Maximum Partial Order/Arbitrary Insertion (MPO/AI) crossover operator was introduced in S. Chen, S. Smith, “Commonality and genetic algorithms”, Technical Report CMU-RI-TR-96-27, Robotics Institute, Carnegie Mellon University, Pittsburgh, Pa., December 1996. In summary, given the precedence binary matrix M referred to previously, an algorithm for computing the MPO operates by:
    • 1) Given are 2 matrices M1 and M2 representing 2 complete tours through N cities assuming that both tours start at the same city.
    • 2) Intersect the matrices M1 and M2 to generate the N×N matrix P such that the (i,j) entry of P is set to 1 only if the (i,j) entries of M1 and M2 are both 1; it is set to 0 if otherwise. Note that 1≦i≦N and 1≦j≦N.
    • 3) Sum the columns of P to get the number of predecessors of each city.
    • 4) Build the partial order graph.
    • 4.1) Repeat until all cities have been added to the graph
    • 4.1.1) Find the city with fewest predecessors (break ties at random)
    • 4.1.2) Attach city to the predecessor with the most ordered predecessors (break ties at random).
    • 5) Find the longest path in the graph (break ties at random); this path is the Maximum Partial Order for the two parents M1 and M2
  • The MPO tour can be completed using the Arbitrary Insertion (Al) or any other suitable construction heuristic.
  • Use of the MPO/AI operator to solve a small SOP with nine holes is illustrated in FIG. 5. The figure shows holes located against a high wall 502 and a crest 504 requiring a starting location C and a desired goal location G. The precedence constraints for this problem are defined as follows:
  • 1. Crest (angle-holes): C before B, F before E, and I before H.
  • 2. High-wall (face/adjacent holes): A before D, B before E, and C before F.
  • These constraints satisfy the established drilling guidelines that holes near a crest or a high wall must be drilled first. For this example, the cost to travel between any two holes can be set to the Euclidean distance between them. In this particular case, the cost table is symmetric. The solution is shown in FIG. 5 using arrows and it can be seen that all the constraints are satisfied by the sequence C-B-F-I-H-E-A-D-G.
  • Other cross-over operators may be used or optimisation may be performed differently, for example by a Swarm Intelligence algorithm (see, for example, G. Venter, “Particle swarm optimisation”, AIAA Journal, pp 1583-1589, 2002). Alternative approaches include an Ant Colony Optimisation algorithm as disclosed in L. M. Gambardella, M. Dorigo, “An ant colony system hybridized with a new local search for the sequential ordinary problem”, INFORMS Journal on Computing 12(3), pp 237-255, 2000.
  • Computing the optimal sequence is complicated by the fact that with the exception of special holes the rest can be drilled with the vehicle at any orientation. Because of this the sequencing problem is of the Generalized TSP kind; the Generalised TSP with symmetric costs and no precedence constraints is also similar to the group Steiner tree problem for which computationally efficient approximate solution methods exist. However, dealing with asymmetric costs and precedence constraints add complexity not dealt with by many existing solutions. The drilling problem is a formulation of the Generalised Asymmetric Travelling Salesman Problem with precedence constraints for which approximate solution methods exist but may not scale well to solving large problem instances such as those that arise in mining.
  • Consequently, to reduce the problem into the easier to solve case of a non-partitioned graph considering a single configuration at each hole location, a heuristic method for selecting the orientation of the drill for each hole may be applied. Two example heuristic methods that may be used are:
  • Fixed Orientation: A fixed orientation for all holes is used. Drill patterns are designed to be drilled with the vehicle moving in straight lines and facing towards a fixed direction which is often North, although this depends on the established guidelines for the particular mining operation.
  • Two-step lookahead: The orientation is set according to the direction of motion two steps ahead. The order is the one selected in the last tour computed given the most recently updated cost table. A step is a motion to the next hole in the drilling sequence. Thus, for example, in the illustrative sequence of FIG. 5, assume that the vehicle is at location C facing North towards location B. Then, the orientation at B after completing the motion from C to B will be in the direction of location F which is next in the tour or the second step in motion from C to F via B (the first step is the motion from C to B and the second step is the motion from B to F.)
  • Other heuristics may be used to reduce the number of orientations requiring consideration. One example includes setting a single orientation for each node at random. Another example is randomly selecting a set of two or more possible orientations for each node. Another example is setting the possible orientations as directed towards the nearest neighbouring drill holes, for example those within a defined radius of the location of the current node.
  • Referring to FIG. 4, in one arrangement the drill orientation is set between the SOP solver 402 and the motion planning module 404. Given a drill-hole sequence 410, a drill orientation is set for each location using one of the heuristic methods, and the motion planning module 404 uses the set orientations when generating a path between drill holes.
  • A potential problem with the GA approach to solving the SOP is that a considerable amount of processing time may be required before a good solution is found. However, the end conditions for the GA can be set so that time taken to solve the SOP is only a small fraction of the time required to solve the complete sequencing problem with most time spent on the motion planning (or simulation) component.
  • 2. Motion Planning
  • The motion planning and simulation module 404 considers the motions and input commands that would be needed to control the process of travelling between a set of holes. Motion planning considers both space, in the form of the trajectory to be driven, and time, in the form of velocity and related derivatives. The problem is non-linear because, as with a car, the drill cannot move sideways. It also involves local optimisation because smoother, more efficient motions (e.g. with less jerk and larger radius turns) need to be selected from a continuous control set. Local optimisation is done by factoring machine constraints (i.e. the set of physically achievable operations) such as:
  • Non-holonomic motion: The machine cannot drive along its perpendicular. More specifically the differential constraint that governs the machine's position is not integrable.
  • Traction: If the differential between the track speeds is large, the drill tracks may slip relative to the ground (the drill is a rigid body). This slippage causes wear and adds to navigation uncertainty.
  • Within the set of valid solutions, the motion planning 404 selects optimal motions that factor in operating criteria such as:
  • Turning Radius: While the drill can technically turn on the spot (i.e. its minimum turning radius is zero), such motion is undesirable as it involves high forces and moments which stress the mechanism. Thus it is preferred to turn with larger, smoother arcs.
  • Speed: The tracks drive up to a given speed (for example approximately 1 m/s).
  • Thus the motion found is not only a valid one, but one that is (approximately) optimal against continuous motion variables. This can also be done in conjunction with later optimisations against performance metrics, for example travel distance, consumables, cost and time.
  • The motion planning problem can be approached by modelling the system as a series of differential equations for which adaptive operation is achieved through feedback control laws. While such a control theoretic solution efficiently represents the mechanical limitations in a continuous manner, such a solution is complicated by non-linearity, boundary conditions, contacts, and environmental obstacles. This can be treated through bounding the model with piece-wise functions. Alternatively, this notion can be extended to transform the problem into a discrete, decision-making problem to which a search is applied.
  • This general motion planning problem is normally solved in the configuration space C which is the space of all possible placements of the moving object. Each degree of freedom of the object corresponds to a dimension of the configuration space C. The space C can be separated into free sections Cfree which correspond to areas without obstacles (such as drill holes), and unreachable portions can be labelled Cobstacle. The planner samples space C for free configurations and tries to connect these into a roadmap of feasible motions. The problem is difficult given the number of dimensions and coupling of the problem. However, to find a valid solution the full extent of C is not needed because a (random) candidate solution can be tested for validity. Hence the notion of sampling-based motion planning, which searches in the local space (via a local planner that incorporates short-horizon kinematics or dynamics and differential constraints) from which the total motion plan is assembled.
  • The Probabilistic Roadmap Planner (PRM) is an efficient and provably complete algorithm for such motion planning as shown in K. I. Tsianos, I. A. Sucan, L. E. Kavraki, “Sampling-based robot motion planning: Towards realistic applications”, Computer Science Review, I(1):2-11, 2007.
  • As illustrated in FIG. 6, the PRM operates in a two step manner. First, a graph-search framework is used in which the configuration-space, in the example of drill hole planning the bench including obstacles, is randomly sampled for collision-free placements of the vehicle. Where a random sample indicates a collision-free placement, it is added as a node in a roadmap graph. This is repeated for the required number of nodes. The number of nodes is selected as a trade-off between finding a solution close to the optimal solution and reducing the computation resources required for the PRM.
  • Then the link between pairs of nodes is calculated using a local motion model, called the “local planner,” the solution of which factors relevant dynamics and differential constraints to determine the achievability and metric cost for the randomly sampled configuration space points by leveraging small-time local controllability (see for example, S. M. La Valle. Planning Algorithms. Cambridge University Press, Cambridge, U.K., 2006). Different primitives may be used within the RRT and PRM frameworks depending on the motion planning requirements. For example, Reeds-Shepp curves may be used with an RRT planner and Cornu Spiral steering functions may be used with a PRM planner. Graph-search algorithms, for example, A*, Depth First Search, Breadth First Search may then be used to determine the solution between the initial and final configurations. It should be noted that the PRM approach does not explicitly specify the operating space, local planner, sampling strategy, or search mechanism.
  • In the example shown in FIG. 6, a series of holes 611 have already been drilled adjacent a high wall 612 and must be avoided. The crest 628 provides another constraint. The drill has a specified start location 613 and goal location 614. A number . of sampled states are shown at 615 to 623 and the results of the local planner connecting them are shown by lines 624. The plan found is shown by dark lines 625. One of the sampled states 616 is invalid because it is within the safety bounds 626 of one of the drilled holes 611.
  • Two of the drill's constraints are that the drill cannot drive sideways, and its turning speed is limited by the rate of an individual track because the drill turns by slowing down one of its tracks. Given low speeds, the drill can be modelled as a “simple” kinematic car moving on a plane. The drill's motion is modelled in both operation space, that is the global, external (GPS) location of the drill as described with reference to FIG. 6, as well as configuration space (the local location and orientation of the drill on the plane).
  • Referring to FIG. 7, the motion planner determines the motion in the drill's configuration space (local position (x,y) and heading (θ)) by searching for valid motions (velocity (v) and turn-rate (ω)) that are admissible given the actuator control in terms of track speeds Strack L/R for the nearby vicinity. The drill's external, state-space position is then checked to be valid and obstacle free.
  • The drill's configuration space is C=(x,y,θ). The non-holonomic constraint can be simplified as

  • {dot over (x)}sin(θ)−{dot over (y)}cos(θ)=0  (1)
  • and
  • ω = ( S track R - S track L ) d ( 2 )
  • The drill mechanics limit the track speeds. The control of their motion can be represented as u=(uright, uleft). This can be normalised against the maximum speed to give u ε[−1,1] which is to say that the drill tracks can go full speed forward or full speed backwards. However, to reduce skid and stress on the tracks, it is desirable to select solutions that limit ω (i.e. limit the difference between Strack R and Strack L).
  • To constrain the drill's motion to a greater than a non-zero minimum turning radius, for example so that the drill moves about a centre of rotation not on the vehicle, the drill's motion can instead be modelled as follows. The drill's motion is constrained by the track speeds (Strack R and Strack L) and the minimum turning radius. Given a baseline, d, and assuming a left (counter-clockwise positive) turn, a turning ratio is defined as:
  • K = S track R S track L ( 3 )
  • The turning radius, R, can then be written as:
  • R = d ( K + 1 ) 2 ( K - 1 ) ( 4 )
  • and the angular velocity of the turn can then be written as:
  • ω = S track L ( K - 1 ) d ( 5 )
  • As an any-time method, a sequence is always available and with its quality being improved while the solution is being iterated. Given a user-specified metric (e.g. minimum operation time), the simulation is used to determine the quality of a sequence as part of an optimisation of the result.
  • As an alternative technique to PRM for assessing the true cost of travelling from one hole location to the next, the motion planner may use a randomized motion planning algorithm such as the bi-directional Rapidly-exploring Randomized Tree (RRT) algorithm described in P. Cheng, Z. Shen, S. M. La Valle, “RRT-based trajectory design for autonomous automobiles and space-craft”, Archives of Control Sciences 11 (3-4), pp 167-194, 2001.
  • The motion planner generates a valid path connecting two configurations of the drill vehicle modelled using non-holonomic constraints. Because the PRM and RRT algorithms uses sparse sampling, they are not guaranteed to find the shortest path between any two configurations (although if given sufficient time and if a solution for the problems exists, RRTs would be guaranteed to find this solution). A post-processing step can be used to shorten the computed trajectories. This step generates shorter paths than the basic algorithm. It can be shown that such multi-goal planners will converge if the estimated tour cost is not larger than twice the optimal tour cost.
  • As an example of the post-processing step, consider a PRM planner with a spiral steering function trying to find a path from state Cfree i to state Cfree l. The planner finds a path that goes through two intermediate states Cfree j and Cfree k such that the solution is Cfree i→Cfree j→Cfree k→Cfree l. It is possible that a direct and shorter path from Cfree i to Cfree k free exists such that there is no need to go through Cfree j. The post-processing step tries to find such shortcuts that were missed by the PRM method. So, if a path Cfree i→Cfree k that is shorter than Cfree i→Cfree j→Cfree k exists, then the final path becomes Cfree i→Cfree kC→Cfree l. The post-processing step may use any suitable heuristic. An example is dividing a tour into a number of paths, randomly selecting non-adjacent pairs of states within a path and then applying the PRM planner to that local problem to attempt to find a better solution. The post-processing step may be limited, for example, by selecting a fixed number of paths from a tour and a fixed number of pairs of states within each path.
  • In some embodiments, the path planning may be performed using a look-up table, either alone or in combination with a solution to the path planning problem described above.
  • Where the bench has previously been travelled by a vehicle, for example a manually operated vehicle and the path travelled has been recorded, then the travel path may be entered into a look-up table. For example, the travel path may be entered as a series of waypoints entered as co-ordinates on the bench. Following completion of an iteration of the SOP solver, the look-up table is consulted for adjacent waypoints that correspond to consecutive drill hole locations. The requirement for correspondence includes a specified tolerance, for example 1 metre in any direction. Where two waypoints and two drill sites correspond in this way, the path travelled between the waypoints is used as the path between the corresponding drill sites and the cost of travel, according the selected cost metric is entered into the updated cost table (see below). Where an sequential pair of drill sites do not correspond to adjacent waypoints, or if the trajectory between the corresponding waypoints is not clear (i.e. it directs the vehicle to traverse an obstacle), then the path planner, for example the PRM planner, is used to resolve a path as described above.
  • For some drill hole patterns, particularly those with a well established look-up table of possible motions through the bench, the number of iterations through the SOP solver and motion planner may be substantially reduced. In the limit, the SOP and motion planner may be run once and not repeated.
  • 3. Updating the Cost Table
  • The initial cost table used for the first iteration of the SOP solver may be set as a lower bound of the cost metric that has been selected. For example, if the cost metric is distance, then the initial cost table may be set as the straight line distance between drill hole sites.
  • The trajectories computed by the motion planning module 404, including any trajectories determined using a look-up table as described above, are used to calculate the cost of moving from hole to hole according to the sequence provided by the SOP solver 402. As previously described, the cost is calculated using specified metrics that may, for example, be a function of variables including path length, time required for trajectory, fuel usage etc. Obstacles and other constraints are encoded implicitly in the cost table 406.
  • The updated cost table 406 is fed back as an input to the next iteration of the SOP solver 402.
  • 4. General Application
  • The specific algorithms discussed above have been advanced by way of example only. It is to be understood that other algorithms may be used in the SOP solver and/or the motion planner to perform iterative procedures in accordance with the present invention. Furthermore the application is not limited to drill hole planning, but can be extended to include, for example, path planning for machines. The iterative procedures outlined herein may be applied generally to sequential ordering problems in which a machine has to travel to a series of locations in an environment with obstacles and in which the machine's motion constraints affect the travel between points in the sequence. The described procedures are generally applicable to a variety of vehicle classes (including, for example, cars, trailers and segmented vehicles). Examples of applications include allocating machines in underground block caving mining operations.
  • As explained above, the formation of a hole-drilling sequence plan has a number of characteristics that distinguish it from the standard travelling salesman problem. These characteristics include asymmetry in cost between locations, precedence of locations, orientation of the machine and environmental changes caused by the travelling machine. These characteristics may be present in other ordering problems, to a greater or lesser extent and the iterative process of the present invention may be applied to sub-combinations of these characteristics. For example, the use of orientation as a cost metric may be omitted, so that there is a combination of asymmetric cost tables, precedence and environmental changes that can be dealt with using the iterative process as described above. Further examples are accommodating the combination of precedence and environmental changes, with or without orientation and with or without asymmetry. In other combinations environmental changes may be omitted from the constraints.
  • In addition, further variables may be added to the characteristics without departing from the scope of the present invention.
  • It will be understood that the invention disclosed and defined in this specification extends to all alternative combinations of two or more of the individual features mentioned or evident from the text or drawings. All of these different combinations constitute various alternative aspects of the invention.

Claims (30)

1. A method for producing a hole drilling sequence plan for drilling blast holes with a mobile drill at locations in a drilling pattern, comprising:
determining an initial cost table of costs of drill travel between drill hole locations in said pattern;
inputting into a Sequential Ordering Problem (SOP) solver data reflecting said pattern of locations and the initial cost table to derive by a SOP solving procedure a potentially optimal drilling sequence;
inputting data reflecting the potentially optimal drilling sequence into a motion planner to derive by a motion planning procedure a plan of drill motions through the potentially optimal drilling sequence and revised costs of drill travel between drill locations resulting from that plan; and
successively repeating the SOP solving and motion planning procedures by operation of the SOP solver and motion planner with successive revisions of the cost table inputted to the SOP solver reflecting the revised costs derived by motion planner.
2. A method as claimed in claim 1, further comprising determining precedence constraints requiring that holes at certain locations in said pattern must be drilled before holes at other locations in the pattern and inputting data reflecting those precedence constraints into the SOP solver so that the SOP solver takes those precedence constraints into account when deriving the potentially optimal drilling sequence.
3. A method as claimed in claim 1 or claim 2, further comprising determining a preferred drill orientation for each of said locations and inputting data reflecting the preferred drill orientations into the motion planner so that the motion planner takes that data into account when deriving the plan of drill motions.
4. A method as claimed in any one of the preceding claims, comprising motion constraints to movements of the drill and inputting data reflecting those drill motion constraints into the motion planner so that the motion planner takes those motion constraints into account when deriving the plan of drill motions.
5. A method as claimed in claim 4, wherein the motion constraints include an obstacle avoidance constraint.
6. A method as claimed in claim 5, wherein the obstacle avoidance constraint prevents a drill travel path which would result in travelling over an already drilled hole.
7. A method as claimed in any one of claims 4 to 7, wherein the motion constraints include non-holonomic motion constraints limiting the possible directions of travel of the drill.
8. A method as claimed in any one of claims 4 to 7, wherein the motion constraints include limits on maximum speed of motion of the drill.
9. A method as claimed in any one of claims 4 to 8, wherein the motion constraints include limits on the rate of change of direction of motion of the drill.
10. A method as claimed in any one of the preceding claims, wherein the successive repetitions of the SOP solving and motion planning procedures are continued until a predetermined termination criterion is met.
11. A method as claimed in claim 10, wherein the termination criterion is met if successive plans generated by the motion planner are the same or within a predetermined threshold of similarity.
12. A method as claimed in claim 10 or claim 11, wherein the termination criterion is met by completion of a predetermined number of repetitions of the SOP solving and motion planning procedures.
13. A method as claimed in any one of the preceding claims, wherein the SOP solver uses a genetic algorithm.
14. A method as claimed in any one of claims 1 to 12, wherein the SOP solver uses a Swarm Intelligence algorithm.
15. A method as claimed in any one of claims 1 to 12, wherein the SOP solver uses an Ant Colony Optimisation algorithm.
16. A method as claimed in any one of the preceding claims wherein the motion planner uses a Probabilistic Roadmap motion planning algorithm.
17. A method as claimed in any one of the preceding claims, wherein the motion planner uses a Rapidly-exploring Randomized Tree algorithm.
18. A method of operating an autonomous drill to drill blast holes in surface mining wherein the drill is caused to execute a drilling sequence derived by a method as claimed in any one of the preceding claims.
19. A method as claimed in claim 18, wherein the autonomous drill is controlled to execute a plan of drill motions derived by the motion planner referred to in claim 1.
20. Apparatus for producing a hole drilling sequence plan for drilling blast holes with a mobile drill, comprising:
a Sequential Ordering Problem (SOP) solver to receive data reflecting a pattern of locations at which holes are to be drilled and a cost table of costs of drill travel between the drill hole locations in said pattern and operable to derive by a SOP solving procedure a potential optimal drilling sequence;
a motion planner to receive data reflecting the potentially optimal sequence derived by the SOP solver and to derive by a motion planning procedure a plan of drill motions through the potentially optimal drilling sequence and revised costs of drill travel between the drill locations resulting from that plan; and
a data transfer connection between the motion planner and the SOP solver to feed the revised costs to the SOP solver whereby the SOP solver and the motion planner can perform successive SOP solving and motion planning procedures with successive revisions of the cost table inputted to the SOP solver reflecting the revised costs generated by the motion planner.
21. Apparatus as claimed in claim 20, wherein the SOP solver is also able to receive data reflecting precedence constraints requiring that holes at certain locations in said pattern must be drilled before holes at other locations in the pattern so that the SOP solver takes those precedence constraints into account when deriving the potentially optimal drilling sequence.
22. Apparatus as claimed in claim 20 or claim 21, wherein the motion planner is able to receive data reflecting preferred drill orientations at said locations so that the motion planner takes that data into account when generating the plan of drill motions.
23. Apparatus as claimed in anyone of claims 20 to 22, wherein the motion planner is able to receive data reflecting drill motion constraints so that the motion planner takes those motion constraints into account when generating the plan of drill motions.
24. Apparatus as claimed in any one of claims 20 to 22, wherein the SOP solver uses a genetic algorithm.
25. Apparatus as claimed in any one of claims 20 to 24, wherein the motion planner uses a Probabilistic Roadmap motion planning algorithm.
26. A method for producing a sequence plan for a machine to travel to a series of specified locations, comprising:
determining an initial cost table of costs of travel between said specified locations;
inputting into a Sequential Ordering Problem (SOP) solver data reflecting said pattern of locations and the initial cost table to derive by a SOP solving procedure a potentially optimal sequence;
inputting data reflecting the potentially optimal sequence into a motion planner to derive by a motion planning procedure a plan of machine motions through the potentially optimal sequence and revised costs of machine travel between locations resulting from that plan; and
successively repeating the SOP solving and motion planning procedures by operation of the SOP solver and motion planner with successive revisions of the cost table inputted to the SOP solver reflecting the revised costs derived by motion planner.
27. A computer program comprising machine-readable program code for controlling the operation of a data processing apparatus on which the program code executes to perform the method of any one of claims 1-19 and 26.
28. A computer program product comprising machine-readable program code recorded on a machine-readable recording medium, for controlling the operation of a data processing apparatus on which the program code executes to perform the method of any one of claims 1-19 and 26.
29. A method for producing a sequence plan for a series of specified locations in a configuration space, comprising:
inputting into a Sequential Ordering Problem (SOP) solver data reflecting said pattern of locations and an initial cost table to derive by a SOP solving procedure a potentially optimal sequence;
inputting data reflecting the potentially optimal sequence into a motion planner to derive by a motion planning procedure a plan of motion through the potentially optimal sequence.
30. The method of claim 29, wherein the motion planner evaluates a previously recorded path within the configuration space, matches said path with adjacent specified locations within the potentially optimal sequence and uses said previously recorded path as part of the plan of motion if there is a match.
US13/264,740 2009-04-17 2010-04-16 Drill hole planning Expired - Fee Related US9129236B2 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
AU2009901656A AU2009901656A0 (en) 2009-04-17 Drill hole planning
AU2009901656 2009-04-17
PCT/AU2010/000422 WO2010118470A1 (en) 2009-04-17 2010-04-16 Drill hole planning

Publications (2)

Publication Number Publication Date
US20120024605A1 true US20120024605A1 (en) 2012-02-02
US9129236B2 US9129236B2 (en) 2015-09-08

Family

ID=42982054

Family Applications (1)

Application Number Title Priority Date Filing Date
US13/264,740 Expired - Fee Related US9129236B2 (en) 2009-04-17 2010-04-16 Drill hole planning

Country Status (5)

Country Link
US (1) US9129236B2 (en)
AU (1) AU2010237608B2 (en)
CA (1) CA2758744A1 (en)
CL (1) CL2011002562A1 (en)
WO (1) WO2010118470A1 (en)

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120103598A1 (en) * 2010-11-02 2012-05-03 Caterpillar Inc. Sequencing algorithm for planned drill holes
CN102663183A (en) * 2012-03-31 2012-09-12 浙江大学 Blasting simulation method in digital mine
WO2014131080A1 (en) * 2013-02-27 2014-09-04 Technologies Resources Pty Ltd A method of generating a drill hole sequence plan and drill hole sequence planning equipment
US20140288759A1 (en) * 2009-11-16 2014-09-25 Flanders Electric Motor Service, Inc. Systems and methods for controlling positions and orientations of autonomous vehicles
CN104484510A (en) * 2014-11-28 2015-04-01 大连理工大学 Novel hoisting action planning method for crane
CN105223331A (en) * 2015-09-01 2016-01-06 鞍钢集团矿业公司 A kind of rock mates preferred explosion bulge test method with explosive
US20160215606A1 (en) * 2015-01-28 2016-07-28 Schlumberger Technology Corporation Methods and computing systems for processing and transforming collected data to improve drilling productivity
WO2017087519A1 (en) * 2015-11-16 2017-05-26 Abb Schweiz Ag Automatically scanning and representing an environment with collision avoidance
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
US20180284769A1 (en) * 2017-03-29 2018-10-04 Mitsubishi Electric Research Laboratories, Inc. Vehicle Motion Control System and Method
WO2019127361A1 (en) * 2017-12-29 2019-07-04 深圳中兴力维技术有限公司 Circuit model implementation method and apparatus, and computer-readable storage medium
US10595455B2 (en) * 2017-06-19 2020-03-24 Cnh Industrial America Llc Planning system for an autonomous work vehicle system
WO2020163302A1 (en) * 2019-02-05 2020-08-13 Dyno Nobel Inc. Systems for automated blast design planning and methods related thereto
WO2021040787A1 (en) * 2019-08-23 2021-03-04 Landmark Graphics Corporation Well path drilling trajectory and control for geosteering
US11168564B2 (en) * 2015-10-01 2021-11-09 Epiroc Rock Drills Aktiebolag Method and system for assigning tasks to mining and/or construction machines
AU2016330207B2 (en) * 2015-10-01 2022-05-12 Epiroc Rock Drills Aktiebolag Method and system for assigning tasks to drill rigs
US11416645B2 (en) 2019-02-05 2022-08-16 Dyno Nobel Inc. Systems for automated blast design planning and methods related thereto
US11423493B2 (en) * 2016-12-09 2022-08-23 Schlumberger Technology Corporation Combinatorial solver and logic solver planner
US11465282B2 (en) * 2018-08-27 2022-10-11 Teradyne, Inc. System and method for multi-goal path planning
US11514383B2 (en) * 2019-09-13 2022-11-29 Schlumberger Technology Corporation Method and system for integrated well construction
CN117773370A (en) * 2024-02-27 2024-03-29 吉林大学 Planning method and device for punching path of circuit board, computer equipment and medium

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
AU2011334609A1 (en) * 2010-11-25 2013-06-27 Technological Resources Pty. Limited Apparatus and method for obtaining information from drilled holes for mining
US20120143577A1 (en) * 2010-12-02 2012-06-07 Matthew Szyndel Prioritizing well drilling propositions
CN102193521B (en) * 2011-05-23 2013-01-02 西安理工大学 Multi-hole parallel processing method based on genetic algorithm
GB2498943A (en) * 2012-01-31 2013-08-07 Ibm Evaluating and optimizing a trajectory function
CN109333160B (en) * 2018-10-09 2020-09-22 西北工业大学 Online monitoring method for abrasion form and abrasion state of drill bit in high-temperature alloy drilling process
WO2020190942A1 (en) 2019-03-18 2020-09-24 Magnetic Variation Services, Llc Steering a wellbore using stratigraphic misfit heat maps
US10590757B1 (en) 2019-04-09 2020-03-17 Erdos Miller, Inc. Measurement while drilling communication scheme
CN110175358B (en) * 2019-04-24 2020-08-04 山东科技大学 Construction method of mining production planning space-time constraint model
US11946360B2 (en) 2019-05-07 2024-04-02 Magnetic Variation Services, Llc Determining the likelihood and uncertainty of the wellbore being at a particular stratigraphic vertical depth
CN110243371A (en) * 2019-06-11 2019-09-17 五邑大学 A kind of the screwed lock paths planning method using ant group algorithm
FI3789579T3 (en) * 2019-09-05 2023-03-02 Sandvik Mining & Construction Oy Apparatus, method and software product for drilling sequence planning
US20210252659A1 (en) * 2020-02-14 2021-08-19 Caterpillar Global Mining Llc System and method for automated drilling activity monitoring
CN111428404A (en) * 2020-03-20 2020-07-17 中南大学 Random noise analysis method and system based on sequence planning sampling point technology
WO2023147097A1 (en) * 2022-01-31 2023-08-03 Schlumberger Technology Corporation Offset well identification and parameter selection

Citations (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3721471A (en) * 1971-10-28 1973-03-20 Du Pont Drill-and-blast module
US3877373A (en) * 1969-11-19 1975-04-15 Du Pont Drill-and-blast process
US3896885A (en) * 1970-12-11 1975-07-29 Skanska Cementgjuteriet Ab System for automatically aligning and/or moving in a parallel movement path a guide seating structure adapted for guiding the movement of a tool mounted thereon
US4113033A (en) * 1974-12-19 1978-09-12 Atlas Copco Aktiebolag Method and arrangement for positioning a working tool to a predetermined direction and/or a predetermined point
US4230189A (en) * 1977-06-07 1980-10-28 Toyo Kogyo Co., Ltd. Drilled hole end adjusting arrangement
US4501199A (en) * 1982-02-12 1985-02-26 Mazda Motor Corporation Automatically controlled rock drilling apparatus
US4639868A (en) * 1984-03-24 1987-01-27 Mazda Motor Corporation Control method for drilling apparatus which makes use of a final drilling pattern transformed from primary and secondary patterns
US5200677A (en) * 1991-07-18 1993-04-06 International Business Machines Corporation Method and apparatus for controlling positioning means
US5533841A (en) * 1993-09-10 1996-07-09 International Business Machines Corporation Apparatus and method of drilling
US5805452A (en) * 1996-08-01 1998-09-08 The United States Of America As Represented By The Secretary Of Agriculture System and method for materials process control
US6495791B2 (en) * 2000-05-16 2002-12-17 General Scanning, Inc. Method and subsystem for generating a trajectory to be followed by a motor-driven stage when processing microstructures at a laser-processing site
US20040108110A1 (en) * 1998-11-20 2004-06-10 Zupanick Joseph A. Method and system for accessing subterranean deposits from the surface and tools therefor
US6772105B1 (en) * 1999-09-08 2004-08-03 Live Oak Ministries Blasting method
US6792363B1 (en) * 2003-06-17 2004-09-14 Honeywell International, Inc. System and method for trajectory optimization using adaptive navigation performance estimation
US20040216922A1 (en) * 2001-12-03 2004-11-04 Sandvik Tamrock Oy Method for controlling a drilling sequence, a rock drilling apparatus and a computer programme to form a drilling sequence
US20060124360A1 (en) * 2004-11-19 2006-06-15 Halliburton Energy Services, Inc. Methods and apparatus for drilling, completing and configuring U-tube boreholes
US20070179685A1 (en) * 2005-09-29 2007-08-02 Mark Milam Trajectory generation using non-uniform rational B-splines
US7267182B2 (en) * 2001-10-19 2007-09-11 Sandvik Tamrock Oy Rock drilling rig and rock breaking machine
US7289871B2 (en) * 2003-03-10 2007-10-30 Atlas Copco Rock Drills Ab Drilling apparatus
US20070294029A1 (en) * 2006-06-19 2007-12-20 D Andrea Raffaello System and method for managing mobile drive units
US20090053004A1 (en) * 2006-03-03 2009-02-26 Honda Motor Co., Ltd. Machine tool and method of controlling machine tool
US20090196699A1 (en) * 2008-02-05 2009-08-06 Amr Elfizy Method for drilling holes according to an optimized sequence
US20090240481A1 (en) * 2008-03-04 2009-09-24 Hugh Durrant-Whyte Method and system for exploiting information from heterogeneous sources
US20100017046A1 (en) * 2008-03-16 2010-01-21 Carol Carlin Cheung Collaborative engagement for target identification and tracking
US20100044107A1 (en) * 2006-12-22 2010-02-25 Martti Keskinen Designing drilling pattern for excavating rock cavern
US7681660B2 (en) * 2005-06-27 2010-03-23 Sandvik Mining And Construction Oy Arrangement for positioning drilling unit
US20120046983A1 (en) * 2009-05-01 2012-02-23 Eric Nettleton Planning system for autonomous operation
US20120103598A1 (en) * 2010-11-02 2012-05-03 Caterpillar Inc. Sequencing algorithm for planned drill holes
US8392014B2 (en) * 2006-12-22 2013-03-05 Sandvik Mining & Construction Oy Designing drilling pattern for excavating rock cavern

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE4424037C2 (en) * 1994-07-11 1997-11-20 Ibm Process and system for automatic, computer system-based optimization
US6619406B1 (en) 1999-07-14 2003-09-16 Cyra Technologies, Inc. Advanced applications for 3-D autoscanning LIDAR system
US7725258B2 (en) 2002-09-20 2010-05-25 M7 Visual Intelligence, L.P. Vehicle based data collection and processing system and imaging sensor system and methods thereof
US20050283294A1 (en) 2004-06-16 2005-12-22 Lehman Allen A Jr Method and apparatus for machine guidance at a work site

Patent Citations (35)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3877373A (en) * 1969-11-19 1975-04-15 Du Pont Drill-and-blast process
US3896885A (en) * 1970-12-11 1975-07-29 Skanska Cementgjuteriet Ab System for automatically aligning and/or moving in a parallel movement path a guide seating structure adapted for guiding the movement of a tool mounted thereon
US3721471A (en) * 1971-10-28 1973-03-20 Du Pont Drill-and-blast module
US4113033A (en) * 1974-12-19 1978-09-12 Atlas Copco Aktiebolag Method and arrangement for positioning a working tool to a predetermined direction and/or a predetermined point
US4230189A (en) * 1977-06-07 1980-10-28 Toyo Kogyo Co., Ltd. Drilled hole end adjusting arrangement
US4501199A (en) * 1982-02-12 1985-02-26 Mazda Motor Corporation Automatically controlled rock drilling apparatus
US4639868A (en) * 1984-03-24 1987-01-27 Mazda Motor Corporation Control method for drilling apparatus which makes use of a final drilling pattern transformed from primary and secondary patterns
US5200677A (en) * 1991-07-18 1993-04-06 International Business Machines Corporation Method and apparatus for controlling positioning means
US5533841A (en) * 1993-09-10 1996-07-09 International Business Machines Corporation Apparatus and method of drilling
US5805452A (en) * 1996-08-01 1998-09-08 The United States Of America As Represented By The Secretary Of Agriculture System and method for materials process control
US20040108110A1 (en) * 1998-11-20 2004-06-10 Zupanick Joseph A. Method and system for accessing subterranean deposits from the surface and tools therefor
US8297377B2 (en) * 1998-11-20 2012-10-30 Vitruvian Exploration, Llc Method and system for accessing subterranean deposits from the surface and tools therefor
US6772105B1 (en) * 1999-09-08 2004-08-03 Live Oak Ministries Blasting method
US20050010385A1 (en) * 1999-09-08 2005-01-13 Heck Jay Howard Blasting method
US6495791B2 (en) * 2000-05-16 2002-12-17 General Scanning, Inc. Method and subsystem for generating a trajectory to be followed by a motor-driven stage when processing microstructures at a laser-processing site
US7267182B2 (en) * 2001-10-19 2007-09-11 Sandvik Tamrock Oy Rock drilling rig and rock breaking machine
US6957707B2 (en) * 2001-12-03 2005-10-25 Sandvik Intellectual Property Ab Method for controlling a drilling sequence, a rock drilling apparatus and a computer programme to form a drilling sequence
US20040216922A1 (en) * 2001-12-03 2004-11-04 Sandvik Tamrock Oy Method for controlling a drilling sequence, a rock drilling apparatus and a computer programme to form a drilling sequence
US7289871B2 (en) * 2003-03-10 2007-10-30 Atlas Copco Rock Drills Ab Drilling apparatus
US6792363B1 (en) * 2003-06-17 2004-09-14 Honeywell International, Inc. System and method for trajectory optimization using adaptive navigation performance estimation
US20060124360A1 (en) * 2004-11-19 2006-06-15 Halliburton Energy Services, Inc. Methods and apparatus for drilling, completing and configuring U-tube boreholes
US7681660B2 (en) * 2005-06-27 2010-03-23 Sandvik Mining And Construction Oy Arrangement for positioning drilling unit
US20070179685A1 (en) * 2005-09-29 2007-08-02 Mark Milam Trajectory generation using non-uniform rational B-splines
US20090053004A1 (en) * 2006-03-03 2009-02-26 Honda Motor Co., Ltd. Machine tool and method of controlling machine tool
US20070294029A1 (en) * 2006-06-19 2007-12-20 D Andrea Raffaello System and method for managing mobile drive units
US20100044107A1 (en) * 2006-12-22 2010-02-25 Martti Keskinen Designing drilling pattern for excavating rock cavern
US8392014B2 (en) * 2006-12-22 2013-03-05 Sandvik Mining & Construction Oy Designing drilling pattern for excavating rock cavern
US8214073B2 (en) * 2006-12-22 2012-07-03 Sandvik Mining And Construction Oy Designing drilling pattern for excavating rock cavern
US20090196699A1 (en) * 2008-02-05 2009-08-06 Amr Elfizy Method for drilling holes according to an optimized sequence
US20090240481A1 (en) * 2008-03-04 2009-09-24 Hugh Durrant-Whyte Method and system for exploiting information from heterogeneous sources
US8315838B2 (en) * 2008-03-04 2012-11-20 The University Of Sydney Method and system for exploiting information from heterogeneous sources
US20100017046A1 (en) * 2008-03-16 2010-01-21 Carol Carlin Cheung Collaborative engagement for target identification and tracking
US8244469B2 (en) * 2008-03-16 2012-08-14 Irobot Corporation Collaborative engagement for target identification and tracking
US20120046983A1 (en) * 2009-05-01 2012-02-23 Eric Nettleton Planning system for autonomous operation
US20120103598A1 (en) * 2010-11-02 2012-05-03 Caterpillar Inc. Sequencing algorithm for planned drill holes

Non-Patent Citations (6)

* Cited by examiner, † Cited by third party
Title
Dowd, P. A., and P. C. Dare-Bryan. "Planning, designing and optimising production using geostatistical simulation." Proceedings of the International Symposium on Orebody Modelling and Strategic Mine Planning: Uncertainty and Risk Management. Hyatt Regency, Perth. 2005. *
iatha Krishna Sundar, Damodar Acharya, Blast schedule planning and shiftwise production scheduling of an opencast iron ore mine, Computers & Industrial Engineering, Volume 28, Issue 4, October 1995, Pages 927-935, ISSN 0360-8352 *
J.E. Everett, Computer aids for production systems management in iron ore mining, International Journal of Production Economics, Volume 110, Issues 1-2, October 2007, Pages 213-223, ISSN 0925-5273 *
Le Ny, Jerome. Performance optimization for unmanned vehicle systems. Diss. Massachusetts Institute of Technology, 2008. *
Ortiz, Julián M., and Xavier Emery. "Integrating Multiple Point Statistics in Sequential Simulation." *
Ortiz, Julián M., Enrique Rubio, and Juan Luis Yarmuch. "An optimization algorithm to assess different reserves models for open pit short term planning." (2007). *

Cited By (34)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9329596B2 (en) * 2009-11-16 2016-05-03 Flanders Electric Motor Service, Inc. Systems and methods for controlling positions and orientations of autonomous vehicles
US20140288759A1 (en) * 2009-11-16 2014-09-25 Flanders Electric Motor Service, Inc. Systems and methods for controlling positions and orientations of autonomous vehicles
US20120103598A1 (en) * 2010-11-02 2012-05-03 Caterpillar Inc. Sequencing algorithm for planned drill holes
US8733473B2 (en) * 2010-11-02 2014-05-27 Caterpillar Inc. Sequencing algorithm for planned drill holes
CN102663183A (en) * 2012-03-31 2012-09-12 浙江大学 Blasting simulation method in digital mine
US11073000B2 (en) 2013-02-27 2021-07-27 Technological Resources Pty Limited Method of generating a drill hole sequence plan and drill hole sequence planning equipment
WO2014131080A1 (en) * 2013-02-27 2014-09-04 Technologies Resources Pty Ltd A method of generating a drill hole sequence plan and drill hole sequence planning equipment
US11725484B2 (en) 2013-02-27 2023-08-15 Technological Resources Pty Limited Method of generating a drill hole sequence plan and drill hole sequence planning equipment
AU2014223301B2 (en) * 2013-02-27 2018-02-15 Technological Resources Pty Limited A method of generating a drill hole sequence plan and drill hole sequence planning equipment
AU2014223301A8 (en) * 2013-02-27 2018-07-19 Technological Resources Pty Limited A method of generating a drill hole sequence plan and drill hole sequence planning equipment
AU2014223301B8 (en) * 2013-02-27 2018-07-19 Technological Resources Pty Limited A method of generating a drill hole sequence plan and drill hole sequence planning equipment
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
CN104484510A (en) * 2014-11-28 2015-04-01 大连理工大学 Novel hoisting action planning method for crane
US20160215606A1 (en) * 2015-01-28 2016-07-28 Schlumberger Technology Corporation Methods and computing systems for processing and transforming collected data to improve drilling productivity
US10401808B2 (en) * 2015-01-28 2019-09-03 Schlumberger Technology Corporation Methods and computing systems for processing and transforming collected data to improve drilling productivity
CN105223331A (en) * 2015-09-01 2016-01-06 鞍钢集团矿业公司 A kind of rock mates preferred explosion bulge test method with explosive
AU2016330207B2 (en) * 2015-10-01 2022-05-12 Epiroc Rock Drills Aktiebolag Method and system for assigning tasks to drill rigs
US11168564B2 (en) * 2015-10-01 2021-11-09 Epiroc Rock Drills Aktiebolag Method and system for assigning tasks to mining and/or construction machines
US10341639B2 (en) 2015-11-16 2019-07-02 Abb Schweiz Ag Automatically scanning and representing an environment with collision avoidance
WO2017087519A1 (en) * 2015-11-16 2017-05-26 Abb Schweiz Ag Automatically scanning and representing an environment with collision avoidance
US11423493B2 (en) * 2016-12-09 2022-08-23 Schlumberger Technology Corporation Combinatorial solver and logic solver planner
US20180284769A1 (en) * 2017-03-29 2018-10-04 Mitsubishi Electric Research Laboratories, Inc. Vehicle Motion Control System and Method
US10663966B2 (en) * 2017-03-29 2020-05-26 Mitsubishi Electric Research Laboratories, Inc. Vehicle motion control system and method
US10595455B2 (en) * 2017-06-19 2020-03-24 Cnh Industrial America Llc Planning system for an autonomous work vehicle system
WO2019127361A1 (en) * 2017-12-29 2019-07-04 深圳中兴力维技术有限公司 Circuit model implementation method and apparatus, and computer-readable storage medium
US11465282B2 (en) * 2018-08-27 2022-10-11 Teradyne, Inc. System and method for multi-goal path planning
US11416645B2 (en) 2019-02-05 2022-08-16 Dyno Nobel Inc. Systems for automated blast design planning and methods related thereto
WO2020163302A1 (en) * 2019-02-05 2020-08-13 Dyno Nobel Inc. Systems for automated blast design planning and methods related thereto
US11797726B2 (en) 2019-02-05 2023-10-24 Dyno Nobel Inc. Systems for automated blast design planning and methods related thereto
GB2600306A (en) * 2019-08-23 2022-04-27 Landmark Graphics Corp Well path drilling trajectory and control for geosteering
WO2021040787A1 (en) * 2019-08-23 2021-03-04 Landmark Graphics Corporation Well path drilling trajectory and control for geosteering
GB2600306B (en) * 2019-08-23 2023-04-26 Landmark Graphics Corp Well path drilling trajectory and control for geosteering
US11514383B2 (en) * 2019-09-13 2022-11-29 Schlumberger Technology Corporation Method and system for integrated well construction
CN117773370A (en) * 2024-02-27 2024-03-29 吉林大学 Planning method and device for punching path of circuit board, computer equipment and medium

Also Published As

Publication number Publication date
AU2010237608A1 (en) 2011-11-03
AU2010237608B2 (en) 2015-06-25
US9129236B2 (en) 2015-09-08
CA2758744A1 (en) 2010-10-21
WO2010118470A1 (en) 2010-10-21
CL2011002562A1 (en) 2012-05-18

Similar Documents

Publication Publication Date Title
US9129236B2 (en) Drill hole planning
Kahn et al. Badgr: An autonomous self-supervised learning-based navigation system
Hubmann et al. Decision making for autonomous driving considering interaction and uncertain prediction of surrounding vehicles
US20230244237A1 (en) Optimal path library for local path planning of an autonomous vehicle
CN110398967B (en) Multi-robot cooperative track information processing method adopting discretization method
Duff et al. Automation of an underground mining vehicle using reactive navigation and opportunistic localization
FI130201B (en) Method and system for assigning tasks to mining and/or construction machines
Chen et al. Foad: Fast optimization-based autonomous driving motion planner
Zhou et al. Integrating deep reinforcement learning with optimal trajectory planner for automated driving
Li et al. Adaptive sampling-based motion planning with a non-conservatively defensive strategy for autonomous driving
Yin et al. Diverse critical interaction generation for planning and planner evaluation
Karlsson et al. Intention-aware motion planning with road rules
Huy et al. A practical and optimal path planning for autonomous parking using fast marching algorithm and support vector machine
CN114035568A (en) Method for planning path of stratum drilling robot in combustible ice trial production area
McCalip et al. Reinforcement learning approaches for racing and object avoidance on aws deepracer
Narula et al. Two-level hierarchical planning in a known semi-structured environment
Tang et al. A reference path guided rrt* method for the local path planning of UGVS
Yoon et al. SLPA $^{\ast} $: Shape-Aware Lifelong Planning A $^{\ast} $ for Differential Wheeled Vehicles
Moreira Deep Reinforcement Learning for Automated Parking
Chand et al. Development of a navigation system for heterogeneous mobile robots
Mascaró et al. Topological Navigation in Tunnels: LHD Navigation as a Case Study
Andersson et al. Symbolic feedback control for navigation
Hellstrom et al. Real-time path planning using a simulator-in-the-loop
Chen et al. Geometry‐based flipper motion planning for articulated tracked robots traversing rough terrain in real‐time
Guo et al. A Survey of Trajectory Planning Methods for Autonomous Driving—Part I: Unstructured Scenarios

Legal Events

Date Code Title Description
AS Assignment

Owner name: UNIVERSITY OF SYDNEY, THE, AUSTRALIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:ELINAS, PANTELIS;SINGH, SURYA P.N.;REEL/FRAME:027232/0917

Effective date: 20110608

STCF Information on status: patent grant

Free format text: PATENTED CASE

FEPP Fee payment procedure

Free format text: PAYER NUMBER DE-ASSIGNED (ORIGINAL EVENT CODE: RMPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

FEPP Fee payment procedure

Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

LAPS Lapse for failure to pay maintenance fees

Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

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