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 |
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.
Asked: 2012-01-11 00:22:48 -0600
Seen: 3,353 times
Last updated: Jan 11 '12
How do I install a missing ROS package?
ROS Packages vs. Linux Packages
What's the best way to keep track of changes to ROS stacks and packages?
how to find the stack name of the package?
install missing stack failed by apt-get ros-diamondback
Find the name of package containing a file, given the file's path