catkin - stack.yaml does not exist
Hi,
when I manually download a catkinized package from https://github.com/ros it doesn't come with a stack.yaml file.
When I cd into that downloaded package and cmake, it then complains for the stack.yaml file not existing. I realize, stack.xml contains exactly the same information, so I manually created the yaml file from xml in order to get catkinized CMakeLists.txt work with cmake.
Right now I'm just playing with catkinized packages and their CMakeLists.txt to better understand how to catkinize my packages.
My questions is:
Is there a script to convert the stack.xml into stack.yaml?
OR when we follow the rosinstall process, is catkin reading the information from the stack.xml directly (since catkinized stacks don't have a .yaml file in them)? If so how?
Hi joq, thanks for the answer. Actually it is possible to build single packages. I got it working for a package. You just have to do everything manually and if you have a lot of packages it takes time. My question is only about getting a stack.yaml from stack.xml (or manifest.xml).