How to manage multiple projects in single wrokspace?
Hello,
How to manage multiple projects in a single catkin workspace?? Like if I have a project named project_1 then some packages in it and then another project named project_2 then some packages in it. Like tree given below.
catkin_ws/
src/
CMakeLists.txt
project_1
package_1/
CMakeLists.txt
package.xml
...
package_n/
CMakeLists.txt
package.xml
project_2
package_1/
CMakeLists.txt
package.xml
...
package_n/
CMakeLists.txt
package.xml
build/
devel/
logs/
If we can make a structure like this, then how to build this?