ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I have decided to wrap the dot net assembly in c++. After a look at how to embed mono in a c++ application it does not look that difficult. I expect the .NET dll to be quite static and the interface to be quite limited. So there is no need to involve C# in accessing the ROS API, for example worry about how ROS messages are parsed and generated.