moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
A set of options for the kinematics solver. More...
#include <kinematics_base.h>
Public Member Functions | |
KinematicsQueryOptions () | |
Public Attributes | |
bool | lock_redundant_joints |
bool | return_approximate_solution |
DiscretizationMethod | discretization_method |
A set of options for the kinematics solver.
Definition at line 110 of file kinematics_base.h.
|
inline |
Definition at line 112 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 121 of file kinematics_base.h.
bool kinematics::KinematicsQueryOptions::lock_redundant_joints |
KinematicsQueryOptions::lock_redundant_joints.
Definition at line 119 of file kinematics_base.h.
bool kinematics::KinematicsQueryOptions::return_approximate_solution |
KinematicsQueryOptions::return_approximate_solution.
Definition at line 120 of file kinematics_base.h.