Robot Dynamics Library
Namespaces | Functions
Joint.cpp File Reference
#include <iostream>
#include <limits>
#include <assert.h>
#include <rdl_dynamics/Model.hpp>
#include <rdl_dynamics/RdlExceptions.hpp>
Include dependency graph for Joint.cpp:

Namespaces

 RobotDynamics
 Namespace for all structures of the RobotDynamics library.
 

Functions

void RobotDynamics::jcalc (Model &model, unsigned int joint_id, const Math::VectorNd &q, const Math::VectorNd &qdot)
 Computes all variables for a joint model and updates the body frame as well as the body's center of mass frame. More...
 
Math::SpatialTransform RobotDynamics::jcalc_XJ (Model &model, unsigned int joint_id, const Math::VectorNd &q)
 
void RobotDynamics::jcalc_X_lambda_S (Model &model, unsigned int joint_id, const VectorNd &q)