-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build issue breaking motoman/fanuc/internal drivers #274
Comments
This is caused by #262. This requires some updates in dependents. See ros-industrial/fanuc#324 for an example PR. Specifically ros-industrial/fanuc@37a13af. We might actually revert that PR and reintroduce it in a Edit: and the |
The reason we can't just do something like So dependents must use the correct set of defines, otherwise they would be out-of-sync with whatever version of |
Note: I've submitted ros/rosdistro#30228, which reverts the last release on Melodic. The buildfarm will build the old version of the packages and everyone depending on the binaries will be unbroken. Then we'll revert #262 in I hate branching for different ROS versions, but in this case it doesn't seem like we have a choice. |
Ok, instead of reverting everything, I've added some bw-compatibility to the changes that were introduced in #262, which should make things build again on systems without something like ros-industrial/fanuc#324. @akashjinandra: could you check whether #275 fixes your builds? It would still be better to migrate to use |
Hello, I'm running Ubuntu 18.04 with ROS Melodic, I just starting seeing an issue where the simple message/industrial core is causing issues in all of my motoman, fanuc and internal arm(ros industrial driver based) drivers.
Here is my output:
Sorry for the big file dump, I just am not sure what I could do to fix this. I tried getting ros industrial from source on melodic devel and it still fails.
The text was updated successfully, but these errors were encountered: