ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I just ran the following set of commands at the root of my source tree:
perl -e "s/motion_planning_msgs/arm_navigation_msgs/g;" -pi $(find -type f)
perl -e "s/move_arm_msgs/arm_navigation_msgs/g;" -pi $(find -type f)
perl -e "s/collision_environment_msgs/arm_navigation_msgs/g;" -pi $(find -type f)
perl -e "s/planning_environment_msgs/arm_navigation_msgs/g;" -pi $(find -type f)