Do I have to modify CMakeLists.txt for a python node?
I try to write a python node running in my package. Before I run catkin_make and rosrun, do I have to modify my CMakeLists.txt file as we did in the case of C++ node it the tutorial at Step 3?
I am new in ROS, I use ubuntu 16.04, ROS kinetic and python 2.7
Thanks in advance!