RoboStack / ros-galactic

Vinca build files for ROS 2 Galactic Geochelone
https://robostack.github.io
21 stars 14 forks source link

Add a mutex package with some global pins #21

Closed wolfv closed 3 years ago

Tobias-Fischer commented 3 years ago

Can we get rid of version specifiers in the robostack.yaml using the mutex package? Then we can have a combined robostack.yaml for noetic and galactic.

Currently the robostack.yaml's differ for:

Having a single robostack.yaml seems important, as we use a single rosdep on conda and that cannot distinguish robostack-noetic from robostack-galactic easily as far as I can tell.

wolfv commented 3 years ago

yeah that makes a lot of sense. We should have pins in the conda_build_config and in the mutex package only.

Tobias-Fischer commented 3 years ago

See #48

Tobias-Fischer commented 3 years ago

Rebuild is nearly complete, let's close this.