RobotecAI / ros2-for-unity

High-performance ROS2 solution for Unity3D
Apache License 2.0
446 stars 58 forks source link

Turning ROS2-For-Unity into a package #95

Open Deric-W opened 9 months ago

Deric-W commented 9 months ago

Hi, this pull request has the same goal as #94 but with the following extra features:

If these features are wanted then this PR could replace #94.

RobertoRoos commented 8 months ago

Looks neat @Deric-W ! Until this gets merged I'll be basing my own forked works on this.

EDIT: Maybe, as the diff is pretty huge, you could complete the list in your first message with all the changes made? I imagine bullets like 'moved Scripts to Runtime' and 'replaced path variables by Resources helper', etc.

RobertoRoos commented 8 months ago

@Deric-W I've started using your branch in my own project and it looks like I'm having issues with custom messages. I can compile fine, custom messages are recognized properly. But when running I get UnsatisfiedLinkErrors for DLLs like [message]__rosidl_typesupport_c_native.dll. Do you think you could give it a try too?

EDIT: Oops, fault was mine. Can confirm custom message still work fine as a package!