The KinematicSolution is created from - and maps into - a KinematicResponse.
More...
#include <kinematic_tree.h>
The KinematicSolution is created from - and maps into - a KinematicResponse.
◆ KinematicSolution() [1/2]
exotica::KinematicSolution::KinematicSolution |
( |
| ) |
|
◆ KinematicSolution() [2/2]
exotica::KinematicSolution::KinematicSolution |
( |
int |
start, |
|
|
int |
length |
|
) |
| |
◆ Create()
void exotica::KinematicSolution::Create |
( |
std::shared_ptr< KinematicResponse > |
solution | ) |
|
◆ hessian
Eigen::Map<ArrayHessian> exotica::KinematicSolution::hessian {nullptr, 0} |
◆ jacobian
Eigen::Map<ArrayJacobian> exotica::KinematicSolution::jacobian {nullptr, 0} |
◆ length
int exotica::KinematicSolution::length = -1 |
◆ Phi
Eigen::Map<ArrayFrame> exotica::KinematicSolution::Phi {nullptr, 0} |
◆ Phi_dot
Eigen::Map<ArrayTwist> exotica::KinematicSolution::Phi_dot {nullptr, 0} |
◆ start
int exotica::KinematicSolution::start = -1 |
Eigen::Map<Eigen::VectorXd> exotica::KinematicSolution::X {nullptr, 0} |
The documentation for this class was generated from the following file: