Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
MoveIt Task Constructor documentation
MoveIt Task Constructor documentation
  • Tutorials
    • First Steps
    • Cartesian
    • Properties
    • Pick and Place
  • Concepts
    • Basic Concepts
  • How-To Guides
  • API reference
    • moveit.task_constructor
      • moveit.task_constructor.core
      • moveit.task_constructor.stages
    • pymoveit_mtc.core
      • pymoveit_mtc.core.Alternatives
      • pymoveit_mtc.core.CartesianPath
      • pymoveit_mtc.core.CartesianPrecision
      • pymoveit_mtc.core.Clearance
      • pymoveit_mtc.core.ContainerBase
      • pymoveit_mtc.core.CostTerm
      • pymoveit_mtc.core.DistanceToReference
      • pymoveit_mtc.core.Fallbacks
      • pymoveit_mtc.core.Generator
      • pymoveit_mtc.core.InterfaceState
      • pymoveit_mtc.core.Introspection
      • pymoveit_mtc.core.JointInterpolationPlanner
      • pymoveit_mtc.core.LinkMotion
      • pymoveit_mtc.core.Merger
      • pymoveit_mtc.core.MonitoringGenerator
      • pymoveit_mtc.core.MoveItErrorCode
      • pymoveit_mtc.core.MultiPlanner
      • pymoveit_mtc.core.ParallelContainerBase
      • pymoveit_mtc.core.PathLength
      • pymoveit_mtc.core.PipelinePlanner
      • pymoveit_mtc.core.PlannerInterface
      • pymoveit_mtc.core.PropagatingBackward
      • pymoveit_mtc.core.PropagatingEitherWay
      • pymoveit_mtc.core.PropagatingForward
      • pymoveit_mtc.core.Property
      • pymoveit_mtc.core.PropertyMap
      • pymoveit_mtc.core.SerialContainer
      • pymoveit_mtc.core.Solution
      • pymoveit_mtc.core.Solutions
      • pymoveit_mtc.core.Stage
      • pymoveit_mtc.core.SubTrajectory
      • pymoveit_mtc.core.Task
      • pymoveit_mtc.core.TrajectoryCostTerm
      • pymoveit_mtc.core.TrajectoryDuration
      • pymoveit_mtc.core.WrapperBase
      • pymoveit_mtc.core.InitStageError
    • pymoveit_mtc.stages
      • pymoveit_mtc.stages.ComputeIK
      • pymoveit_mtc.stages.Connect
      • pymoveit_mtc.stages.CurrentState
      • pymoveit_mtc.stages.FixCollisionObjects
      • pymoveit_mtc.stages.FixedState
      • pymoveit_mtc.stages.GenerateGraspPose
      • pymoveit_mtc.stages.GeneratePlacePose
      • pymoveit_mtc.stages.GeneratePose
      • pymoveit_mtc.stages.GenerateRandomPose
      • pymoveit_mtc.stages.MergeMode
      • pymoveit_mtc.stages.ModifyPlanningScene
      • pymoveit_mtc.stages.MoveRelative
      • pymoveit_mtc.stages.MoveTo
      • pymoveit_mtc.stages.Pick
      • pymoveit_mtc.stages.Place
      • pymoveit_mtc.stages.PoseDimension
      • pymoveit_mtc.stages.SimpleGrasp
      • pymoveit_mtc.stages.SimpleGraspBase
      • pymoveit_mtc.stages.SimpleUnGrasp
  • Troubleshooting
Back to top

pymoveit_mtc.core.Solutions¶

class Solutions¶

Bases: pybind11_object

Cost-ordered list of solutions

Methods

__getitem__(self: pymoveit_mtc.core.Solutions, arg0: int) → pymoveit_mtc.core.Solution¶
__iter__(self: pymoveit_mtc.core.Solutions) → Iterator[pymoveit_mtc.core.Solution]¶
__len__(self: pymoveit_mtc.core.Solutions) → int¶
Next
pymoveit_mtc.core.Stage
Previous
pymoveit_mtc.core.Solution
Copyright ©
Made with Sphinx and @pradyunsg's Furo
On this page
  • pymoveit_mtc.core.Solutions
    • Solutions
      • Solutions.__getitem__()
      • Solutions.__iter__()
      • Solutions.__len__()