Copy a package to catkin workspace [closed]
Hi,
I want to change a package I found: http://wiki.ros.org/depthimage_to_las... and https://github.com/ros-perception/dep...
I need to make changes in every file, .h, .cpp, .... To do this I want to do a copy of this package to catkin workspace in order to make the changes without messing with the original package!
How can I do this? Is it ok for this package to have the same name as the previous one which I have installed with ROS?
*UPDATE*
I already have the package in my catkin workspace directory, thanks to @ahendrix!
Now I have one question:
- All the files, including the files from include folder, test folder and cfg folder are in the package directory: /catkin_ws/src/depthimage_to_laserscan . Is this ok? Should these files in these folders be inside the package folder directory along with the src folder?
Thank you!