2D conversion of the distance data More...
#include "Point.h"#include "Position.h"#include <vector>
Go to the source code of this file.
Namespaces | |
| namespace | qrk |
| Quick Robot Development Kit. | |
Functions | |
| void | qrk::convert2d (std::vector< qrk::Point< long > > &points, const RangeSensor *sensor, const std::vector< long > &data, const qrk::Position< long > &offset, int max_length=-1) |
| Extract two dimensional plane from RangeSensor data. | |
| void | qrk::convert2d (std::vector< qrk::Point< long > > &points, const RangeSensor *sensor, const std::vector< long > &data, int max_length=-1) |
2D conversion of the distance data
Definition in file convert2d.h.
1.7.6.1-20120122