pymoveit_mtc.core.SubTrajectory¶
- class SubTrajectory(self: pymoveit_mtc.core.SubTrajectory)¶
Bases:
Solution
Solution trajectory connecting two InterfaceStates of a stage
Methods
Mark the SubTrajectory as a failure
Convert to the ROS message
Solution
Attributes
Comment associated with the solution
Cost associated with the solution
End of the trajectory (read-only)
True if the trajectory is marked as a failure (read-only)
Markers to visualize important aspects of the trajectory (read-only)
Start of the trajectory (read-only)
Actual robot trajectory
- property end¶
End of the trajectory (read-only)
- Type:
- markAsFailure(self: pymoveit_mtc.core.Solution, comment: str) None ¶
Mark the SubTrajectory as a failure
- property start¶
Start of the trajectory (read-only)
- Type:
- toMsg(self: pymoveit_mtc.core.Solution) moveit_task_constructor_msgs::Solution_<std::allocator<void> > ¶
Convert to the ROS message
Solution
- property trajectory¶
Actual robot trajectory
- Type: