Skip to content

Commit b769e6a

Browse files
Fix duplicate comments in motion planning pipeline (#655)
1 parent c4a6e9b commit b769e6a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/motion_planning_pipeline/src/motion_planning_pipeline_tutorial.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,10 @@ int main(int argc, char** argv)
7676
planning_scene_monitor::PlanningSceneMonitorPtr psm(
7777
new planning_scene_monitor::PlanningSceneMonitor(robot_model_loader));
7878

79-
/* listen for planning scene messages on topic /XXX and apply them to the internal planning scene
79+
/* listen for planning scene messages on topic /XXX and apply them to
8080
the internal planning scene accordingly */
8181
psm->startSceneMonitor();
82-
/* listens to changes of world geometry, collision objects, and (optionally) octomaps
83-
world geometry, collision objects and optionally octomaps */
82+
/* listens to changes of world geometry, collision objects, and (optionally) octomaps */
8483
psm->startWorldGeometryMonitor();
8584
/* listen to joint state updates as well as changes in attached collision objects
8685
and update the internal planning scene accordingly*/

0 commit comments

Comments
 (0)