#include <coverage_3d_arm_navigation/JointSpaceArmController.h>
#include <trajectory_msgs/JointTrajectoryPoint.h>
#include <arm_navigation_msgs/FilterJointTrajectory.h>
#include <arm_navigation_msgs/FilterJointTrajectoryWithConstraints.h>
#include <arm_navigation_msgs/SimplePoseConstraint.h>
#include <arm_navigation_msgs/MoveArmAction.h>
#include <arm_navigation_msgs/utils.h>
#include <coverage_3d_arm_navigation/iterative_smoother.h>
#include <std_srvs/Empty.h>
Go to the source code of this file.
Defines | |
#define | JOINTSPACEARMCONTROLLER_CPP_ |
Functions | |
double | denormalizeAngle (double angle1, double angle2) |
void | denormalizeJointTrajectory (const std::vector< std::vector< double > > &traj, std::vector< std::vector< double > > &res_traj) |
#define JOINTSPACEARMCONTROLLER_CPP_ |
Definition at line 10 of file JointSpaceArmController.cpp.
double denormalizeAngle | ( | double | angle1, |
double | angle2 | ||
) |
Definition at line 21 of file JointSpaceArmController.cpp.
void denormalizeJointTrajectory | ( | const std::vector< std::vector< double > > & | traj, |
std::vector< std::vector< double > > & | res_traj | ||
) |
Definition at line 53 of file JointSpaceArmController.cpp.