TestPathIK Class
Declaration
Public Member Functions Index
| 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 Member Attributes Index
| mock_robot_state | |
| mock_group | |
| mock_tip_links | |
| reference_path | |
| joint_path | |
Description
Test the path_ik wrapper function.
Definition at line 34 of file test_path_ik_wrapper.py.
Public Member Functions
setup_method()
|
Set up test fixtures before each test method.
Definition at line 37 of file test_path_ik_wrapper.py.
test_path_ik_empty_partial_path_error()
|
Test PartialPathError with empty partial path.
Definition at line 135 of file test_path_ik_wrapper.py.
test_path_ik_empty_reference_path()
|
Test path IK with empty reference path.
Definition at line 154 of file test_path_ik_wrapper.py.
test_path_ik_function_signature()
|
Test that the function signature matches the documentation.
Definition at line 205 of file test_path_ik_wrapper.py.
test_path_ik_none_options_creates_default()
|
Test that None options creates default PathIKOptions.
Definition at line 188 of file test_path_ik_wrapper.py.
test_path_ik_partial_path_error()
|
Test that PartialPathError is raised when IK fails.
Definition at line 112 of file test_path_ik_wrapper.py.
test_path_ik_single_waypoint()
|
Test path IK with single waypoint.
Definition at line 167 of file test_path_ik_wrapper.py.
test_path_ik_successful_computation()
|
Test successful path IK computation.
Definition at line 59 of file test_path_ik_wrapper.py.
test_path_ik_with_custom_options()
|
Test path IK with custom options.
Definition at line 83 of file test_path_ik_wrapper.py.
Public Member Attributes
joint_path
|
Definition at line 52 of file test_path_ik_wrapper.py.
mock_group
|
Definition at line 41 of file test_path_ik_wrapper.py.
mock_robot_state
|
Definition at line 40 of file test_path_ik_wrapper.py.
mock_tip_links
|
Definition at line 42 of file test_path_ik_wrapper.py.
reference_path
|
Definition at line 45 of file test_path_ik_wrapper.py.
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus 2.2.2 by Doxygen 1.9.8.