ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

If you take a look at rosed on the wiki, you'll see that the pattern for using rosed is as follows:

rosed [package_name] [filename]

not

rosed [filename]

The error that you're getting tells you that you're passing CMakeLists.txt as the package name (which isn't what you want):

Couldn't find package [CMakeLists.txt]

So, to edit the file using rosed, use the pattern:

rosed [package_name] [filename]