C# Fix broke ROS dll (5313bab)

Issue #64 resolved
Keith O'Hara created an issue

https://bitbucket.org/ipre/calico/commits/5313bab2fbdb452ea5e354cd2f5a9e6b

For some reason, this commit killed Calico ROS support. I get the following error:

Traceback (most recent call last): File "/tmp/calico/examples/python/Robots/MyROS/rostest0.py", line 1, in <module> ImportError: No module named org.ros.namespace

Comments (3)

  1. Doug Blank

    Not sure I understand what caused this, but I have removed the adding of the assemblies for now. Will look for a better solution so that C# can use DLLs.

  2. Doug Blank

    Fixed with 0a03f14 ... this is a work-around, as C# doesn't currently have the ability to use ros.dll directly. Can use MyROS though. Not sure what the problem is.

  3. Log in to comment