-
Notifications
You must be signed in to change notification settings - Fork 12
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
Integrate with ros packages. #11
Comments
I could be wrong, but my current understanding is that the short answer is "no", because those bloom-release and friends rely on the metadata captured in package.xml to generate their dependency trees and do all their nice things. The idea behind this demonstration is just to show that it's easy to "use ROS" from the outside; it wouldn't (to my knowledge) allow you to release "back into ROS." |
There are already packages, "in ROS", that are not catkin packages. Ironically my example is : https://github.com/ros-infrastructure/catkin_pkg I am wondering how these package end up there, because they are not built by the buildfarm, it seems to me... They could be "special cases" but this is a workflow that I think would be beneficial in multiple cases:
|
The readme currently describe how to build a ros connected software without using catkin.
But is there a way to have this kind of software integrated into a ros package ?
The text was updated successfully, but these errors were encountered: