Tesseract
Motion Planning Environment
Loading...
Searching...
No Matches
iiwa7_ikfast_kinematics.h
Go to the documentation of this file.
1#ifndef IIWA7_IKFAST_KINDEMATICS_H
2#define IIWA7_IKFAST_KINDEMATICS_H
3
4#include <Eigen/Geometry>
7#include <vector>
8
10{
12{
13public:
14 iiwa7Kinematics() = default; // NOLINT
16 std::string tip_link_name,
17 std::vector<std::string> joint_names,
18 std::string solver_name = "IKFastInvKin",
19 std::vector<std::vector<double>> free_joint_combos = { { 0.0 } });
20};
21
22} // namespace tesseract_kinematics
23#endif // IIWA7_IKFAST_KINDEMATICS_H
IKFast Inverse Kinematics Implmentation.
Definition: ikfast_inv_kin.h:78
Definition: iiwa7_ikfast_kinematics.h:12
Forward kinematics functions.
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