From eb25ae5c831e10a8c83e2ce1d98f92b19236df52 Mon Sep 17 00:00:00 2001 From: Wolfgang Merkt <w.merkt@gmail.com> Date: Tue, 26 Nov 2019 18:04:10 +0000 Subject: [PATCH] romeo_description: remove unused files --- robots/romeo_description/meshes/PLACEHOLDER | 0 robots/romeo_description/meshes/convert.sh | 4 ---- 2 files changed, 4 deletions(-) delete mode 100644 robots/romeo_description/meshes/PLACEHOLDER delete mode 100755 robots/romeo_description/meshes/convert.sh diff --git a/robots/romeo_description/meshes/PLACEHOLDER b/robots/romeo_description/meshes/PLACEHOLDER deleted file mode 100644 index e69de29..0000000 diff --git a/robots/romeo_description/meshes/convert.sh b/robots/romeo_description/meshes/convert.sh deleted file mode 100755 index 6154aad..0000000 --- a/robots/romeo_description/meshes/convert.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -for i in `find . -name '*.wrl'`; do - meshlabserver -i $i -o `pwd`/$(echo `basename $i` | sed 's|.wrl$|.dae|') -done -- GitLab