Skip to content

Commit fd37f42

Browse files
committed
fix rst warning
1 parent bab6d63 commit fd37f42

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/how_to_guides/pilz_industrial_motion_planner/pilz_industrial_motion_planner.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ CIRC Planning Result in ``moveit_msg::MotionPlanResponse``
266266
- ``error_code/val``: error code of the motion planning
267267

268268
The POLYLINE motion command
269-
----------------------
269+
---------------------------------
270270

271271
This planner generates a continuous Cartesian trajectory passing through a sequence of waypoints.
272272
The generated path is a combination of linear segments connected by
@@ -282,7 +282,7 @@ the Cartesian velocity/acceleration scaling factor if the motion plan fails due
282282
the planner will fail if three or more consecutive waypoints are collinear.
283283

284284
POLYLINE Input Parameters in ``moveit_msgs::MotionPlanRequest``
285-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
285+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
286286

287287
- ``planner_id``: ``"POLYLINE"``
288288
- ``group_name``: the name of the planning group
@@ -294,9 +294,10 @@ POLYLINE Input Parameters in ``moveit_msgs::MotionPlanRequest``
294294
- ``start_state/joint_state/(name, position and velocity``: joint
295295
name/position of the start state.
296296
- ``path_constraints``: a list of position constraints to be followed in
297-
Cartesian space. Each waypoint is defined as a ``moveit_msgs::msg::PositionConstraint``.
297+
Cartesian space. Each waypoint is defined as a ``moveit_msgs::msg::PositionConstraint``
298+
298299
- ``path_constraints/position_constraints/constraint_region/primitive_poses/point``:
299-
pose of the point
300+
pose of the point
300301
- ``goal_constraints`` (the last goal point)
301302
- ``goal_constraints/position_constraints/header/frame_id``:
302303
frame this data is associated with

0 commit comments

Comments
 (0)