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 | Q&A answers.ros.org |
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,853 times
Last updated: Jan 11 '12
moveit_planning_execution.launch file not getting located.
install missing stack failed by apt-get ros-diamondback
Could not find a package configuration file provided by "path_generation"
How do I build .deb for a ROS package?
Organize and Reference Ros Code in Python Packages
How to see author information of ROS packages?
Fail to process package "cpp_common"
How can I include a package in a new folder?
How to separate bloom-generate'd debian package into variants (release, -dev, -dbg)?