Robotics StackExchange | Archived questions

looking turtle_teleop_key script in python

Hi,

I am looking turtleteleopkey script wrote in python. I can't open turtleteleopkey from opt/ros/distro/lib/turtlesim/

Thanks in advance

Asked by aefka on 2019-05-02 12:00:18 UTC

Comments

Answers

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 by jayess on 2019-05-02 14:42:48 UTC

Comments