![]() |
Tetrapod Project
|
#include <cmath>#include <algorithm>#include "ros/ros.h"#include <math_utils/angle_utils.h>#include <Eigen/Core>#include <kindr/Core>

Go to the source code of this file.
Classes | |
| class | Kinematics |
| A class for analytical Kinematics Solving. More... | |
Typedefs | |
| using | GeneralizedCoordinates = Eigen::Matrix< double, 18, 1 > |
| using | FootstepPositions = Eigen::Matrix< Eigen::Vector3d, 4, 1 > |
| using | JointSpaceVector = Eigen::Matrix< double, 12, 1 > |
| using | Twist = Eigen::Matrix< double, 6, 1 > |
| using | Vector3d = Eigen::Vector3d |
| using | TransMatrix = kindr::HomTransformMatrixD |
| using GeneralizedCoordinates = Eigen::Matrix<double, 18, 1> |
Definition at line 45 of file kinematics.h.
| using FootstepPositions = Eigen::Matrix<Eigen::Vector3d, 4, 1> |
Definition at line 46 of file kinematics.h.
| using JointSpaceVector = Eigen::Matrix<double, 12, 1> |
Definition at line 47 of file kinematics.h.
| using Twist = Eigen::Matrix<double, 6, 1> |
Definition at line 48 of file kinematics.h.
| using Vector3d = Eigen::Vector3d |
Definition at line 49 of file kinematics.h.
| using TransMatrix = kindr::HomTransformMatrixD |
Definition at line 50 of file kinematics.h.