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 #94

Open RobertoRoos opened 9 months ago

RobertoRoos commented 9 months ago

Relating to #86 . It doesn't seem nice ROS2ForUnity is locked into the Assets/ directory, when for all intends and purposes it is a package. So I'd suggest we make it installable as an actual package.

The most significant addition is just a package.json file.

Deric-W commented 9 months ago

Hi, I had a similar idea which I implemented in my fork but with some changes:

If you want to implement some of these changes too I can rebase them on the current upstream since currently they are in a private repository together with other changes.

RobertoRoos commented 9 months ago

Sounds great @Deric-W ! I would suggest to make your own PR and we can probably drop mine. I didn't make any changes on purpose besides just getting the packaging stuff to work.