Probabilistic roadmap (original) (raw)

About DBpedia

The probabilistic roadmap planner is a motion planning algorithm in robotics, which solves the problem of determining a path between a starting configuration of the robot and a goal configuration while avoiding collisions. The invention of the PRM method is credited to Lydia E. Kavraki. There are many variants on the basic PRM method, some quite sophisticated, that vary the sampling strategy and connection strategy to achieve faster performance. See e.g. for a discussion.

thumbnail

Property Value
dbo:abstract The probabilistic roadmap planner is a motion planning algorithm in robotics, which solves the problem of determining a path between a starting configuration of the robot and a goal configuration while avoiding collisions. The basic idea behind PRM is to take random samples from the configuration space of the robot, testing them for whether they are in the free space, and use a local planner to attempt to connect these configurations to other nearby configurations. The starting and goal configurations are added in, and a graph search algorithm is applied to the resulting graph to determine a path between the starting and goal configurations. The probabilistic roadmap planner consists of two phases: a construction and a query phase. In the construction phase, a roadmap (graph) is built, approximating the motions that can be made in the environment. First, a random configuration is created. Then, it is connected to some neighbors, typically either the k nearest neighbors or all neighbors less than some predetermined distance. Configurations and connections are added to the graph until the roadmap is dense enough. In the query phase, the start and goal configurations are connected to the graph, and the path is obtained by a Dijkstra's shortest path query. Given certain relatively weak conditions on the shape of the free space, PRM is provably probabilistically complete, meaning that as the number of sampled points increases without bound, the probability that the algorithm will not find a path if one exists approaches zero. The rate of convergence depends on certain visibility properties of the free space, where visibility is determined by the local planner. Roughly, if each point can "see" a large fraction of the space, and also if a large fraction of each subset of the space can "see" a large fraction of its complement, then the planner will find a path quickly. The invention of the PRM method is credited to Lydia E. Kavraki. There are many variants on the basic PRM method, some quite sophisticated, that vary the sampling strategy and connection strategy to achieve faster performance. See e.g. for a discussion. (en)
dbo:thumbnail wiki-commons:Special:FilePath/PRM_with_Ob-maps.gif?width=300
dbo:wikiPageID 16446139 (xsd:integer)
dbo:wikiPageLength 3995 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1079871591 (xsd:integer)
dbo:wikiPageWikiLink dbr:Graph_(discrete_mathematics) dbr:Configuration_space_(physics) dbc:Automated_planning_and_scheduling dbc:Robot_control dbr:Graph_search_algorithm dbr:Lydia_Kavraki dbr:Motion_planning dbr:Dijkstra's_shortest_path dbr:File:PRM_with_Ob-maps.gif
dbp:wikiPageUsesTemplate dbt:Harvtxt dbt:Reflist dbt:Robotics-stub
dct:subject dbc:Automated_planning_and_scheduling dbc:Robot_control
gold:hypernym dbr:Algorithm
rdf:type dbo:Software
rdfs:comment The probabilistic roadmap planner is a motion planning algorithm in robotics, which solves the problem of determining a path between a starting configuration of the robot and a goal configuration while avoiding collisions. The invention of the PRM method is credited to Lydia E. Kavraki. There are many variants on the basic PRM method, some quite sophisticated, that vary the sampling strategy and connection strategy to achieve faster performance. See e.g. for a discussion. (en)
rdfs:label Probabilistic roadmap (en)
owl:sameAs freebase:Probabilistic roadmap wikidata:Probabilistic roadmap https://global.dbpedia.org/id/4tXN3
prov:wasDerivedFrom wikipedia-en:Probabilistic_roadmap?oldid=1079871591&ns=0
foaf:depiction wiki-commons:Special:FilePath/PRM_with_Ob-maps.gif
foaf:isPrimaryTopicOf wikipedia-en:Probabilistic_roadmap
is dbo:wikiPageRedirects of dbr:Probabilistic_Roadmap_Method dbr:Probabilistic_road-map dbr:Probabilistic_roadmap_method
is dbo:wikiPageWikiLink of dbr:Hopf_fibration dbr:Index_of_robotics_articles dbr:Probabilistic_Roadmap_Method dbr:PRM dbr:Farthest-first_traversal dbr:Real-time_path_planning dbr:Randomized_algorithm dbr:Lydia_Kavraki dbr:Robotics_Toolbox_for_MATLAB dbr:Nancy_M._Amato dbr:Motion_planning dbr:Rapidly-exploring_random_tree dbr:Stochastic_roadmap_simulation dbr:Probabilistic_road-map dbr:Probabilistic_roadmap_method
is foaf:primaryTopic of wikipedia-en:Probabilistic_roadmap