ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You can probably do something similar to:

import sys
sys.path.append(r"c:\path\to\ros")

But you could also use the roscs (ROS C#) library directly. We use the rosjava library, by turning it into DLLs through IKVM. We use rosjava because it doesn't have any other dependencies, whereas roscs depends on Ubuntu.