68 /** This method performs the holonomic navigation itself.
69 * \param target [IN] The relative location (x,y) of target point.
70 * \param obstacles [IN] Distance to obstacles from robot location (0,0). First index refers to -PI direction, and last one to +PI direction. Distances can be dealed as "meters", although they are "pseudometers", see note below.
71 * \param maxRobotSpeed [IN] Maximum robot speed, in "pseudometers/sec". See note below.
72 * \param desiredDirection [OUT] The desired motion direction, in the range [-PI,PI]
73 * \param desiredSpeed [OUT] The desired motion speed in that direction, in "pseudometers"/sec. (See note below)
74 * \param logRecord [IN/OUT] A placeholder for a pointer to a log record with extra info about the execution. Set to NULL if not required. User <b>must free memory</b> using "delete logRecord" after using it.
75 *
76 * NOTE: With "pseudometers" we refer to the distance unit in TP-Space, thus: