From 39c8f703d8583ea963029e9727670603a632d4e7 Mon Sep 17 00:00:00 2001
From: Daniel Christoph <daniel.christoph@informatik.hu-berlin.de>
Date: Sun, 26 Jan 2020 15:04:08 +0100
Subject: [PATCH] Update src/sim/plugins/hello.world

---
 src/sim/plugins/hello.world | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 src/sim/plugins/hello.world

diff --git a/src/sim/plugins/hello.world b/src/sim/plugins/hello.world
new file mode 100644
index 0000000..d116a0b
--- /dev/null
+++ b/src/sim/plugins/hello.world
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<sdf version="1.4">
+  <world name="default">
+    <plugin name="hello_world" filename="libhello_world.so"/>
+  </world>
+</sdf>
-- 
GitLab