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
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
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2013-03-13 16:50:50 -0500
Seen: 85 times
Last updated: Mar 13 '13
could you please explain some thing more