How to rename existing package?
I don't want to use mv and vim to change each file manually.
How to do that?
Thank you~
I don't want to use mv and vim to change each file manually.
How to do that?
Thank you~
Simply said: AFAIK there is no other way, at least no easy way.
At least no ROS-way. You can obviously use tools like sed, vim's regexp search/replace. It is usually not that much work in the package itself.
The uglier problems arise from all other packages that use the package and refer to the name. You will need to change all those, e.g. depends lines, $find lines in launch files, etc.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2012-01-11 00:22:48 -0600
Seen: 2,194 times
Last updated: Jan 11 '12
Installing the Openni Package for Asus Xtion Pro Live 3D Sensor on TurtleBot3
Publishers and Subscribers in ros
how to read usb stick using ros [closed]
How to: Install and Uninstall pckg: pcl ros grooy from here. [closed]
How to add message dependencies if they are located in the same package? [closed]
Tf roslaunch issue, Package Path not set up properly?
Use map_server inside Docker : node won't launch