is python compiled under ROS
Normally C++ is compiled to run but Python is interpreted. Is it compiled under ROS?
Normally C++ is compiled to run but Python is interpreted. Is it compiled under ROS?
When you run a python node, then ROS just runs the python script. it's the same as if you were to run it in the command line:
> ./my_node.py
So no, ROS does not compile anything. If you want to use cython, you can have a look here: https://github.com/marcoesposito1988/...
I did not try it myself.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2016-06-10 04:58:51 -0500
Seen: 239 times
Last updated: Jun 10 '16
Image_transport for Python node
How to break and come of the for loop ?
Best way to save ROS 2 topic messages to text file in Python callback?
Python import: rosrun works well but roslaunch reports error
Best way to integrate ndarray into ros2 [closed]
ROS (Jade) using anaconda python on OS X
Callback function for sensor_image sensor
Organize and Reference Ros Code in Python Packages