added topic_based_ros2_control#346
Conversation
|
Looks like everything but MacOS built in the CI. The current vinca.yaml does not have a section for
I'll go with the former for now. I can correct the PR on review if requested. p.s. Is there a functional reason for there being two |
Not a functional reason, but I just did that to separate between packages that are only built on Linux as they depend on Linux-only API (so realistically will never compile outside of Linux) and packages that have compilation failures that realistically can be fixed. |
|
The macOS failure is: a classical use of Werror enabled by default, that is not ideal for package managers. I think we can easily patch those. |
Actually, it was already patched upstream: PickNikRobotics/topic_based_ros2_control#36 . |
|
@TedVanderfeen the patch seems to be working fine, feel free to let me know if it is ok to merge, thanks! |
|
LGTM. Thanks @traversaro! |
#345