Certain aspects of the present disclosure generally relate to machine learning, and more particularly, to improving systems and methods of simultaneous planning and mapping an environment by a robot.
Robots may be designed to perform behaviors or tasks with a high degree of autonomy. A robot may use different modules and components for performing various tasks. For example, the robot may have different components for localization, mapping and planning. Localization is directed to solving the problem of determining where the robot is located. The robot receives input from its sensors to understand where the robot is located within the environment.
Mapping is directed to building a representation of the environment. For example, mapping is used to determine which portion of the environment is occupied and which parts are free space. Furthermore, mapping may prevent the robot from colliding with obstacles.
A map generated via the batch approach may be generated at once after multiple sensor measurements have been gathered throughout an environment to be mapped. That is, in the batch approach, all of the data of an environment to be mapped is gathered before calculating the map. Still, in some cases, a robot may not be able to gather all of the data in an environment prior to calculating the map.
Thus, in some cases, an incremental approach is specified for generating a map. A map generated via the incremental approach may be calculated based on initial data collected from the vicinity of the robot and updated with each new sensor measurement. Each new sensor measurement may be based on the robot changing its location, measuring a different area from the same location, or performing the same measurement for redundancy. For the incremental approach, the sensor measurements are independent from each other. Therefore, the robot may use assumptions when calculating the map. Thus, there may be some uncertainty when calculating an incremental map.
Planning is directed to determining how to perform a task after the robot knows the layout of the environment and how it will travel from point A to B. That is, in some cases, prior to moving from a current position to a target, it is desirable to determine the trajectory (e.g., path) to the target with the lowest cost from multiple candidate trajectories evaluated during a planning phase. That is, selecting a trajectory the robot includes evaluating a predicted density for each voxel along each of a plurality of candidate trajectories. The cost considers the variance of voxels and the resources used to travel from the current position to the target. Thus, when determining a trajectory, it may be desirable to determine an occupancy level for each location in a map and also to determine a probability distribution function (PDF) of the occupancy level. Furthermore, it may be desirable to determine a cost function based on the PDF to improve the planning of the path.
In one aspect of the present disclosure, a method for substantially simultaneously planning a path and mapping an environment is disclosed. The method includes determining a mean of an occupancy level for a location in a map. The method also includes determining a probability distribution function (PDF) of the occupancy level. The method further includes calculating a cost function based on the PDF. The method still further includes simultaneously planning the path and mapping the environment based on the cost function.
Another aspect of the present disclosure is directed to an apparatus including means for determining a mean of an occupancy level for a location in a map. The apparatus also includes means for determining a PDF of the occupancy level. The apparatus further includes means for calculating a cost function based on the PDF. The apparatus still further includes means for simultaneously planning the path and mapping the environment based on the cost function.
In another aspect of the present disclosure, a non-transitory computer-readable medium with non-transitory program code recorded thereon is disclosed. The program code is for substantially simultaneously planning a path and mapping an environment. The program code is executed by a processor and includes program code to determine a mean of an occupancy level for a location in a map. The program code also includes program code to determine a PDF of the occupancy level. The program code further includes program code to calculate a cost function based on the PDF. The program code still further includes program code to simultaneously plan the path and map the environment based on the cost function.
Another aspect of the present disclosure is directed to an apparatus for substantially simultaneously planning a path and mapping an environment having a memory unit and one or more processors coupled to the memory unit. The processor(s) is configured to determine a mean of an occupancy level for a location in a map. The processor(s) is also configured to determine a PDF of the occupancy level. The processor(s) is further configured to calculate a cost function based on the PDF. The processor(s) is still further configured to simultaneously plan the path and map the environment based on the cost function.
Additional features and advantages of the disclosure will be described below. It should be appreciated by those skilled in the art that this disclosure may be readily utilized as a basis for modifying or designing other structures for carrying out the same purposes of the present disclosure. It should also be realized by those skilled in the art that such equivalent constructions do not depart from the teachings of the disclosure as set forth in the appended claims. The novel features, which are believed to be characteristic of the disclosure, both as to its organization and method of operation, together with further objects and advantages, will be better understood from the following description when considered in connection with the accompanying figures. It is to be expressly understood, however, that each of the figures is provided for the purpose of illustration and description only and is not intended as a definition of the limits of the present disclosure.
The features, nature, and advantages of the present disclosure will become more apparent from the detailed description set forth below when taken in conjunction with the drawings in which like reference characters identify correspondingly throughout.
The detailed description set forth below, in connection with the appended drawings, is intended as a description of various configurations and is not intended to represent the only configurations in which the concepts described herein may be practiced. The detailed description includes specific details for the purpose of providing a thorough understanding of the various concepts. However, it will be apparent to those skilled in the art that these concepts may be practiced without these specific details. In some instances, well-known structures and components are shown in block diagram form in order to avoid obscuring such concepts.
Based on the teachings, one skilled in the art should appreciate that the scope of the disclosure is intended to cover any aspect of the disclosure, whether implemented independently of or combined with any other aspect of the disclosure. For example, an apparatus may be implemented or a method may be practiced using any number of the aspects set forth. In addition, the scope of the disclosure is intended to cover such an apparatus or method practiced using other structure, functionality, or structure and functionality in addition to or other than the various aspects of the disclosure set forth. It should be understood that any aspect of the disclosure disclosed may be embodied by one or more elements of a claim.
The word “exemplary” is used herein to mean “serving as an example, instance, or illustration.” Any aspect described herein as “exemplary” is not necessarily to be construed as preferred or advantageous over other aspects.
Although particular aspects are described herein, many variations and permutations of these aspects fall within the scope of the disclosure. Although some benefits and advantages of the preferred aspects are mentioned, the scope of the disclosure is not intended to be limited to particular benefits, uses or objectives. Rather, aspects of the disclosure are intended to be broadly applicable to different technologies, system configurations, networks and protocols, some of which are illustrated by way of example in the figures and in the following description of the preferred aspects. The detailed description and drawings are merely illustrative of the disclosure rather than limiting, the scope of the disclosure being defined by the appended claims and equivalents thereof.
For autonomous systems, such as robots, it is desirable to construct an accurate map of the robot's surroundings. The map may be generated via a sensor, such as a stereo vision sensor. Furthermore, when constructing maps for large environments, voxel sizes are increased to keep the computation tractable.
In one configuration, to determine a map, the map may be partitioned into voxels (e.g., cells). Each voxel may have a state of being occupied (e.g., full), partially occupied, or empty. When generating a map using the incremental approach (e.g., incremental data), conventional techniques may calculate inconsistent maps, may not account for the uncertainty in a determined occupancy level of a voxel, and/or may not determine the occupancy level (e.g., full, partially full, or empty) of voxels. For example, in conventional systems, when calculating a map using the incremental approach, a voxel is either zero (e.g., empty) or one (e.g., full). Conventional systems do not consider the occupancy level of a voxel when calculating a map. In the present disclosure, occupancy level may refer to the ratio of an occupancy over a space. Furthermore, occupancy level may also be referred to as occupancy and/or density.
Aspects of the present disclosure determine the occupancy level of a voxel and also determine a probability distribution function (PDF) of an occupancy level given data observed by an autonomous device, such as a robot. Additionally, aspects of the present disclosure determine a cost function based on the PDF. Finally, aspects of the present disclosure plan a path and map the environment based on the cost function. In one configuration, the path planning and mapping are performed simultaneously.
The SOC 100 may also include additional processing blocks tailored to specific functions, such as a GPU 104, a DSP 106, a connectivity block 110, which may include fourth generation long term evolution (4G LTE) connectivity, unlicensed Wi-Fi connectivity, USB connectivity, Bluetooth connectivity, and the like, and a multimedia processor 112 that may, for example, detect and recognize gestures. In one implementation, the NPU is implemented in the CPU, DSP, and/or GPU. The SOC 100 may also include a sensor processor 114, image signal processors (ISPs), and/or navigation 120, which may include a global positioning system.
The SOC 100 may be based on an ARM instruction set. In an aspect of the present disclosure, the instructions loaded into the general-purpose processor 102 may comprise code for determining a probability distribution function (PDF) of an occupancy level for a location. The instructions loaded into the general-purpose processor 102 may also comprise code for calculating a cost function based on the PDF. The instructions loaded into the general-purpose processor 102 may also comprise code for simultaneously planning the path and mapping the environment based on the cost function.
In one configuration, a machine learning model is configured determining a mean of an occupancy level for a location in a map, determining a probability distribution function (PDF) of the occupancy level, calculating a cost function based on the PDF, and/or simultaneously planning the path and mapping the environment based on the cost function. The model includes a determining means, calculating means, and/or simultaneously mapping and planning means. In one aspect, the aforementioned means may be the general-purpose processor 102, program memory associated with the general-purpose processor 102, memory block 118, local processing units 202, and or the routing connection processing units 216 configured to perform the functions recited. In another configuration, the aforementioned means may be any module or any apparatus configured to perform the functions recited by the aforementioned means.
According to certain aspects of the present disclosure, each local processing unit 202 may be configured to determine parameters of the model based upon desired one or more functional features of the model, and develop the one or more functional features towards the desired functional features as the determined parameters are further adapted, tuned and updated.
Simultaneous Mapping and Planning by a Robot
As previously discussed, aspects of the present disclosure are directed to determining an occupancy level of each voxel and determining a confidence level of a determined occupancy level. The confidence level may be referred to as a probability distribution function (PDF) of a voxel given data observed by a device, such as a robot (e.g., autonomous device). A confidence level of a map may be based on the confidence level of each of the voxels in the map. Furthermore, based on the PDF, the robot may be able to plan a route with the least likelihood of collision with an object (e.g., the safest route). The safest route may be determined based on a cost function.
In one configuration, a mapping module is specified for a device, such as a robot. The mapping module may be a digital signal processor (DSP), app-processor, graphics processing unit (GPU), and/or another module. The mapping module may be specified to improve the accuracy of maps generated using incremental data. Furthermore, the mapping module may process the occupancy level of voxels (e.g., enable large voxels and reduce computational complexity), and/or incorporate a sensor model, such as a stochastic sensor model, in map construction. Additionally, the mapping module may process the occupancy levels of voxels in a map and determine the confidence level of the determined occupancy. Finally, the mapping module may be used for improving planning under uncertainty. Aspects of the present disclosure are directed to generating a map for a robot and selecting a trajectory with the lowest cost. Still, the maps are not limited to being generated for a robot and are contemplated for any type of device, such as, for example a car, airplane, boat, and/or human. Furthermore, in one configuration, the device is autonomous.
As shown in
As shown in
As shown in
The mean of the occupancy level may be calculated from:
{circumflex over (d)}=E[d|zo:k]
The variance of the occupancy level may be calculated from:
σd=Var[d|zo:k]
The mean and variance are determined from all of the obtained measurements (z0:k). In conventional systems, uncertainty is not specified for the measurements of voxels. For example, in conventional systems, if the reported occupancy level (e.g., cell posterior) is 0.5, a route planner may not determine if the 0.5 resulted from a few measurements or hundreds of measurements. Thus, the reliability of the occupancy level is unknown. Therefore, conventional systems may result in inconsistent maps due to inaccurate assumptions.
After determining an occupancy level, such as a mean occupancy level, of each voxel of multiple voxels, it is desirable to determine a confidence level (e.g., probability) of the determined occupancy level. For example, if multiple measurements have indicated that a voxel is occupied, there is a high probability that the voxel is occupied in comparison to a situation where only one measurement has indicated that a voxel is occupied. Furthermore, if an occupancy level of a voxel has a low confidence level (e.g., a confidence level below a threshold), the robot may move to various locations to take additional measurements to improve the confidence in the occupancy level.
In one configuration, an update rule is specified to determine the probability (p) of an occupancy level (d) for a voxel i of a map (m). The probability (p) may be referred to as a probability distribution function (PDF) that includes the mean and the variance (e.g., confidence of the occupancy level). In one configuration, the mean and variance may be extracted from the PDF of the occupancy level of a voxel. Furthermore, a path may be planned based on the mean and variance. That is, based on the mean and variance, a cost is determined for each path. In one configuration, the robot selects the path with the lowest cost. The cost may be based on the mean occupancy level, the variance, and/or resources used to traverse the path. Resources may refer to the resources used for traversing a path, such as fuel and/or energy.
In some cases, one or more voxels 506 may be in an unmapped area. Additionally, the measurements of voxels 506 in the mapped area may need to be updated. For example, a voxel may be in a mapped area, however, the robot may have only performed one measurement on the voxel. As another example, noise data received from the robot sensors may not be fully reliable. For example, noisy interference picked up by robot sensors may mislead a robot into determining a space is occupied when it is actually free. Therefore, there may be a high variance in the measurement of the voxel. Thus, when planning a path, the robot may determine the time steps along the path that provide opportunities for the robot to obtain measurements at each voxel 506.
Furthermore, as shown in
According to an aspect of the present disclosure, the robot does not travel from a first point to a second point when planning a route. For example, when planning the path 500, the robot does not travel from a starting position 502 and an ending position 504. Rather, the robot determines the voxels, such as the voxels 506 of
As previously discussed, an occupancy level may be updated based on observations from each time step. Thus, when planning a route, the robot determines the number of time steps (e.g., opportunities for observations) along the route. The time steps may be predicted based on the velocity of the robot. The robot may also consider its orientation (e.g., a direction the robot will be facing) at each time step. For each predicted time step, the robot may predict the occupancy level of the voxels based on the current time step.
Furthermore, after determining an occupancy level, such as a mean occupancy level, of each voxel of multiple voxels, it is desirable to determine a confidence level (e.g., probability) of the determined occupancy level. A probability distribution function may use the determined occupancy level. Additionally, a cost function is calculated for each path based on the mean occupancy level and the variance of the voxels. The robot may determine a cost function for multiple paths and may select a path having the lowest cost.
In one configuration, an update rule is specified to determine the probability (p) of an occupancy level (d) of a map (m). The probability (p) may be referred to as a probability distribution function (PDF) that includes the mean and variance (e.g., confidence of the occupancy level). The PDF for an occupancy level of a voxel i may be calculated as follows:
In EQUATION 1, z0:k are the predicted measurements that will be collected by the sensor from time step 0 to time step k. That is, EQUATION 1 recursively determines the probability of the occupancy level (d) at time step k given the sensor measurements from time step 0 to time step k (z0:k). The occupancy level (d) is for the entire map. That is, d is the collection of all voxels in the map dl to dg, where g is the number of voxels in the map. In EQUATION 1, p(zk|d) is the likelihood of obtaining a measurement (z) at time step k given the occupancy level (d) of all voxels in the map. Furthermore, in EQUATION 1, p(d|z0:k−1) is the previously calculated occupancy level (d) of a map at time step k given the sensor measurements from time step 0 to time step k-1 (z0:k−1). Of course, because the robot does not move along the path when determining the cost of each path, the PDF of EQUATION 1 is based on predicted measurements.
After calculating the PDF, the robot may determine the probability (p) of having a map (m) at the given time step (k). A map (m) includes voxels i to n. The PDF for an existence of a map (m) at time step (k) may be calculated as follows:
As discussed above, the PDF of the map and/or each voxel may be updated after each time step. As an example, a voxel may have a first PDF at a first time step, then the PDF is updated based on measurements performed at a second time step to generate a second PDF, and the second PDF is updated again based on measurements performed at a third time step to generate a third PDF. A map may be generated at each time step, such that the map is incrementally updated based on the updated PDFs of the voxels of the map. EQUATION 2 may be expressed as ({circumflex over (d)}k+1, σk+1d)=g({circumflex over (d)}k, σkd) to focus on the mean and variance of the distribution p(d|z0:k).
As discussed above, a map (m) includes voxels i to n. Thus, the occupancy level (d) of a map (m) (e.g., full map) at time step k may be represented as
As previously discussed, when planning a route, the robot determines the voxels that will intersect the route. Furthermore, when planning the route, the robot also determines the number of time steps (e.g., opportunities for observations) along the route. Thus, for each location along the route (x), the robot may determine a voxel that corresponds to a location (x) and the robot may extract the predicted mean and variance associated with the specific voxel. That is, rather than using the static values for mean and variance for voxels along the path, the mean and variance of density are predicted for voxels along the path. Once the probability for all voxels at a particular time step is known, the probabilities for the map in the next time step may be computed.
The mean and variance of a voxel (x) at a location may be extracted as follows:
({circumflex over (d)},σd)=Den(x)=({circumflex over (d)}(x),σd(x)) (3)
In EQUATION 3, the function ({circumflex over (d)}(x), σd(x)) returns the mean occupancy level ({circumflex over (d)}) and the variance (σd) associated with a voxel (x) for a location on the path (e.g., trajectory). The location may be any location on the map or along the trajectory. The robot may determines which voxel (x) falls within the location. The function Den( ) may be used to determine which voxel (x) falls within the location and returns the mean and variance for that voxel.
After determining the mean occupancy level ({circumflex over (d)}) and the variance (σd) associated with a voxel for a location x on the path, a cost (c) is associated with an action (u) at a location (x) at time step k. The cost function may be a linear or non-linear combination of the mean occupancy level and the variance. The cost (c) may be determined as follows:
c(xk,uk)=c(xk,uk;
In EQUATION 4, the mean occupancy level ({circumflex over (d)}) at location (x) at time step k is penalized by α. That is, if the mean occupancy level ({circumflex over (d)}) is high (e.g., greater than a threshold) it is more likely that the voxel is occupied. Therefore, to prevent a collision, the mean occupancy level ({circumflex over (d)}) is penalized to prevent the selection of a location on the path that has an increased probability of being occupied.
Furthermore, in EQUATION 4, the variance (σd) of the voxel (d) associated with the location (x) at time step k (σkd) is penalized by β. That is, if the variance (σd) is high (e.g., greater than a threshold) there is an increased likelihood that the occupancy measurement is incorrect. Specifically, a variance is inversely proportional to a confidence of a measurement, such that a high variance indicates a low confidence in a measurement (e.g., occupancy level) and a low variance indicates a high confidence in a measurement. Therefore, to prevent a collision or entering a voxel with a low confidence score, the variance (σd) is penalized to prevent the selection of a location on the path that has a decreased confidence score.
Additionally, in EQUATION 4, an action (u) is penalized by γ. The action may refer to resource use or control cost, such as fuel. The action (u) is penalized to prevent excess expenditure of resources. For example, a path may avoid obstacles but the path may increase the amount of resources used to move from a first location to a second location. Therefore, the action (u) is penalized to prevent the selection of a path that increases the use of resources, such as fuel. The penalization coefficients α, β, and γ are variables that may be adjusted based on desired performance. Each penalization coefficient α, β, and γ may determine the importance of each factor (e.g., mean, variance, and cost). The mean may be penalized because a lower mean corresponds to a lower chance of collision. The variance may be penalized because lower variance corresponds to higher confidence. Furthermore, the cost may be penalized because low cost corresponds to lower fuel consumption.
The cost (c) may be determined for every action (u) at every location (x). Therefore, each path is associated with a series of locations xT and a series of actions uT-1 to move from a first location xT-1 to a second location xT. For example, a path, such as the path 500 of
path=(x0,u0,x1,u1, . . . ,xT-1,uT-1,xT).
The cost function is calculated for all of the locations (x) and actions (u) along a path. Thus, the cost of a path may be calculated as follows:
C(xo,path;
As shown in EQUATION 5, the cost (C) of a path is the summation of the cost function (c(xk, uk;
In the example of
The speed of the robot may be reflected in the number of time steps T1D-T9D between the robot's initial position and the target 632. That is, in
Still, as shown in
The sensor model predicts an output of a sensor given a state of a robot. The state refers the location of the robot in an environment and the occupancy level of voxels of the map corresponding to the location of the robot. The map may be a stochastic map with a level of uncertainty. Thus, based on the uncertainty, the sensor model predicts the output of the sensor. The sensor model may be implemented as described in U.S. provisional patent application No. 62/262,339 filed on Dec. 2, 2015, in the names of AGHAMOHAMMADI et al., the disclosure of which is expressly incorporated by reference herein in its entirety.
Furthermore, for the second portion 650 of the field of view 606 that is unknown to the robot 604, the robot 604 may predict that it will report the voxel corresponding to the field of view 606 as occupied. Still, the robot 604 does not know whether it will be able to see through the obstacle 602a because there might not be an obstacle. That is, the presence of the obstacle 602a was inferred by the robot 604. The inference may be noisy. Thus, the inference may have a certain amount of variance. Therefore, the obstacle 602a may not exist when the robot 604 gets to the voxel with the obstacle 602a. Accordingly, when predicting a trajectory, the robot 604 does not know whether it can see through the obstacle 602a. Determining whether the obstacle 602a may be present is also a function of the variance.
The apparatus 700 includes a processing system 720 coupled to a transceiver 716. The transceiver 716 is coupled to one or more antennas 718. The transceiver 716 enables communicating with various other apparatus over a transmission medium. The processing system 720 includes a processor 704 coupled to a computer-readable medium 714. The processor 704 is responsible for general processing, including the execution of software stored on the computer-readable medium 714. The software, when executed by the processor 704, causes the processing system 720 to perform the various functions described for any particular apparatus. The computer-readable medium 714 may also be used for storing data that is manipulated by the processor 704 when executing software.
The sensor module 702 may be used to obtain measurements via a sensor 728. The sensor 728 may be a stereo vision sensor, for performing measurements, such as a stereoscopic camera. Of course, aspects of the present disclosure are not limited to a stereo vision sensor as other types of sensors, such as, for example, radar, thermal, sonar, and/or lasers are also contemplated for performing measurements. The measurements of the sensor 728 may be processed by one or more of the processor 704 the communication module 708, location module 706, locomotion module 710, the computer-readable medium 714, and other modules 730732734. Furthermore, the measurements of the sensor 728 may be transmitted to an external device by the transceiver 716. The sensor 728 is not limited to being defined external to the apparatus 700, as shown in
The location module 706 may be used to determine a location of the apparatus 700. The location module 706 may use GPS or other protocols for determining the location of the apparatus 700. The communication module 708 may use the transceiver 716 to send and receive information, such as the location of the apparatus 700, to an external device. The locomotion module 710 may be used to provide locomotion to the apparatus 700. As an example, locomotion may be provided via wheels 712. Of course, aspects of the present disclosure are not limited to providing locomotion via wheels 712 and are contemplated for any other type of component for providing location.
The processing system 720 includes a determining module 730 for determining a mean of an occupancy level for a location in a map. The determining module may also determine a probability distribution function of the occupancy level. The processing system 720 also includes a calculating module 732 for calculating a cost function based on the probability distribution function. The processing system 720 further includes a planning module 734 for simultaneously planning the path and mapping the environment based on the cost function. The modules may be software modules running in the processor 704, resident/stored in the computer-readable medium 714, one or more hardware modules coupled to the processor 704, or some combination thereof.
Additionally, in block 806, the robot calculates a cost function based on the PDF. In some aspects, the cost function may be calculated based on the mean occupancy level and a variance of the occupancy level obtained from the PDF.
Further, in block 808, the robot simultaneously plans the path and maps the environment based on the cost function. In some aspects the environment may be mapped based on the mean occupancy level and the PDF. The path may be planned based on predicted maps.
In some aspects, the robot may optionally evaluate a predicted density for each voxel along each of a plurality of candidate trajectories, in block 810.
Furthermore, in some aspects, the robot may optionally select a trajectory based on the simultaneous planning and mapping, in block 812.
In some aspects, method 800 may be performed by the SOC 100 (
The various operations of methods described above may be performed by any suitable means capable of performing the corresponding functions. The means may include various hardware and/or software component(s) and/or module(s), including, but not limited to, a circuit, an application specific integrated circuit (ASIC), or processor. Generally, where there are operations illustrated in the figures, those operations may have corresponding counterpart means-plus-function components with similar numbering.
As used herein, the term “determining” encompasses a wide variety of actions. For example, “determining” may include calculating, computing, processing, deriving, investigating, looking up (e.g., looking up in a table, a database or another data structure), ascertaining and the like. Additionally, “determining” may include receiving (e.g., receiving information), accessing (e.g., accessing data in a memory) and the like. Furthermore, “determining” may include resolving, selecting, choosing, establishing and the like.
As used herein, a phrase referring to “at least one of” a list of items refers to any combination of those items, including single members. As an example, “at least one of: a, b, or c” is intended to cover: a, b, c, a-b, a-c, b-c, and a-b-c.
The various illustrative logical blocks, modules and circuits described in connection with the present disclosure may be implemented or performed with a general-purpose processor, a digital signal processor (DSP), an application specific integrated circuit (ASIC), a field programmable gate array signal (FPGA) or other programmable logic device (PLD), discrete gate or transistor logic, discrete hardware components or any combination thereof designed to perform the functions described herein. A general-purpose processor may be a microprocessor, but in the alternative, the processor may be any commercially available processor, controller, microcontroller or state machine. A processor may also be implemented as a combination of computing devices, e.g., a combination of a DSP and a microprocessor, a plurality of microprocessors, one or more microprocessors in conjunction with a DSP core, or any other such configuration.
The steps of a method or algorithm described in connection with the present disclosure may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in any form of storage medium that is known in the art. Some examples of storage media that may be used include random access memory (RAM), read only memory (ROM), flash memory, erasable programmable read-only memory (EPROM), electrically erasable programmable read-only memory (EEPROM), registers, a hard disk, a removable disk, a CD-ROM and so forth. A software module may comprise a single instruction, or many instructions, and may be distributed over several different code segments, among different programs, and across multiple storage media. A storage medium may be coupled to a processor such that the processor can read information from, and write information to, the storage medium. In the alternative, the storage medium may be integral to the processor.
The methods disclosed herein comprise one or more steps or actions for achieving the described method. The method steps and/or actions may be interchanged with one another without departing from the scope of the claims. In other words, unless a specific order of steps or actions is specified, the order and/or use of specific steps and/or actions may be modified without departing from the scope of the claims.
The functions described may be implemented in hardware, software, firmware, or any combination thereof. If implemented in hardware, an example hardware configuration may comprise a processing system in a device. The processing system may be implemented with a bus architecture. The bus may include any number of interconnecting buses and bridges depending on the specific application of the processing system and the overall design constraints. The bus may link together various circuits including a processor, machine-readable media, and a bus interface. The bus interface may be used to connect a network adapter, among other things, to the processing system via the bus. The network adapter may be used to implement signal processing functions. For certain aspects, a user interface (e.g., keypad, display, mouse, joystick, etc.) may also be connected to the bus. The bus may also link various other circuits such as timing sources, peripherals, voltage regulators, power management circuits, and the like, which are well known in the art, and therefore, will not be described any further.
The processor may be responsible for managing the bus and general processing, including the execution of software stored on the machine-readable media. The processor may be implemented with one or more general-purpose and/or special-purpose processors. Examples include microprocessors, microcontrollers, DSP processors, and other circuitry that can execute software. Software shall be construed broadly to mean instructions, data, or any combination thereof, whether referred to as software, firmware, middleware, microcode, hardware description language, or otherwise. Machine-readable media may include, by way of example, random access memory (RAM), flash memory, read only memory (ROM), programmable read-only memory (PROM), erasable programmable read-only memory (EPROM), electrically erasable programmable Read-only memory (EEPROM), registers, magnetic disks, optical disks, hard drives, or any other suitable storage medium, or any combination thereof. The machine-readable media may be embodied in a computer-program product. The computer-program product may comprise packaging materials.
In a hardware implementation, the machine-readable media may be part of the processing system separate from the processor. However, as those skilled in the art will readily appreciate, the machine-readable media, or any portion thereof, may be external to the processing system. By way of example, the machine-readable media may include a transmission line, a carrier wave modulated by data, and/or a computer product separate from the device, all which may be accessed by the processor through the bus interface. Alternatively, or in addition, the machine-readable media, or any portion thereof, may be integrated into the processor, such as the case may be with cache and/or general register files. Although the various components discussed may be described as having a specific location, such as a local component, they may also be configured in various ways, such as certain components being configured as part of a distributed computing system.
The processing system may be configured as a general-purpose processing system with one or more microprocessors providing the processor functionality and external memory providing at least a portion of the machine-readable media, all linked together with other supporting circuitry through an external bus architecture. Alternatively, the processing system may comprise one or more neuromorphic processors for implementing the neuron models and models of neural systems described herein. As another alternative, the processing system may be implemented with an application specific integrated circuit (ASIC) with the processor, the bus interface, the user interface, supporting circuitry, and at least a portion of the machine-readable media integrated into a single chip, or with one or more field programmable gate arrays (FPGAs), programmable logic devices (PLDs), controllers, state machines, gated logic, discrete hardware components, or any other suitable circuitry, or any combination of circuits that can perform the various functionality described throughout this disclosure. Those skilled in the art will recognize how best to implement the described functionality for the processing system depending on the particular application and the overall design constraints imposed on the overall system.
The machine-readable media may comprise a number of software modules. The software modules include instructions that, when executed by the processor, cause the processing system to perform various functions. The software modules may include a transmission module and a receiving module. Each software module may reside in a single storage device or be distributed across multiple storage devices. By way of example, a software module may be loaded into RAM from a hard drive when a triggering event occurs. During execution of the software module, the processor may load some of the instructions into cache to increase access speed. One or more cache lines may then be loaded into a general register file for execution by the processor. When referring to the functionality of a software module below, it will be understood that such functionality is implemented by the processor when executing instructions from that software module. Furthermore, it should be appreciated that aspects of the present disclosure result in improvements to the functioning of the processor, computer, machine, or other system implementing such aspects.
If implemented in software, the functions may be stored or transmitted over as one or more instructions or code on a computer-readable medium. Computer-readable media include both computer storage media and communication media including any medium that facilitates transfer of a computer program from one place to another. A storage medium may be any available medium that can be accessed by a computer. By way of example, and not limitation, such computer-readable media can comprise RAM, ROM, EEPROM, CD-ROM or other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a computer. Additionally, any connection is properly termed a computer-readable medium. For example, if the software is transmitted from a website, server, or other remote source using a coaxial cable, fiber optic cable, twisted pair, digital subscriber line (DSL), or wireless technologies such as infrared (IR), radio, and microwave, then the coaxial cable, fiber optic cable, twisted pair, DSL, or wireless technologies such as infrared, radio, and microwave are included in the definition of medium. Disk and disc, as used herein, include compact disc (CD), laser disc, optical disc, digital versatile disc (DVD), floppy disk, and Blu-ray® disc where disks usually reproduce data magnetically, while discs reproduce data optically with lasers. Thus, in some aspects computer-readable media may comprise non-transitory computer-readable media (e.g., tangible media). In addition, for other aspects computer-readable media may comprise transitory computer-readable media (e.g., a signal). Combinations of the above should also be included within the scope of computer-readable media.
Thus, certain aspects may comprise a computer program product for performing the operations presented herein. For example, such a computer program product may comprise a computer-readable medium having instructions stored (and/or encoded) thereon, the instructions being executable by one or more processors to perform the operations described herein. For certain aspects, the computer program product may include packaging material.
Further, it should be appreciated that modules and/or other appropriate means for performing the methods and techniques described herein can be downloaded and/or otherwise obtained by a user terminal and/or base station as applicable. For example, such a device can be coupled to a server to facilitate the transfer of means for performing the methods described herein. Alternatively, various methods described herein can be provided via storage means (e.g., RAM, ROM, a physical storage medium such as a compact disc (CD) or floppy disk, etc.), such that a user terminal and/or base station can obtain the various methods upon coupling or providing the storage means to the device. Moreover, any other suitable technique for providing the methods and techniques described herein to a device can be utilized.
It is to be understood that the claims are not limited to the precise configuration and components illustrated above. Various modifications, changes and variations may be made in the arrangement, operation and details of the methods and apparatus described above without departing from the scope of the claims.
This application claims the benefit under 35 U.S.C. § 119(e) to U.S. Provisional Patent Application No. 62/262,275, entitled “SIMULTANEOUS MAPPING AND PLANNING BY A ROBOT,” filed on Dec. 2, 2015, the disclosure of which is expressly incorporated herein by reference in its entirety.
Number | Name | Date | Kind |
---|---|---|---|
5111401 | Everett, Jr. et al. | May 1992 | A |
7912583 | Gutmann | Mar 2011 | B2 |
8280574 | Yabushita | Oct 2012 | B2 |
20110098874 | Choi | Apr 2011 | A1 |
20110231018 | Iwai | Sep 2011 | A1 |
20120239191 | Versteeg | Sep 2012 | A1 |
20140129027 | Schnittman | May 2014 | A1 |
20160271795 | Vicenti | Sep 2016 | A1 |
20160297072 | Williams | Oct 2016 | A1 |
20170255203 | Sofman | Sep 2017 | A1 |
20170261996 | Trehard | Sep 2017 | A1 |
Entry |
---|
Agha-Mohammadi A., et al., “Robust Online Belief Space Planning in Changing Environments: Application to Physical Mobile Robots”, 2014, IEEE International Conference on Robotics and Automation (ICRA), IEEE, May 31, 2014, XP032650763, pp. 149-156. |
Amato N.M., et al., “Probabilistic Roadmap Methods are Embarrassingly Parallel”, Robotics and Automation, 1999 Proceedings. 1999 IEEE, International Conference on Detroit, MI, USA, May 10-15, 1999, Piscataway, NJ, USA, IEEE, US, vol. 1, May 10, 1999, XP010336473, pp. 688-694. |
International Search Report and Written Opinion—PCT/US2016/060400—ISA/EPO—dated Feb. 15, 2017. |
Number | Date | Country | |
---|---|---|---|
20170157769 A1 | Jun 2017 | US |
Number | Date | Country | |
---|---|---|---|
62262275 | Dec 2015 | US |