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

Usually, if you have two nodes written in different languages, you can have one publish its output to a topic, and have the other node subscribe to that topic.

Trying to call Python functions from C++ is possible, but it's not usually a good idea due to the complexity and the overhead involved.

If you want a more specific answer, you'll need to provide more specifics (and preferably examples) of what you want to do.