Replacing base ubuntu ros packages with mine compiled from source
Hi,
I'm using ros groovy on armv7l, and I'm getting a bus error from from roscpp_serialization.
The error is well documented (on this forum too) and It seems that there is a patch that fixes it, but it hasn't made it into my ubuntu packages yet. And I can't find a way to replace this package in my ros build.
If I try to apt-get remove ros-groovy-roscpp-serialization, based on dependencies almost all of ros-groovy-* will be removed.
Is there a way to supersede binary packages with compiled ones ?
Thank you