Introduction to tf2 on NOETIC
Hi there!
i was trying to learn more about TF2, but running the
roslaunch turtle_tf2 turtle_tf2_demo.launch
it is obtained
Use arrow keys to move the turtle. 'q' to quit.
process[turtle_pointer-6]: started with pid [2221]
/usr/bin/env: ‘python’: No such file or directory
[turtle1_tf2_broadcaster-4] process has died [pid 2210, exit code 127, cmd /opt/ros/noetic/lib/turtle_tf2/turtle_tf2_broadcaster.py __name:=turtle1_tf2_broadcaster __log:=/home/vivio/.ros/log/2f5f5452-4605-11ec-acdb-556470342d91/turtle1_tf2_broadcaster-4.log].
I guess the the line regarding python is important "/usr/bin/env: ‘python’:" In Ubuntu 20.04 Python3 is default. I have to find the file of turtlesim and add "/usr/bin/env: python3"?
Thank you!