Skip to content

Commit 1298101

Browse files
Update doc/planning_scene_python/src/planning_scene_tutorial.py
Co-authored-by: Joseph Schornak <[email protected]>
1 parent b5aef89 commit 1298101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/planning_scene_python/src/planning_scene_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def main():
2323
# configured using a URDF and
2424
# SRDF. This is, however, not the recommended way to instantiate a
2525
# PlanningScene. At the time of writing there are not yet python bindings
26-
# for the PlanningSceneMonitoir, which is is the recommended method to
26+
# for the PlanningSceneMonitor, which is is the recommended method to
2727
# create and maintain the current planning scene
2828
# using data from the robot's joints and the sensors on the robot. In
2929
# this tutorial, we will instantiate a PlanningScene class directly,

0 commit comments

Comments
 (0)