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 -0600
Seen: 115 times
Last updated: Jun 10 '16
Can't find python scripts after sourcing
run ros terminal commands within a python script
How to request a service with complex service type(in python)?
Batch rosbag record from python
gentoo: genmsg fail at catkin compile [closed]
nosetests not working reliably with catkin_make [closed]