|
Libbarrett
1.2.4
|
#include <kinematics.h>
Public Attributes | |
| int | dof |
| int | nlinks |
| struct bt_kinematics_link ** | link_array |
| struct bt_kinematics_link * | base |
| struct bt_kinematics_link ** | link |
| struct bt_kinematics_link * | toolplate |
| struct bt_kinematics_link * | tool |
| gsl_matrix * | tool_jacobian |
| gsl_matrix * | tool_jacobian_linear |
| gsl_matrix * | tool_jacobian_angular |
| gsl_vector * | tool_velocity |
| gsl_vector * | tool_velocity_angular |
| gsl_vector * | temp_v3 |
Robot kinematics data, holding an array of links, and a set of tool jacobians.
1.7.6.1