[Autoware] Universe & Core vs Auto
I'm struggling with a new Autoware release. I know Autoware.core & Autoware.universe are under early development, hence lack of documentation. Anyway, I just couldn't understand few things:
Where is the core code? Within core I found only few packages in .repos file. Is there any non-public Autoware.core package under development? AFAIK high quality packages will be migrated from universe to core - does it mean that all packages initially are initialized in universe space?
Looking into Autoware.Auto, the code mostly looks good, I mean naming, namespaces, structure etc. What happened in Autoware.universe? Many packages don't fit to project layout. Are we letting inside all the packages and then refactor them?
Why old-style launch files (XML) suddenly appear in the project? Are we migrating Autoware.AI to current release? Shouldn't we migrate Autoware.Auto?
Is there any single launch file which I could run to test new Autoware with simulator?