NavigationPathIKRatingModule implements the functionlities offered by IKRatingModule. More...
#include <NavigationPathIKRatingModule.h>

Public Member Functions | |
| double | getPanAngleRating (const geometry_msgs::Point &sourcePosition, const geometry_msgs::Point &targetPosition, double sourceRotationBase, double targetRotationBase) |
| NavigationPathIKRatingModule (RobotModelPtr robotModel) | |
| constructor of the NavigationPathIKRatingModule object More... | |
| virtual | ~NavigationPathIKRatingModule () |
| destructor of the NavigationPathIKRatingModule 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... | |
Private Attributes | |
| DebugHelperPtr | mDebugHelperPtr |
| RobotModelPtr | mRobotModel |
NavigationPathIKRatingModule implements the functionlities offered by IKRatingModule.
Definition at line 35 of file NavigationPathIKRatingModule.h.
| robot_model_services::NavigationPathIKRatingModule::NavigationPathIKRatingModule | ( | RobotModelPtr | robotModel | ) |
constructor of the NavigationPathIKRatingModule object
Definition at line 24 of file NavigationPathIKRatingModule.cpp.
|
virtual |
destructor of the NavigationPathIKRatingModule object.
Definition at line 29 of file NavigationPathIKRatingModule.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 31 of file NavigationPathIKRatingModule.cpp.
|
private |
Definition at line 58 of file NavigationPathIKRatingModule.h.
|
private |
Definition at line 57 of file NavigationPathIKRatingModule.h.