#include <ObsAvoiAlgoPFMKinect.h>
Public Member Functions | |
| ObsAvoiAlgoPFMKinect () | |
| null constructor | |
| ObsAvoiAlgoPFMKinect (ObsAvoiAlgoParPFMKinect OAP) | |
| parameter constructor | |
| void | getForces (float &F_x, float &F_y) |
| retrieve total force values | |
| void | getControl (Pose *obstacle, Pose goal, Pose robot, ObsAvoiAlgoOut *out) |
| retrieve control commands computed by the algorithm | |
| string | getObjectName () const |
| Gets the name. | |
Protected Attributes | |
| ObsAvoiAlgoParPFMKinect | par |
| current parameters algorithm | |
| MipAlgorithms::ObsAvoiAlgoPFMKinect::ObsAvoiAlgoPFMKinect | ( | ) | [inline] |
null constructor
| MipAlgorithms::ObsAvoiAlgoPFMKinect::ObsAvoiAlgoPFMKinect | ( | ObsAvoiAlgoParPFMKinect | OAP | ) | [inline] |
parameter constructor
| OAP | parameter object containing the desired value for the parameters |
| void MipAlgorithms::ObsAvoiAlgoPFMKinect::getForces | ( | float & | F_x, | |
| float & | F_y | |||
| ) |
retrieve total force values
| void MipAlgorithms::ObsAvoiAlgoPFMKinect::getControl | ( | Pose * | obstacle, | |
| Pose | goal, | |||
| Pose | robot, | |||
| ObsAvoiAlgoOut * | out | |||
| ) |
retrieve control commands computed by the algorithm
| [in] | in | input object |
| [out] | out | pointer to output object |
| string MipAlgorithms::ObsAvoiAlgoPFMKinect::getObjectName | ( | ) | const [inline] |
Gets the name.
current parameters algorithm
1.5.6