looking turtle_teleop_key script in python
Hi,
I am looking turtle_teleop_key script wrote in python. I can't open turtle_teleop_key from opt/ros/distro/lib/turtlesim/
Thanks in advance
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Hi,
I am looking turtle_teleop_key script wrote in python. I can't open turtle_teleop_key from opt/ros/distro/lib/turtlesim/
Thanks in advance
The only node from the turtlesim
package that's called turtle_teleop_key
that I'm aware of is not written in Python, but is written in C++ and you can find the source in the docs.
I did find another keyboard teleop node in the teleop_tools
package that is written in Python.
Asked: 2019-05-02 12:00:18 -0600
Seen: 3,558 times
Last updated: May 02 '19
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