pymoveit_mtc.core.Solution¶
- class Solution¶
Bases:
pybind11_object
Abstract base class for solutions 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)
- 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