should catkin_make_isolated generate some initial setup.* files without packages in src?
I am trying to write an automated script to setup a catkin isolated workspace chained with a rosbuild workspace (to be used by freshmen students here). Since there are no packages to begin with, no setup files are generated by catkin_make_isolated.
Any thoughts on how this can be achieved?