Libbarrett
1.2.4
|
#include <dynamics.h>
Public Attributes | |
int | dof |
int | nlinks |
struct bt_dynamics_link ** | link_array |
struct bt_dynamics_link * | base |
struct bt_dynamics_link ** | link |
struct bt_dynamics_link * | toolplate |
gsl_matrix * | jsim |
gsl_vector * | temp1_v3 |
gsl_vector * | temp2_v3 |
gsl_matrix * | temp3x3_1 |
gsl_matrix * | temp3x3_2 |
gsl_matrix * | temp3xn_1 |
Robot dynamics data, holding an array of links (mirroring the structure of the bt_kinematics module described in kinematics.h), along with a place to calculate the JSIM and some temporary vectors and matrices.