SCL  1.0
Standard Control Library : Control, dynamics, physics, and simulation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Groups Pages
Namespaces | Functions
RobotMath.hpp File Reference
#include <scl/DataTypes.hpp>
#include <Eigen/Dense>
#include <math.h>
Include dependency graph for RobotMath.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 scl
 

Functions

sBool scl::sclTransform (Eigen::Affine3d &arg_T, const Eigen::Vector3d &arg_offset, const Eigen::Quaterniond &arg_ori_in_parent, const sFloat arg_q, const EJointType arg_jtype)
 
void scl::dh2TransformationMatrix (Eigen::Matrix4d &arg_mat, const sFloat &alpha, const sFloat &a, const sFloat &d, const sFloat &theta)
 
sBool scl::quat2axisangle (const Eigen::Quaternion< sFloat > &arg_q, Eigen::Vector4d &arg_aa)