pymoveit_mtc.core.PipelinePlanner¶
- class PipelinePlanner(self: pymoveit_mtc.core.PipelinePlanner, pipeline: str = 'ompl')¶
Bases:
PlannerInterface
Plan using MoveIt’s
PlanningPipeline
from moveit.task_constructor import core # Create and configure a planner instance pipelinePlanner = core.PipelinePlanner() pipelinePlanner.planner = 'PRMkConfigDefault' pipelinePlanner.num_planning_attempts = 10
Methods
Attributes
Publish generated solutions via a topic
Tolerance for reaching joint goals
Tolerance for reaching orientation goals
Tolerance for reaching position goals
Reduce the maximum acceleration by scaling between (0,1]
Reduce the maximum velocity by scaling between (0,1]
Number of planning attempts
Planner ID
Properties of the planner
Publish motion planning requests via a topic
Specifies workspace box to be used for Cartesian sampling
- property max_acceleration_scaling_factor¶
Reduce the maximum acceleration by scaling between (0,1]
- Type:
- property max_velocity_scaling_factor¶
Reduce the maximum velocity by scaling between (0,1]
- Type:
- property properties¶
Properties of the planner
- property workspace_parameters¶
Specifies workspace box to be used for Cartesian sampling
- Type: