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

I'm not sure what you mean by a C++ workspace, but you are free to mix and match different languages within the same package and workspace. Nodes written in different languages can communicate via topics and services (for the most part, I haven't yet encountered any limitations/problems). In fact, I do this all the time. I'll often write some nodes in Python and some in C++ and there's never an issue.