moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#include <cached_ik_kinematics_plugin.hpp>
Public Member Functions | |
Options () | |
Public Attributes | |
unsigned int | max_cache_size |
double | min_pose_distance |
double | min_joint_config_distance |
std::string | cached_ik_path |
Definition at line 68 of file cached_ik_kinematics_plugin.hpp.
|
inline |
Definition at line 70 of file cached_ik_kinematics_plugin.hpp.
std::string cached_ik_kinematics_plugin::IKCache::Options::cached_ik_path |
Definition at line 76 of file cached_ik_kinematics_plugin.hpp.
unsigned int cached_ik_kinematics_plugin::IKCache::Options::max_cache_size |
Definition at line 73 of file cached_ik_kinematics_plugin.hpp.
double cached_ik_kinematics_plugin::IKCache::Options::min_joint_config_distance |
Definition at line 75 of file cached_ik_kinematics_plugin.hpp.
double cached_ik_kinematics_plugin::IKCache::Options::min_pose_distance |
Definition at line 74 of file cached_ik_kinematics_plugin.hpp.