Unary stack
I have successfully wrapped an external library into ROS framework following instructions in the tutorial. However, I have used a stack and a package to acheive this. I would like to switch to using a unary stack instead. I am not sure about how to create a unary stack. I do not use CMakeLists.txt in my package for wrapping the external library and as such CMakeLists.txt files in stack and package are not a problem. However, what should be done about the Makefile(s) in stack and package in order to create a unary stack from current stack-package. Thanks!