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

No, this is most likely a typo.

The two client libraries would be roscpp and rospy.

And does rospy interpret the script or compile it into executables (that might explain the name roscpy) ?

this is not really how Python works. The Python interpreter interprets Python code. It does not turn them into executables (in the traditional sense of the word, ie: executable binaries).

No, this is most likely a typo.

The two client libraries would be roscpp and rospy.

And does rospy interpret the script or compile it into executables (that might explain the name roscpy) ?

this is not really how Python works. The Python interpreter interprets Python code. It does not turn them into executables (in the traditional sense of the word, ie: executable binaries).