#include <ikfast_factory_boilerplate.h>
Public Member Functions | |
InverseKinematics::UPtr | create (const std::string &solver_name, const tesseract_scene_graph::SceneGraph &scene_graph, const tesseract_scene_graph::SceneState &, const KinematicsPluginFactory &, const YAML::Node &config) const override |
Create Inverse Kinematics Object. More... | |
![]() | |
virtual | ~InvKinFactory ()=default |
Additional Inherited Members | |
![]() | |
using | ConstPtr = std::shared_ptr< const InvKinFactory > |
using | Ptr = std::shared_ptr< InvKinFactory > |
![]() | |
static std::string | getSection () |
Definition at line 35 of file ikfast_factory_boilerplate.h.
|
inlineoverridevirtual |
Create Inverse Kinematics Object.
solver_name | The solver name of the kinematic object |
scene_graph | The Tesseract Scene Graph |
scene_state | The state of the scene graph |
plugin_factory | Provide access to the plugin factory so plugins and load plugins |
Implements tesseract_kinematics::InvKinFactory.
Definition at line 38 of file ikfast_factory_boilerplate.h.