#include <trajectory_msgs/JointTrajectory.h>
#include <vector>
Go to the source code of this file.
|
void | fanuc::utils::linkage_transform (const std::vector< double > &joints_in, std::vector< double > *joints_out, double J23_factor=0) |
| Corrects for parallel linkage coupling between joints. More...
|
|
void | fanuc::utils::linkage_transform (const trajectory_msgs::JointTrajectoryPoint &pt_in, trajectory_msgs::JointTrajectoryPoint *pt_out, double J23_factor=0) |
| Corrects for parallel linkage coupling between joints. More...
|
|