|
MoveIt Pro API
Core Behaviors for MoveIt Pro
|
Utility functions for Eigen type conversions. More...
Functions | |
| bool | is_valid_transform_matrix (const Eigen::Matrix4d &matrix, double tolerance=1e-6) |
| Check if a 4x4 matrix represents a valid transformation matrix. | |
Utility functions for Eigen type conversions.
|
inline |
Check if a 4x4 matrix represents a valid transformation matrix.
| matrix | The matrix to validate |
| tolerance | Tolerance for validation checks |