is python compiled under ROS
Normally C++ is compiled to run but Python is interpreted. Is it compiled under ROS?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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.
Asked: 2016-06-10 04:58:51 -0600
Seen: 380 times
Last updated: Jun 10 '16
[ROS2] Launch same node several times using same launch file
How can I call a ros2 executable with arguments from a non-ROS file
Crosscompiling ROS for Raspberry PI (ARM)
why roslanuch commond show error?
Install Python module for cross-compile target?
If it possible to launch a launch file from python?
How to remap from geometry_msgs/PoseStamped to move_base_msgs/MoveBaseActionGoal in ROS node
Visualize collada file on rviz [closed]
service does not exist - app_manager rapp, hydro, python, turtlebot