You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For production system usecase, I think making the package referrable by specific version number would be great. Would it be possible to make a release?
By "release" I'd say 2 things:
For general git project, making git tag is minimum requirement.
For catkin package, updating the version in package.xml helps the downstream projects to utilize tools available in ROS (e.g. roslaunch will be able to access the package version and prints it upon boot).
And lastly, it'll be much convenient if binary of the package is available. For ROS package it can be easily done without hosting buildfarm etc. This wiki describes how-to http://wiki.ros.org/ROS/ReleasingAPackage
The text was updated successfully, but these errors were encountered:
Hello @130s , sorry for the very late reply to this issue.
Going forward, when we update the version number we will also make a git tag for it. We will most likely increase the version number to 1.0.0 within a few days or so.
Regarding binary packages, we agree that this would be more convenient for deployment. The reason we currently do not support this is that our Zivid SDK API is not ABI stable. This means that we will need to build and package ROS driver towards all supported Zivid SDK versions and supported operating systems each time the ROS driver or SDK is updated. To accomplish this we need an automated build and deploy system for the ROS driver, which we have not yet implemented. This is something that we will consider in the future, however no timeline on this as of now.
Thanks for opensourcing the ROS driver!
For production system usecase, I think making the package referrable by specific version number would be great. Would it be possible to make a release?
By "release" I'd say 2 things:
git
project, makinggit tag
is minimum requirement.package.xml
helps the downstream projects to utilize tools available in ROS (e.g.roslaunch
will be able to access the package version and prints it upon boot).And lastly, it'll be much convenient if binary of the package is available. For ROS package it can be easily done without hosting buildfarm etc. This wiki describes how-to http://wiki.ros.org/ROS/ReleasingAPackage
The text was updated successfully, but these errors were encountered: