@@ -266,7 +266,7 @@ CIRC Planning Result in ``moveit_msg::MotionPlanResponse``
266266- ``error_code/val ``: error code of the motion planning
267267
268268The POLYLINE motion command
269- ----------------------
269+ ---------------------------------
270270
271271This planner generates a continuous Cartesian trajectory passing through a sequence of waypoints.
272272The 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
282282the planner will fail if three or more consecutive waypoints are collinear.
283283
284284POLYLINE 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