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 template <
typename T>
114 using PointcloudAccumurator
118 #endif // COSTMAP_CSPACE_POINTCLOUD_ACCUMULATOR_H
ros::Duration time_to_hold_
PointcloudAccumulator(const ros::Duration &duration)
std::list< Points >::iterator end()
void push(const Points &points)
std::list< Points > points_
std::list< Points >::const_iterator begin() const
std::list< Points >::iterator begin()
void reset(const ros::Duration &duration)
Points(const T &points, const ros::Time &stamp)
std::list< Points >::const_iterator end() const