//assert( (_ranges.size() == _points.cols() ) &&(_points.rows() == 3) &&("Error: [laserPolar2xy] points Matrix size is different than number of ranges. Wrong Matrix Size."));
// Victor - Converts ranges from a laserScan to homogeneous coordinates. Returned matrix of same size than ranges size, returning index till valid values.
assert((_ranges.size()==_points.cols())&&(_points.rows()==3)&&("Error: [laserPolar2xy] points Matrix size is different than number of ranges. Wrong Matrix Size."));