amc-nu / RosImageFolderPublisher

ROS node to publish the images contained in an specified folder.
BSD 3-Clause "New" or "Revised" License
13 stars 11 forks source link

Publishing Images #2

Open sumiyaejaz26 opened 2 years ago

sumiyaejaz26 commented 2 years ago

Hi, I have a folder in which images are storing continuously and I am using your package to publish images but it`s just publishing images up to 100. Is there any way to publish images more than 100 or continuously?

amc-nu commented 2 years ago

There is no limitation in the number of images to publish. However, the node obtains the list of images at launch time. For that reason, if the folder contents change during execution, I.e. images are added, those will be ignored 😕