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

Revision history [back]

void RosClass::imageCallback(const sensor_msgs::Image::ConstPtr& msg){
       image_queue.push_back(temp);
}

What is this "temp" you are pushing?