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~
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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.
Asked: 2012-01-11 00:22:48 -0600
Seen: 3,338 times
Last updated: Jan 11 '12