|
PIK ROS
|
Ik task structure. More...
#include <PikRos.hpp>
Public Member Functions | |
| IkTask (IkTaskType t_type, const std::string &t_frame_name, const Eigen::VectorXd &t_desired_value, ApproachAxis t_approach_axis=Z) | |
| Construct a new Ik Task object. More... | |
| Eigen::Vector3d | getAppAxisVector () const |
| Get the approach axis Vector. | |
Public Attributes | |
| IkTaskType | type |
| std::string | frame_name |
| Eigen::VectorXd | desired_value |
| ApproachAxis | approach_axis |
Ik task structure.
| IkTask::IkTask | ( | IkTaskType | t_type, |
| const std::string & | t_frame_name, | ||
| const Eigen::VectorXd & | t_desired_value, | ||
| ApproachAxis | t_approach_axis = Z |
||
| ) |
1.8.13