-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release as package into ROS #33
Comments
What's the benifit to do that? easy to install? |
yes, basically you can then install as a package instead of compilation from source. |
Compilation from source will give user more option to choose what they need. For example, some users dont need ROS and they dont even have the environment of ROS while some need that to communicate. In our test, the compilation of rslidar_sdk just costs a few seconds, is that unacceptable? Or it is hard to clone the code from github? The transmission speed from github is slow? Or you need a deb to install to other computers? You can download source code and compile it to a deb, |
Yes, ease of installation is definitely important!
They can still install from source of course.
Yes, you need to clone. And modify So all our robots that would use this lidar would need to do this. But also in CI: instead of Alternative: we could generate the .deb ourselves. But then we should host it somewhere, download it from a custom location on every CI run etc. While on the other hand, a bloom release is a process which would take a couple of hours to configure. And as of then, everybody using ROS would have the benefit of avoiding the above 🙂 As we have an interest in this lidar, I would be happy to help in this process. |
copy that, we will seriously consider this matter |
#48 Is all that is required for this I guess. Now only the tutorial needs to be followed: http://wiki.ros.org/bloom/Tutorials/FirstTimeRelease |
Are there any objections if I release the package to the buildfarm? |
Silence means consent? |
Add WSL explanation
Hi, are there plans to release as a packge into ROS?
The text was updated successfully, but these errors were encountered: