AngleApproximationIKRatingModule uses an approximation of the total angle delta during the mild movement for the rating. More...
#include <AngleApproximationIKRatingModule.h>
Public Member Functions | |
AngleApproximationIKRatingModule () | |
constructor of the AngleApproximationIKRatingModule object | |
double | getPanAngleRating (const geometry_msgs::Point &sourcePosition, const geometry_msgs::Point &targetPosition, double sourceRotationBase, double targetRotationBase) |
virtual | ~AngleApproximationIKRatingModule () |
destructor of the AngleApproximationIKRatingModule object. |
AngleApproximationIKRatingModule uses an approximation of the total angle delta during the mild movement for the rating.
Definition at line 36 of file AngleApproximationIKRatingModule.h.
constructor of the AngleApproximationIKRatingModule object
Definition at line 24 of file AngleApproximationIKRatingModule.cpp.
robot_model_services::AngleApproximationIKRatingModule::~AngleApproximationIKRatingModule | ( | ) | [virtual] |
destructor of the AngleApproximationIKRatingModule object.
Definition at line 25 of file AngleApproximationIKRatingModule.cpp.
double robot_model_services::AngleApproximationIKRatingModule::getPanAngleRating | ( | const geometry_msgs::Point & | sourcePosition, |
const geometry_msgs::Point & | targetPosition, | ||
double | sourceRotationBase, | ||
double | targetRotationBase | ||
) | [virtual] |
sourcePosition | [in] the MILD's current position |
targetPosition | [in] the MILD's target position |
sourceRotationBase | [in] the MILD's current rotation |
targetRotationBase | [in] the MILD's target rotation |
Implements robot_model_services::IKRatingModule.
Definition at line 27 of file AngleApproximationIKRatingModule.cpp.