boost::thread_resource_error when I'm using image_transport::CameraPublisher [closed]

asked 2011-11-10 23:39:16 -0500

Hyon Lim gravatar image

updated 2011-11-10 23:53:36 -0500

Hi. I'm using Point grey stack made by pbouffard.

Found in here : https://github.com/pbouffard/ros.pgr_camera

However, when it calls

image_transport::CameraPublisher streaming_pub_; // definition

streaming_pub_.publish(img_,cam_info_);

About 5~10 seconds later, it prints out below message. How can I debug this? and what is the problem?

terminate called after throwing an instance of 'boost::thread_resource_error' what(): boost::thread_resource_error Aborted

The interesting thing is that, when I ran this on my Macbook, it works fine. But when I ran this on fitPC which is atom z550 based mini computer, it prints out above message.

I'm using Diamondback and Ubuntu 10.04 LTS now.

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2013-01-02 12:58:14