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

Example command is wrong #1

Closed RobinSchmid7 closed 2 years ago

RobinSchmid7 commented 2 years ago

In example command missed ":". The correct command should be

rosrun image_folder_publisher image_folder_publisher.py _image_folder:=/PATH/Images _topic_name:=/image_topic

amc-nu commented 2 years ago

Thanks for pointing it out. Fixed here