Skip to content

Commit e17da36

Browse files
authored
fix typo (issue #580)
1 parent fff33d2 commit e17da36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/ompl_interface/ompl_interface_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Here we discuss various approaches to improve common issues of indirect, non-opt
5252
Determinism
5353
^^^^^^^^^^^
5454

55-
The planners in OMPL are inherently probablistic and will not always return the same solution. Other libraries such as the Search Based Planning Library (SBPL) provide deterministic results in that given the same environment, start, and goal you will always get the same path. SBPL is Astar-based, so you will get optimal results up to your chosen search resolution. However SBPL has plenty of downsides, such as the difficulty of tuning special hueristics.
55+
The planners in OMPL are inherently probablistic and will not always return the same solution. Other libraries such as the Search Based Planning Library (SBPL) provide deterministic results in that given the same environment, start, and goal you will always get the same path. SBPL is Astar-based, so you will get optimal results up to your chosen search resolution. However SBPL has plenty of downsides, such as the difficulty of tuning special heuristics.
5656

5757
OMPL Optimization Objectives
5858
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)