ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hey since you are running a python script be sure to add it as an executable in order for it to be called.
chmod u+x teleop_key.py
After that resource the workspace and in a CLI:
source ~/"your_root_ws"/devel/setup.bash
And then try running the node by itself and see if it works.
Hope this helps