Declaration
class path_ik::PartialPathError { ... }
Base class
Public Member Functions Index
| __init__ (self, str message, list[ndarray] partial_path) |
|
|
|
Public Member Attributes Index
Description
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.
Definition at line 7 of file path_ik.py.
Public Member Functions
__init__()
| path_ik.PartialPathError.__init__ (self self, str message, list partial_path=[ndarray]) |
|
Public Member Attributes
partial_path
| path_ik.PartialPathError::partial_path |
|
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus 2.2.2 by Doxygen 1.9.8.