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

Add an option for roslaunch, and add a sleep parameter #3

Closed xrkong closed 1 year ago

xrkong commented 1 year ago

Function update:

  1. Add a launch file named launch/publisher.launch
  2. Add a parameter named sleep

Function 1 is for another way to launch a ros node.
Function 2 is for the requirements that users want to start other nodes before this node. Because I use this publisher to test my image process codes, I want to start some nodes before the image publisher.
Using sleep parameter I can easily initialize other time-cost process nodes and process every images in the folder.