#include <robot_model.hpp>
Public Member Functions | |
EndEffectorSO3Objective (const Eigen::Matrix3d &) | |
EndEffectorSO3Objective (double weight, const Eigen::Matrix3d &) | |
Public Member Functions inherited from hebi::robot_model::Objective | |
virtual | ~Objective () |
Private Member Functions | |
HebiStatusCode | addObjective (HebiIKPtr ik) const override |
Private Attributes | |
const double | _matrix [9] |
double | _weight |
Additional Inherited Members |
Definition at line 44 of file robot_model.hpp.
hebi::robot_model::EndEffectorSO3Objective::EndEffectorSO3Objective | ( | const Eigen::Matrix3d & | matrix | ) |
Definition at line 22 of file robot_model.cpp.
hebi::robot_model::EndEffectorSO3Objective::EndEffectorSO3Objective | ( | double | weight, |
const Eigen::Matrix3d & | matrix | ||
) |
Definition at line 29 of file robot_model.cpp.
|
overrideprivatevirtual |
Implements hebi::robot_model::Objective.
Definition at line 36 of file robot_model.cpp.
|
private |
Definition at line 52 of file robot_model.hpp.
|
private |
Definition at line 51 of file robot_model.hpp.