Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
example-robot-data
Commits
eb25ae5c
Commit
eb25ae5c
authored
Nov 26, 2019
by
Wolfgang Merkt
Browse files
romeo_description: remove unused files
parent
b58fa407
Changes
2
Show whitespace changes
Inline
Side-by-side
robots/romeo_description/meshes/PLACEHOLDER
deleted
100644 → 0
View file @
b58fa407
robots/romeo_description/meshes/convert.sh
deleted
100755 → 0
View file @
b58fa407
#!/bin/sh
for
i
in
`
find
.
-name
'*.wrl'
`
;
do
meshlabserver
-i
$i
-o
`
pwd
`
/
$(
echo
`
basename
$i
`
|
sed
's|.wrl$|.dae|'
)
done
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment