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 More... | |
double | getPanAngleRating (const geometry_msgs::Point &sourcePosition, const geometry_msgs::Point &targetPosition, double sourceRotationBase, double targetRotationBase) |
virtual | ~AngleApproximationIKRatingModule () |
destructor of the AngleApproximationIKRatingModule object. More... | |
Public Member Functions inherited from robot_model_services::IKRatingModule | |
IKRatingModule () | |
constructor of the IKRatingModule object More... | |
virtual | ~IKRatingModule () |
destructor of the IKRatingModule object. More... | |
AngleApproximationIKRatingModule uses an approximation of the total angle delta during the mild movement for the rating.
Definition at line 36 of file AngleApproximationIKRatingModule.h.
robot_model_services::AngleApproximationIKRatingModule::AngleApproximationIKRatingModule | ( | ) |
constructor of the AngleApproximationIKRatingModule object
Definition at line 24 of file AngleApproximationIKRatingModule.cpp.
|
virtual |
destructor of the AngleApproximationIKRatingModule object.
Definition at line 25 of file AngleApproximationIKRatingModule.cpp.
|
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.