KIT-ISAS / iviz

Utilities for visualizing and working with ROS data using C# and Unity. Part of the ROBDEKON project.
MIT License
121 stars 27 forks source link

Using IVIZ in Ubuntu Unity #6

Closed Hankfirst closed 2 years ago

Hankfirst commented 3 years ago

Thanks for your great job!

My attempt on Windows10 was unsuccessful since the wired connection beteween robot and laptop wire seemed unstable (sometimes the connection can be successful, but most of the time It keeps retrying). So I considered using IVIZ in Ubuntu, but an error occurred when I started UI AR according to the process:

Assets/Application/Controllers/OccupancyGridListener.cs(4,22): error CS0234: The type or namespace name 'Remoting' does not exist in the namespace 'System.Runtime' (are you missing an assembly reference?) DeepinScrot-0353

How should I solve this problem? Thank you!

Hankfirst commented 3 years ago

I solved this problem by commenting the header file reference, but I don’t know if it will bring other troubles. This error did not appear on another laptop with Ubuntu 16.04.

akzeac commented 3 years ago

Hi! Thank you. Rider sometimes adds the wrong using directives and I forget to remove them. Yes, it is safe to comment it out. It should be gone in the latest version.