30 #ifndef COSTMAP_CSPACE_POINTCLOUD_ACCUMULATOR_H 31 #define COSTMAP_CSPACE_POINTCLOUD_ACCUMULATOR_H 89 typename std::list<Points>::iterator
begin()
93 typename std::list<Points>::iterator
end()
98 typename std::list<Points>::const_iterator
begin()
const 102 typename std::list<Points>::const_iterator
end()
const 113 #endif // COSTMAP_CSPACE_POINTCLOUD_ACCUMULATOR_H std::list< Points > points_
void reset(const ros::Duration &duration)
Points(const T &points, const ros::Time &stamp)
ros::Duration time_to_hold_
std::list< Points >::iterator begin()
std::list< Points >::const_iterator end() const
std::list< Points >::iterator end()
PointcloudAccumurator(const ros::Duration &duration)
void push(const Points &points)
std::list< Points >::const_iterator begin() const