Tesseract
Motion Planning Environment
Loading...
Searching...
No Matches
Private Member Functions | List of all members
tesseract_kinematics::KDLFwdKinChainFactory Class Reference

#include <kdl_factories.h>

Inheritance diagram for tesseract_kinematics::KDLFwdKinChainFactory:
Inheritance graph
[legend]
Collaboration diagram for tesseract_kinematics::KDLFwdKinChainFactory:
Collaboration graph
[legend]

Private Member Functions

ForwardKinematics::UPtr create (const std::string &solver_name, const tesseract_scene_graph::SceneGraph &scene_graph, const tesseract_scene_graph::SceneState &scene_state, const KinematicsPluginFactory &plugin_factory, const YAML::Node &config) const override final
 Create Inverse Kinematics Object. More...
 

Additional Inherited Members

- Public Types inherited from tesseract_kinematics::FwdKinFactory
using Ptr = std::shared_ptr< FwdKinFactory >
 
using ConstPtr = std::shared_ptr< const FwdKinFactory >
 
- Public Member Functions inherited from tesseract_kinematics::FwdKinFactory
virtual ~FwdKinFactory ()=default
 
virtual ForwardKinematics::UPtr create (const std::string &solver_name, const tesseract_scene_graph::SceneGraph &scene_graph, const tesseract_scene_graph::SceneState &scene_state, const KinematicsPluginFactory &plugin_factory, const YAML::Node &config) const =0
 Create Inverse Kinematics Object. More...
 
- Static Protected Attributes inherited from tesseract_kinematics::FwdKinFactory
static const std::string SECTION_NAME = "FwdKin"
 

Member Function Documentation

◆ create()

ForwardKinematics::UPtr tesseract_kinematics::KDLFwdKinChainFactory::create ( const std::string &  solver_name,
const tesseract_scene_graph::SceneGraph scene_graph,
const tesseract_scene_graph::SceneState scene_state,
const KinematicsPluginFactory plugin_factory,
const YAML::Node &  config 
) const
finaloverrideprivatevirtual

Create Inverse Kinematics Object.

Parameters
solver_nameThe solver name of the kinematic object
scene_graphThe Tesseract Scene Graph
scene_stateThe state of the scene graph
plugin_factoryProvide access to the plugin factory so plugins and load plugins
Returns
If failed to create, nullptr is returned.

Implements tesseract_kinematics::FwdKinFactory.


The documentation for this class was generated from the following files: