ROSIntegration icon indicating copy to clipboard operation
ROSIntegration copied to clipboard

Fixes for UE5.6

Open hyfan1116 opened this issue 5 months ago • 1 comments

Add missing header and reorganize ROSIntegrationCore for building with UE5.6

hyfan1116 avatar Jun 26 '25 05:06 hyfan1116

This branch seems super useful! However, I was unable to build; seems like the _Impl header isn't present in the commit.

andreschreiber avatar Jun 26 '25 23:06 andreschreiber

I edited your code a little to get it building on Windows 11 -- I haven't tested it in a ROS system overall, but it seems to fix the import errors if the code is modified to here: https://github.com/andreschreiber/ROSIntegration/tree/ue5.6

andreschreiber avatar Jun 27 '25 01:06 andreschreiber

@andreschreiber you are right - added it in the commit. I was able to run pub / sub examples following the README on Ubuntu 22.

hyfan1116 avatar Jun 27 '25 04:06 hyfan1116

Thanks for the PR!

Sanic avatar Nov 03 '25 10:11 Sanic