Catkin support for new format
Closed this issue · 8 comments
At least, an error should be thrown if is detected.
What new format?
http://docs.ros.org/indigo/api/catkin/html/howto/format2/index.html
Selected with <package format="2">
.
This is the first I've heard of that. It looks great, but I probably won't have time soon to fix it.
Are there any conversion scripts available? It seems theoretically easy (once roscompile supports format 2) to write one using this infrastructure.
#13 prevents roscompile doing anything if format 2 is encountered. This could be improved by allowing modification of CMakeLists.txt but not package.xml.
This is a valid issue, even if I can't fix it soon.
#13 is merged, so this remains an open issue for doing intelligent things with format2.
Ok, thanks!