uml-robotics / ROS.NET_Unity

A wrapper around ROS.NET to create precompiled Unity plugin DLLs for use in Unity scripts
BSD 2-Clause "Simplified" License
26 stars 10 forks source link

Is it possible to use this solution on Unity3d under Ubuntu or it's Windows only? #3

Open frontw opened 6 years ago

frontw commented 6 years ago

Hi!

I think, it would be convenient to run both Unity3d and ROS on one machine, so my question is, what should be done to run ROS.NET_Unity under Ubuntu 16.04.

Thanks!

frontw commented 6 years ago

Main issue is directory path separator (/ vs \). Here is my fork, working on Ubuntu 16.04 https://github.com/frontw/ROS.NET_Unity

Andor233 commented 3 years ago

Hi I want to use it on ubuntu too, and I checked your fork, why some of // were replaced by Path.DirectorySeparatorChar but some by \?

Andor233 commented 3 years ago

It will not be a problem when you want to use in ubuntu and windows at the same time?