|
MoveIt Pro API
Core Behaviors for MoveIt Pro
|
Public Member Functions | |
| test_solve_ik_import (self) | |
| test_solve_ik_with_simple_target (self, setup_robot) | |
| test_solve_ik_with_simple_target_unlicensed (self, setup_robot, with_invalid_license, license_exception_validator) | |
| test_solve_ik_with_custom_params (self, setup_robot) | |
| test_solve_ik_duplicate_targets (self, setup_robot) | |
| test_solve_ik_unreachable_target (self, setup_robot) | |
| test_solve_ik_validation_function_rejection (self, setup_robot) | |
| test_solve_ik_with_wrong_seed_size (self, setup_robot) | |
Test cases for solve_ik function.
| test_pose_ik.TestSolveIK.test_solve_ik_duplicate_targets | ( | self, | |
| setup_robot | |||
| ) |
Test solve_ik with duplicate targets.
| test_pose_ik.TestSolveIK.test_solve_ik_import | ( | self | ) |
Test that solve_ik function is available.
| test_pose_ik.TestSolveIK.test_solve_ik_unreachable_target | ( | self, | |
| setup_robot | |||
| ) |
Test solve_ik with an unreachable target.
| test_pose_ik.TestSolveIK.test_solve_ik_validation_function_rejection | ( | self, | |
| setup_robot | |||
| ) |
Test solve_ik with a validation function that rejects solutions.
| test_pose_ik.TestSolveIK.test_solve_ik_with_custom_params | ( | self, | |
| setup_robot | |||
| ) |
Test solve_ik with custom parameters.
| test_pose_ik.TestSolveIK.test_solve_ik_with_simple_target | ( | self, | |
| setup_robot | |||
| ) |
Test solve_ik with a simple reachable target.
| test_pose_ik.TestSolveIK.test_solve_ik_with_simple_target_unlicensed | ( | self, | |
| setup_robot, | |||
| with_invalid_license, | |||
| license_exception_validator | |||
| ) |
Test solve_ik with a simple reachable target.
| test_pose_ik.TestSolveIK.test_solve_ik_with_wrong_seed_size | ( | self, | |
| setup_robot | |||
| ) |
Test solve_ik with incorrect seed size.