|
MoveIt Pro API
Core Behaviors for MoveIt Pro
|
Public Member Functions | |
| setup_method (self) | |
| test_path_ik_successful_computation (self, mock_path_ik) | |
| test_path_ik_with_custom_options (self, mock_path_ik) | |
| test_path_ik_partial_path_error (self, mock_path_ik) | |
| test_path_ik_empty_partial_path_error (self, mock_path_ik) | |
| test_path_ik_empty_reference_path (self, mock_path_ik) | |
| test_path_ik_single_waypoint (self, mock_path_ik) | |
| test_path_ik_none_options_creates_default (self, mock_path_ik) | |
| test_path_ik_function_signature (self) | |
Public Attributes | |
| mock_robot_state | |
| mock_group | |
| mock_tip_links | |
| reference_path | |
| joint_path | |
Test the path_ik wrapper function.
| test_path_ik_wrapper.TestPathIK.setup_method | ( | self | ) |
Set up test fixtures before each test method.
| test_path_ik_wrapper.TestPathIK.test_path_ik_empty_partial_path_error | ( | self, | |
| mock_path_ik | |||
| ) |
Test PartialPathError with empty partial path.
| test_path_ik_wrapper.TestPathIK.test_path_ik_empty_reference_path | ( | self, | |
| mock_path_ik | |||
| ) |
Test path IK with empty reference path.
| test_path_ik_wrapper.TestPathIK.test_path_ik_function_signature | ( | self | ) |
Test that the function signature matches the documentation.
| test_path_ik_wrapper.TestPathIK.test_path_ik_none_options_creates_default | ( | self, | |
| mock_path_ik | |||
| ) |
Test that None options creates default PathIKOptions.
| test_path_ik_wrapper.TestPathIK.test_path_ik_partial_path_error | ( | self, | |
| mock_path_ik | |||
| ) |
Test that PartialPathError is raised when IK fails.
| test_path_ik_wrapper.TestPathIK.test_path_ik_single_waypoint | ( | self, | |
| mock_path_ik | |||
| ) |
Test path IK with single waypoint.
| test_path_ik_wrapper.TestPathIK.test_path_ik_successful_computation | ( | self, | |
| mock_path_ik | |||
| ) |
Test successful path IK computation.
| test_path_ik_wrapper.TestPathIK.test_path_ik_with_custom_options | ( | self, | |
| mock_path_ik | |||
| ) |
Test path IK with custom options.
| test_path_ik_wrapper.TestPathIK.joint_path |
| test_path_ik_wrapper.TestPathIK.mock_group |
| test_path_ik_wrapper.TestPathIK.mock_robot_state |
| test_path_ik_wrapper.TestPathIK.mock_tip_links |
| test_path_ik_wrapper.TestPathIK.reference_path |