William Woodall
William Woodall
Adding an os (platform) to the distribution file does not affect bloom unless you have a generator which asks what the default distros are for that platform/os. See our recent...
Just follow the thing you linked to (http://wiki.ros.org/bloom/Tutorials/ReleaseThirdParty#Modifying_the_Upstream_Repository) and invoke additionally drop in a `CMakeLists.txt` that just invokes `make` for the all target and either `make install` or use cmake...
It's not super high priority for me, but I wanted to give a thorough bug report. For now I'm fixing the lib manually with install name tool. I agree with...
We no longer run macOS CI. Also, it's possible we use/used `--merge-install` there, but I don't think that was the case.
Thanks for the update, I'm not blocked by this at the moment. 👍
I'm testing it now, but as a tangent, I recommend not using `#` in your branch names. It messes with the urls in GitHub and is generally annoying to use.
It fails because the libraries already have an `LC_RPATH` set: ``` % vcs import ./src < cyclone.repos .. === ./src/cyclonedds (git) === Cloning into '.'... Note: switching to '3c81d2856aa088e48d2e9f2365c53c2591ee6fdb'. You...
As far as I can see from this issue, the linked ros answers question, and my experience, I'd say no there is no way to do this still. It will...
That looks like an error from `rosmaster` where something is asking for the `publisherUpdate` method, but it does not exist. Are you running any software which uses the master API?
I guess another way to ask, is this error log from your application or from the rosmaster?