|
static franka::CartesianPose | CartesianPose (const Vector7d &vector, bool include_elbow=true) |
|
static franka::CartesianPose | CartesianPose (const std::array< double, 7 > &vector, bool include_elbow=true) |
|
template<class T = double> |
static std::array< T, 7 > | VectorCartRotElbow (T cart, T rot, T elbow) |
|
static void | setCartRotElbowVector (Vector7d &vector, double cart, double rot, double elbow) |
|
static std::array< double, 7 > | toStd (const Vector7d &vector) |
|
static movex::RobotState< 7 > | convertState (const franka::RobotState &franka) |
|
template<class RobotType > |
static std::tuple< std::array< double, 7 >, std::array< double, 7 >, std::array< double, 7 > > | getInputLimits (RobotType *robot, const MotionData &data) |
|
template<class RobotType > |
static std::tuple< std::array< double, 7 >, std::array< double, 7 >, std::array< double, 7 > > | getInputLimits (RobotType *robot, const Waypoint &waypoint, const MotionData &data) |
|
template<class RobotType > |
static void | setInputLimits (ruckig::InputParameter< 7 > &input_parameters, RobotType *robot, const MotionData &data) |
|
template<class RobotType > |
static void | setInputLimits (ruckig::InputParameter< 7 > &input_parameters, RobotType *robot, const Waypoint &waypoint, const MotionData &data) |
|