What is the correct way to install ROS pakages??
For installing packages made by others, I download their repositories from github as zip. Then I extract them to catkin_ws/src folder. Then I use catkin make to build the package. Generally, all the packages work fine by this method but is this correct method to install all kind of packages??