Adding a python node to an existing ROS package.
Hello everyone,
As the title says, I am interested in adding a node to an existing ROS package. The node is written in Python and I want to make sure that by simply adding it to the catkin_ws/src/pkg_name/src/ folder I am doing the correct thing. Is it something that I am missing and if yes then what is the best practice?