Tesseract
Motion Planning Environment
Loading...
Searching...
No Matches
abb_irb2400_ikfast_kinematics.h
Go to the documentation of this file.
1#ifndef TESSERACT_KINEMATICS_ABB_IRB2400_IKFAST_KINEMATICS_H
2#define TESSERACT_KINEMATICS_ABB_IRB2400_IKFAST_KINEMATICS_H
3
4#include <Eigen/Geometry>
6#include <vector>
7
9{
11{
12public:
13 AbbIRB2400Kinematics() = default; // NOLINT
14 AbbIRB2400Kinematics(std::string base_link_name, std::string tip_link_name, std::vector<std::string> joint_names);
15};
16
17} // namespace tesseract_kinematics
18#endif // TESSERACT_KINEMATICS_ABB_IRB2400_IKFAST_KINEMATICS_H
Definition: abb_irb2400_ikfast_kinematics.h:11
IKFast Inverse Kinematics Implmentation.
Definition: ikfast_inv_kin.h:78
Tesseract IKFast Inverse kinematics Wrapper.
std::string base_link_name
Definition: ikfast_kinematics_7dof_unit.cpp:52
std::string tip_link_name
Definition: ikfast_kinematics_7dof_unit.cpp:53
Definition: forward_kinematics.h:44
joint_state joint_names
Definition: tesseract_common_serialization_unit.cpp:75