27#ifndef G2O_RAW_LASER_H
28#define G2O_RAW_LASER_H
53 virtual bool write(std::ostream& os)
const;
54 virtual bool read(std::istream& is);
63 const std::vector<double>&
ranges()
const {
return _ranges; }
64 void setRanges(
const std::vector<double>& ranges);
67 const std::vector<double>&
remissions()
const {
return _remissions; }
68 void setRemissions(
const std::vector<double>& remissions);
const std::vector< double > & ranges() const
the range measurements by the laser
std::vector< double > _remissions
std::vector< double > _ranges
const LaserParameters & laserParams() const
the parameters of the laser
LaserParameters _laserParams
std::vector< Vector2 > Point2DVector
const std::vector< double > & remissions() const
the remission measurements by the laser
data recorded by the robot
#define G2O_TYPES_DATA_API
parameters for a 2D range finder