![]() |
ImFusion C++ SDK 4.4.0
|
#include <RoboticsPlugin/Include/ImFusion/Robotics/ErrorTracIK.h>
Implementation of error types from trac_ik library. More...
Implementation of error types from trac_ik library.
Error taken from github https://bitbucket.org/traclabs/trac_ik/src/jazzy/trac_ik_lib/src/trac_ik.cpp
Public Member Functions | |
| ErrorTracIK (int err) | |
| int | id () const override |
| std::string | domain () const override |
| std::string | message () const override |
| void | handle () override |
| Public Member Functions inherited from ErrorInheritanceHelper< ErrorTracIK > | |
| ~ErrorInheritanceHelper () override=default | |
| Override destructor. | |
| ErrorInheritanceHelper (const ErrorInterface &ei) | |
| std::unique_ptr< ErrorTracIK > | clone () const & |
| Creates a copy of the current instance. | |