49 /** This method performs the holonomic navigation itself.
50 * \param target [IN] The relative location (x,y) of target point.
51 * \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, but normalized in the range [0,1]
52 * \param maxRobotSpeed [IN] Maximum robot speed, in "pseudometers/sec". See note below.
53 * \param desiredDirection [OUT] The desired motion direction, in the range [-PI,PI]
54 * \param desiredSpeed [OUT] The desired motion speed in that direction, in "pseudometers"/sec. (See note below)
55 * \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.
56 *
57 * NOTE: With "pseudometers" we refer to the distance unit in TP-Space, thus: