ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
To rename a ROS package:
1.Simply rename its folder name.
2.Update the name in Package.xml file of the package.
3.Update the name in CMakeLists.txt file of the package.
Its Done, No need to build that package again after renaming.