pymoveit_mtc.coreΒΆ
Provides wrappers for core C++ classes. Import as moveit.task_constructor.core.
Classes
Plan for different alternatives in parallel. |
|
Perform linear interpolation between Cartesian poses. Fails on collision along the interpolation path. There is no obstacle avoidance. ::. |
|
precision for Cartesian interpolation |
|
Computes inverse distance to collision objects |
|
Abstract base class for container stages Containers allow encapsulation and reuse of planning functionality in a hierachical fashion. |
|
Base class for cost calculation in stages |
|
Computes joint-based distance to reference pose |
|
Plan for different alternatives in sequence Try to find feasible solutions using the children in sequence. |
|
Base class for generator-like stages |
|
Describes a potential start or goal state of a Stage. |
|
Perform linear interpolation between joint space poses. Fails on collision along the interpolation path. There is no obstacle avoidance. ::. |
|
Computes Cartesian path length of given link along trajectory |
|
Plan for different sub tasks in parallel and eventually merge all sub solutions into a single trajectory This requires all children to operate on disjoint |
|
Base class for monitoring generator stages |
|
Encapsulates moveit error code message |
|
A meta planner that runs multiple alternative planners in sequence and returns the first found solution. ::. |
|
Abstract base class for parallel containers |
|
Computes joint-based path length along trajectory |
|
Plan using MoveIt's |
|
Abstract base class for planning algorithms |
|
Base class for backward-propagating stages |
|
Base class for propagator-like stages |
|
Base class for forward-propagating stages |
|
Holds an arbitrarily typed value and a default value |
|
Dictionary of named properties |
|
Container implementing a linear planning sequence |
|
Abstract base class for solutions of a stage |
|
Cost-ordered list of solutions |
|
Abstract base class of all stages. |
|
Solution trajectory connecting two InterfaceStates of a stage |
|
Root stage of a planning pipeline. |
|
Base class for cost calculation of trajectories |
|
Computes duration of trajectory |
|
Base class for wrapping containers, which can be used to filter or modify solutions generated by the single child. |
Exceptions