ROS node implementation
Hi, I want to implement C# in ROS, and I want to first initialize a C# node.
I found the code in roslib, /opt/ros/electric/ros/core/roslib/src/roslib/xmlrpc.py, seems to have implemented node(by class XmlRpcNode(object)).But I am not sure if this file is the right one I am looking for.
Thanks~