visose / Robots

Create and simulate ABB, KUKA, UR, and Staubli robot programs.
MIT License
301 stars 125 forks source link

[Bug] Conflict between Rhino3dm and RhinoCommon references #175

Closed lin-ycv closed 2 years ago

lin-ycv commented 2 years ago

Is there an existing issue for this?

What Robots version are you using?

1.5.2

What Rhino version are you using?

Rhino 7 on Windows

Current Behavior

I'm developing additional custom tool for robots, but the robots nuget package relies on Rhino3dm, which conflicts with RhinoCommon image and I can't remove RhinoCommon reference since Grasshopper package relies on Rhinocommon.

my current solution is to assign Rhino3dm an alias, but i'm wondering if there's something that can be changed on the nuget package to make it more plug and play?

The main one i'm currently having issue with is the plane for tools, it uses Rhino3dm.Geometry.Plane.

visose commented 2 years ago

You might be using the wrong package:

lin-ycv commented 2 years ago

Ah, my mistake, did not scroll down on the nuget list, thanks. this makes things a lot easier.