diff options
author | Greg Brown <gmb60@cam.ac.uk> | 2022-01-30 23:50:36 +0000 |
---|---|---|
committer | Greg Brown <gmb60@cam.ac.uk> | 2022-01-30 23:51:00 +0000 |
commit | f6ee0e36c9cc075e5f007c44e95dc3aaa7736a57 (patch) | |
tree | 0fb6437bf04884ca7da38299d30b37ad6f9b4ee3 /models/simple_world/model.config |
Initial commit
Diffstat (limited to 'models/simple_world/model.config')
-rw-r--r-- | models/simple_world/model.config | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/models/simple_world/model.config b/models/simple_world/model.config new file mode 100644 index 0000000..c5582f1 --- /dev/null +++ b/models/simple_world/model.config @@ -0,0 +1,16 @@ +<?xml version="1.0"?> + +<model> + <name>Exercise World</name> + <version>1.0</version> + <sdf version="1.0">model.sdf</sdf> + + <author> + <name>asp45</name> + <email>asp45@cl.cam.ac.uk</email> + </author> + + <description> + Simple world for the exercises. + </description> +</model> |