-
Notifications
You must be signed in to change notification settings - Fork 16
bloom release #120
Comments
This would be great if we can get it done. What do you mean by "recursively"? |
By recursively I mean that if one of your source dependencies (B) depends on another source dependency (C), then you have to binary release them in the reverse order (i.e. first C, then B and finally the |
@cmower Do you have a "dependency graph" of all the packages that you need? |
Not to my knowledge. Is there a way to generate this? |
Maybe. But do you maybe have a list of all the custom packages that are needed for |
From the But I think there are a couple of packages missing. E.g. the dependencies:
are missing. Are they required? Should the be built as part of @cmower Can you extend the list of required packages in the first message? Since the |
@christian-rauch thanks for this, I will take a look and see if there are any other packages we need to add to the list. |
What about examples like talos that I just pushed in #121. This depends on talos_description, can we only list that package or do we need to add the full talos_robot? |
I think you have to publish/bloom all the packages in a repo. It will be difficult anyway to build only a subset of packages in a repo automatically. After checking out https://github.com/ipab-slmc/talos_robot, you have to delete everything but the folder |
@christian-rauch the following is a list of all the packages I could find that ros_pybullet_interface requires:
Notes, the https://github.com/cmower/dmp.git repo is a fork of http://wiki.ros.org/dmp Re examples that include robots like chonk, I will move these out and put them in an SLMC repo since these examples wont be very useful outside the group. |
Removed SLMC examples (349e032), new repo: https://github.com/ipab-slmc/rpbi_slmc_examples |
It would be very convenient to have all the packages available in the ROS apt repo (via bloom).
This requires:
install
space (instead of thedevel
space) important files are not installed #111ik_ros
) recursivelyPackages requiring a release:
The text was updated successfully, but these errors were encountered: