When should a ROS package be published?
I developed a ROS package that can be used to synchronize the messages associated with the topics in a bag file. You can find it here: https://github.com/nbro/bag_synchronizer. So far, it supports TimeSynchronizer
, ApproximateTimeSynchronizer
and SimpleFilter
, but, in the future, if there is a request, I could extend it for more use cases.
I am unsure whether to publish this ROS package or not, even though I've read this other question https://answers.ros.org/question/9959/how-do-i-publish-a-new-ros-node-or-package/ and I quickly skimmed through this article Releasing a ROS package.
When should I publish a ROS package? Specifically, do you think that this simple ROS package deserves to be published?