rqt tutorial python version
ROS Version Noetic
Hello i am trying to develop a custom GUI using PyQt5 and embed RViz into it. Hence i started learning RQT to create a plugin, when i was running the tutorial code i got error. /usr/bin/env: ‘python’: No such file or directory
The code i used to run in PC is attached below.
I placed this code under Catkin_ws/src/
i assumed the error is due to python version, since Noetic supports Python 3 and the tutorial seems to be in Python2. weather my assumption is correct or have i done something wrong. How can i overcome this error should i rewrite in Python3 or any steps missing ?