Skip to content

Commit b066c24

Browse files
Typo fix (#552)
1 parent e430ff9 commit b066c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/how_to_guides/using_ompl_constrained_planning/ompl_constrained_planning.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ We need to create a pose goal that lies in this plane. The plane is tilted by 45
200200
target_pose = get_relative_pose(0.0, 0.3, -0.3);
201201

202202

203-
We create a plane perpendicular to the y-axis and tilt it by 45 degrees. We create a plane by making a box and setting one dimension ``0.0005``. This is an important numvber that we will cover shortly.
203+
We create a plane perpendicular to the y-axis and tilt it by 45 degrees. We create a plane by making a box and setting one dimension ``0.0005``. This is an important number that we will cover shortly.
204204

205205
.. code-block:: c++
206206

0 commit comments

Comments
 (0)