#include <bullet_factories.h>
Public Member Functions | |
std::unique_ptr< ContinuousContactManager > | create (const std::string &name, const YAML::Node &config) const override final |
Create Inverse Kinematics Object. More... | |
![]() | |
virtual | ~ContinuousContactManagerFactory ()=default |
Additional Inherited Members | |
![]() | |
using | ConstPtr = std::shared_ptr< const ContinuousContactManagerFactory > |
using | Ptr = std::shared_ptr< ContinuousContactManagerFactory > |
![]() | |
static std::string | getSection () |
Definition at line 74 of file bullet_factories.h.
|
finaloverridevirtual |
Create Inverse Kinematics Object.
name | The name of the contact manager object |
Implements tesseract_collision::ContinuousContactManagerFactory.
Definition at line 83 of file bullet_factories.cpp.