simple way to run a python program under ROS
How can I run a simple Python program under ROS (turtlebot is already running)? How do I launch (start?) it?
Alan KM6VV
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
How can I run a simple Python program under ROS (turtlebot is already running)? How do I launch (start?) it?
Alan KM6VV
Put the files in a folder and then add the folder to your ROS_PACKAGE_PATH. Then chmod a+x your_program.py
Asked: 2013-03-13 16:50:50 -0600
Seen: 435 times
Last updated: Mar 13 '13
Do I need to know any specific computer language or framework to use ROS?
Is anybody in ROS community using PySide?
Any good examples of using dynamic_reconfigure for a python node?
is there a python equivalent of fromROSMsg/toROSMsg (pcl stack)
How to contributing python versions of tutorials? e.g. Tutorials for arm_navigation
How to recieve an array over Publisher and Subscriber? (Python)
Error assigning a python quaternion
Using python for automatically writing data in bag to csv file
could you please explain some thing more