How to get image without storing into disk from gazebo ?
After previous issue : http://answers.gazebosim.org/question... .I can get images from gazebo by the instructions from sloretz. However, I can only save these images in a certain directory, it may too slow for me to fetch them. Is there any way to save these images in memory or get these images directly by C or other languages ? All in all, I can not let this images pass through the disk because it is too slow. Could any one give me a hand? Thank you very much!
check out the camera plugin that comes with the ASL rotors package, it sends the images raw via a ros topic and therefore should be a good starting ground for your application.