I have some robot software I'm working on (Java on Android) which needs to store a pre-designed map of a playing field to be able to navigate around. The field's not got any fancy 3d structure, the map can be 2d.
I've been trying to find a good format to store the maps in. I've looked into SVGs and DXFs, but neither one is really designed for the purpose.
Is there any file format specifically designed for small, geometric, robotics-oriented maps?
The field I'd be modelling is this one: 