|
MoveIt Pro API
Core Behaviors for MoveIt Pro
|


Public Member Functions | |
| __init__ (self, str message, list[ndarray] partial_path) | |
Public Attributes | |
| partial_path | |
Exception raised when a path IK computation results in an incomplete path.
Attributes:
partial_path (list): The portion of the path that was successfully computed before the error occurred.
This exception is raised by `path_ik` when the underlying IK solver cannot compute a complete solution for the requested path.
| path_ik.PartialPathError.__init__ | ( | self, | |
| str | message, | ||
| list[ndarray] | partial_path | ||
| ) |
| path_ik.PartialPathError.partial_path |