#include "MoveItWrapper.hpp"
#include <Eigen/Dense>
#include <PtscEigen.hpp>
 
Go to the source code of this file.
- Author
 - Ivo Vatavuk 
 
- Copyright
 - Released under the terms of the BSD 3-Clause License 
 
- Date
 - 2023 
 
 
◆ IkTaskType
| Enumerator | 
|---|
| FRAME_ORIENTATION  | < Frame position task, has a value of [x, y, z]^T in meters  
 | 
| FRAME_POSE  | < Frame orientation task, has a quaternion value [w, x, y, z]^T  
 | 
| FRAME_APPROACH_AXIS  | < Frame pose task, a combination of FRAME_POSITION and FRAME_ORIENTATION tasks < Frame approach axis task, has a value of a 3D vector [x, y, z]^T  
 |