ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Apparently erase function has another definition

    cloud->erase(std::remove_if(
        cloud->begin(),
        cloud->end(),
        [&c](auto const& x)
        {
            return check_point(x);
        }), cloud->end());