A set of options for the kinematics solver. More...
#include <kinematics_base.h>
| Public Member Functions | |
| KinematicsQueryOptions () | |
| Public Attributes | |
| DiscretizationMethod | discretization_method | 
| bool | lock_redundant_joints | 
| bool | return_approximate_solution | 
A set of options for the kinematics solver.
Definition at line 109 of file kinematics_base.h.
| 
 | inline | 
Definition at line 111 of file kinematics_base.h.
| DiscretizationMethod kinematics::KinematicsQueryOptions::discretization_method | 
Enumeration value that indicates the method for discretizing the redundant. joints KinematicsQueryOptions::discretization_method.
Definition at line 120 of file kinematics_base.h.
| bool kinematics::KinematicsQueryOptions::lock_redundant_joints | 
KinematicsQueryOptions::lock_redundant_joints.
Definition at line 118 of file kinematics_base.h.
| bool kinematics::KinematicsQueryOptions::return_approximate_solution | 
KinematicsQueryOptions::return_approximate_solution.
Definition at line 119 of file kinematics_base.h.