Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

gzweb8 docker image hangs while creating thumbnails #86

Closed
Kukanani opened this issue Oct 3, 2017 · 14 comments
Closed

gzweb8 docker image hangs while creating thumbnails #86

Kukanani opened this issue Oct 3, 2017 · 14 comments

Comments

@Kukanani
Copy link

Kukanani commented Oct 3, 2017

After switching to using gzweb8 as a result of #84, my docker build hangs while creating its second thumbnail. Please see the output below.

This would seem to be the same problem as #43, but I'm unable to launch the image with an X server to generate the thumbnails, because the image never finishes building in the first place. As far as I can tell, there's not a way to run docker build with an X server.

Log Summary
$ sudo docker build -t gzweb8 .
[sudo] password for adam: 
Sending build context to Docker daemon   2.56kB
Step 1/8 : FROM gazebo:libgazebo8
 ---> a364da67a3ac
Step 2/8 : RUN apt-get update && apt-get install -q -y     build-essential     cmake     imagemagick     libboost-all-dev     libgts-dev     libjansson-dev     libtinyxml-dev     mercurial     nodejs     nodejs-legacy     npm     pkg-config     psmisc     xvfb    && rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 7fb6e6b32426
Step 3/8 : RUN apt-get update && apt-get install -q -y     libgazebo8-dev=8.1.1-1*     && rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> d538502a1f03
Step 4/8 : RUN hg clone https://bitbucket.org/osrf/gzweb ~/gzweb
 ---> Using cache
 ---> 6b02eda7cf30
Step 5/8 : RUN cd ~/gzweb     && hg up default     && xvfb-run -s "-screen 0 1280x1024x24" ./deploy.sh -m
 ---> Running in 18db754d9ec1
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
Build a local model database.
Download from gazebo_models repository.
WARN engine hawk@6.0.2: wanted: {"node":">=4.5.0"} (current: {"node":"4.2.6","npm":"3.5.2"})
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN prefer global marked@0.3.6 should be installed with -g
npm WARN prefer global jshint@2.9.5 should be installed with -g

> websocket@1.0.24 install /root/gzweb/node_modules/websocket
> (node-gyp rebuild 2> builderror.log) || (exit 0)

make: Entering directory '/root/gzweb/node_modules/websocket/build'
  CXX(target) Release/obj.target/bufferutil/src/bufferutil.o
  SOLINK_MODULE(target) Release/obj.target/bufferutil.node
  COPY Release/bufferutil.node
  CXX(target) Release/obj.target/validation/src/validation.o
  SOLINK_MODULE(target) Release/obj.target/validation.node
  COPY Release/validation.node
make: Leaving directory '/root/gzweb/node_modules/websocket/build'
gzweb@1.3.0 /root/gzweb
+-- catharsis@0.8.9 
| `-- underscore-contrib@0.3.0 
|   `-- underscore@1.6.0 
+-- codecov@2.3.0 
| +-- argv@0.0.2 
| +-- request@2.81.0 
| | +-- aws-sign2@0.6.0 
| | +-- form-data@2.1.4 
| | +-- har-validator@4.2.1 
| | | +-- ajv@4.11.8 
| | | `-- har-schema@1.0.5 
| | +-- hawk@3.1.3 
| | | +-- boom@2.10.1 
| | | +-- cryptiles@2.0.5 
| | | +-- hoek@2.16.3 
| | | `-- sntp@1.0.9 
| | +-- http-signature@1.1.1 
| | | `-- assert-plus@0.2.0 
| | +-- performance-now@0.2.0 
| | `-- qs@6.4.0 
| `-- urlgrey@0.4.4 
+-- grunt@0.4.5 
| +-- async@0.1.22 
| +-- coffee-script@1.3.3 
| +-- colors@0.6.2 
| +-- dateformat@1.0.2-1.2.3 
| +-- eventemitter2@0.4.14 
| +-- exit@0.1.2 
| +-- findup-sync@0.1.3 
| | +-- glob@3.2.11 
| | | `-- minimatch@0.3.0 
| | `-- lodash@2.4.2 
| +-- getobject@0.1.0 
| +-- glob@3.1.21 
| | +-- graceful-fs@1.2.3 
| | `-- inherits@1.0.2 
| +-- grunt-legacy-log@0.1.3 
| | +-- colors@0.6.2 
| | +-- grunt-legacy-log-utils@0.1.1 
| | | +-- colors@0.6.2 
| | | +-- lodash@2.4.2 
| | | `-- underscore.string@2.3.3 
| | +-- lodash@2.4.2 
| | `-- underscore.string@2.3.3 
| +-- grunt-legacy-util@0.2.0 
| | +-- async@0.1.22 
| | `-- which@1.0.9 
| +-- hooker@0.2.3 
| +-- iconv-lite@0.2.11 
| +-- js-yaml@2.0.5 
| | +-- argparse@0.1.16 
| | | +-- underscore@1.7.0 
| | | `-- underscore.string@2.4.0 
| | `-- esprima@1.0.4 
| +-- lodash@0.9.2 
| +-- minimatch@0.2.14 
| | +-- lru-cache@2.7.3 
| | `-- sigmund@1.0.1 
| +-- nopt@1.0.10 
| +-- rimraf@2.2.8 
| +-- underscore.string@2.2.1 
| `-- which@1.0.9 
+-- grunt-contrib-clean@1.1.0 
| `-- async@1.5.2 
+-- grunt-contrib-concat@1.0.1 
| +-- chalk@1.1.3 
| | +-- ansi-styles@2.2.1 
| | +-- has-ansi@2.0.0 
| | | `-- ansi-regex@2.1.1 
| | +-- strip-ansi@3.0.1 
| | `-- supports-color@2.0.0 
| `-- source-map@0.5.7 
+-- grunt-contrib-jshint@1.1.0 
| `-- jshint@2.9.5 
|   +-- cli@1.0.1 
|   +-- console-browserify@1.1.0 
|   | `-- date-now@0.1.4 
|   +-- htmlparser2@3.8.3 
|   | +-- domelementtype@1.3.0 
|   | +-- domhandler@2.3.0 
|   | +-- domutils@1.5.1 
|   | | `-- dom-serializer@0.1.0 
|   | |   +-- domelementtype@1.1.3 
|   | |   `-- entities@1.1.1 
|   | +-- entities@1.0.0 
|   | `-- readable-stream@1.1.14 
|   |   +-- isarray@0.0.1 
|   |   `-- string_decoder@0.10.31 
|   +-- lodash@3.7.0 
|   +-- shelljs@0.3.0 
|   `-- strip-json-comments@1.0.4 
+-- grunt-contrib-uglify@3.1.0 
| +-- maxmin@1.1.0 
| | +-- figures@1.7.0 
| | +-- gzip-size@1.0.0 
| | | +-- browserify-zlib@0.1.4 
| | | | `-- pako@0.2.9 
| | | `-- concat-stream@1.6.0 
| | |   `-- typedarray@0.0.6 
| | `-- pretty-bytes@1.0.4 
| +-- uglify-js@3.0.28 
| | `-- commander@2.11.0 
| `-- uri-path@1.0.0 
+-- grunt-contrib-watch@1.0.0 
| +-- gaze@1.1.2 
| | `-- globule@1.2.0 
| |   `-- lodash@4.17.4 
| +-- lodash@3.10.1 
| `-- tiny-lr@0.2.1 
|   +-- body-parser@1.14.2 
|   | +-- bytes@2.2.0 
|   | +-- debug@2.2.0 
|   | | `-- ms@0.7.1 
|   | +-- http-errors@1.3.1 
|   | +-- iconv-lite@0.4.13 
|   | +-- qs@5.2.0 
|   | `-- raw-body@2.1.7 
|   |   +-- bytes@2.4.0 
|   |   `-- iconv-lite@0.4.13 
|   +-- debug@2.2.0 
|   | `-- ms@0.7.1 
|   +-- faye-websocket@0.10.0 
|   | `-- websocket-driver@0.7.0 
|   |   +-- http-parser-js@0.4.8 
|   |   `-- websocket-extensions@0.1.2 
|   +-- livereload-js@2.2.2 
|   +-- parseurl@1.3.2 
|   `-- qs@5.1.0 
+-- grunt-jsdoc@2.2.0 
| `-- cross-spawn@3.0.1 
|   `-- lru-cache@4.1.1 
|     +-- pseudomap@1.0.2 
|     `-- yallist@2.1.2 
+-- http-server@0.10.0 
| +-- colors@1.0.3 
| +-- corser@2.0.1 
| +-- ecstatic@2.2.1 
| | +-- he@1.1.1 
| | +-- minimist@1.2.0 
| | `-- url-join@2.0.2 
| +-- http-proxy@1.16.2 
| | +-- eventemitter3@1.2.0 
| | `-- requires-port@1.0.0 
| +-- opener@1.4.3 
| +-- optimist@0.6.1 
| | +-- minimist@0.0.10 
| | `-- wordwrap@0.0.3 
| +-- portfinder@1.0.13 
| `-- union@0.4.6 
|   `-- qs@2.3.3 
+-- istanbul@0.4.5 
| +-- abbrev@1.0.9 
| +-- escodegen@1.8.1 
| | +-- esprima@2.7.3 
| | +-- estraverse@1.9.3 
| | +-- esutils@2.0.2 
| | +-- optionator@0.8.2 
| | | +-- deep-is@0.1.3 
| | | +-- fast-levenshtein@2.0.6 
| | | +-- levn@0.3.0 
| | | +-- prelude-ls@1.1.2 
| | | +-- type-check@0.3.2 
| | | `-- wordwrap@1.0.0 
| | `-- source-map@0.2.0 
| |   `-- amdefine@1.0.1 
| +-- esprima@2.7.3 
| +-- glob@5.0.15 
| +-- handlebars@4.0.10 
| | +-- source-map@0.4.4 
| | `-- uglify-js@2.8.29 
| |   +-- source-map@0.5.7 
| |   +-- uglify-to-browserify@1.0.2 
| |   `-- yargs@3.10.0 
| |     +-- camelcase@1.2.1 
| |     +-- cliui@2.1.0 
| |     | +-- center-align@0.1.3 
| |     | | +-- align-text@0.1.4 
| |     | | | +-- longest@1.0.1 
| |     | | | `-- repeat-string@1.6.1 
| |     | | `-- lazy-cache@1.0.4 
| |     | +-- right-align@0.1.3 
| |     | `-- wordwrap@0.0.2 
| |     `-- window-size@0.1.0 
| +-- js-yaml@3.10.0 
| | +-- argparse@1.0.9 
| | | `-- sprintf-js@1.0.3 
| | `-- esprima@4.0.0 
| +-- once@1.4.0 
| | `-- wrappy@1.0.2 
| +-- resolve@1.1.7 
| +-- supports-color@3.2.3 
| | `-- has-flag@1.0.0 
| `-- wordwrap@1.0.0 
+-- jasmine-core@2.8.0 
+-- jsdoc@3.5.5 
| +-- babylon@7.0.0-beta.19 
| +-- bluebird@3.5.0 
| +-- escape-string-regexp@1.0.5 
| +-- js2xmlparser@3.0.0 
| | `-- xmlcreate@1.0.2 
| +-- klaw@2.0.0 
| +-- marked@0.3.6 
| +-- requizzle@0.2.1 
| | `-- underscore@1.6.0 
| +-- strip-json-comments@2.0.1 
| `-- taffydb@2.6.2 
+-- karma@1.7.1 
| +-- body-parser@1.18.2 
| | +-- bytes@3.0.0 
| | +-- content-type@1.0.4 
| | +-- depd@1.1.1 
| | +-- http-errors@1.6.2 
| | | `-- setprototypeof@1.0.3 
| | +-- iconv-lite@0.4.19 
| | +-- on-finished@2.3.0 
| | | `-- ee-first@1.1.1 
| | +-- qs@6.5.1 
| | +-- raw-body@2.3.2 
| | `-- type-is@1.6.15 
| |   `-- media-typer@0.3.0 
| +-- chokidar@1.7.0 
| | +-- anymatch@1.3.2 
| | | +-- micromatch@2.3.11 
| | | | +-- arr-diff@2.0.0 
| | | | | `-- arr-flatten@1.1.0 
| | | | +-- braces@1.8.5 
| | | | | +-- expand-range@1.8.2 
| | | | | | `-- fill-range@2.2.3 
| | | | | |   +-- is-number@2.1.0 
| | | | | |   +-- isobject@2.1.0 
| | | | | |   `-- randomatic@1.1.7 
| | | | | |     +-- is-number@3.0.0 
| | | | | |     | `-- kind-of@3.2.2 
| | | | | |     `-- kind-of@4.0.0 
| | | | | +-- preserve@0.2.0 
| | | | | `-- repeat-element@1.1.2 
| | | | +-- expand-brackets@0.1.5 
| | | | | `-- is-posix-bracket@0.1.1 
| | | | +-- extglob@0.3.2 
| | | | +-- filename-regex@2.0.1 
| | | | +-- kind-of@3.2.2 
| | | | | `-- is-buffer@1.1.5 
| | | | +-- object.omit@2.0.1 
| | | | | +-- for-own@0.1.5 
| | | | | | `-- for-in@1.0.2 
| | | | | `-- is-extendable@0.1.1 
| | | | +-- parse-glob@3.0.4 
| | | | | +-- glob-base@0.3.0 
| | | | | `-- is-dotfile@1.0.3 
| | | | `-- regex-cache@0.4.4 
| | | |   `-- is-equal-shallow@0.1.3 
| | | |     `-- is-primitive@2.0.0 
| | | `-- normalize-path@2.1.1 
| | |   `-- remove-trailing-separator@1.1.0 
| | +-- async-each@1.0.1 
| | +-- glob-parent@2.0.0 
| | +-- is-binary-path@1.0.1 
| | | `-- binary-extensions@1.10.0 
| | +-- is-glob@2.0.1 
| | | `-- is-extglob@1.0.0 
| | `-- readdirp@2.1.0 
| |   `-- set-immediate-shim@1.0.1 
| +-- colors@1.1.2 
| +-- combine-lists@1.0.1 
| | `-- lodash@4.17.4 
| +-- connect@3.6.5 
| | +-- finalhandler@1.0.6 
| | | +-- encodeurl@1.0.1 
| | | +-- escape-html@1.0.3 
| | | +-- statuses@1.3.1 
| | | `-- unpipe@1.0.0 
| | `-- utils-merge@1.0.1 
| +-- core-js@2.5.1 
| +-- di@0.0.1 
| +-- dom-serialize@2.2.1 
| | +-- custom-event@1.0.1 
| | +-- ent@2.2.0 
| | `-- void-elements@2.0.1 
| +-- expand-braces@0.1.2 
| | +-- array-slice@0.2.3 
| | +-- array-unique@0.2.1 
| | `-- braces@0.1.5 
| |   `-- expand-range@0.1.1 
| |     +-- is-number@0.1.1 
| |     `-- repeat-string@0.2.2 
| +-- isbinaryfile@3.0.2 
| +-- lodash@3.10.1 
| +-- log4js@0.6.38 
| | +-- readable-stream@1.0.34 
| | | +-- core-util-is@1.0.2 
| | | +-- isarray@0.0.1 
| | | `-- string_decoder@0.10.31 
| | `-- semver@4.3.6 
| +-- mime@1.4.1 
| +-- qjobs@1.1.5 
| +-- range-parser@1.2.0 
| +-- safe-buffer@5.1.1 
| +-- socket.io@1.7.3 
| | +-- debug@2.3.3 
| | | `-- ms@0.7.2 
| | +-- engine.io@1.8.3 
| | | +-- accepts@1.3.3 
| | | | `-- negotiator@0.6.1 
| | | +-- base64id@1.0.0 
| | | +-- cookie@0.3.1 
| | | +-- debug@2.3.3 
| | | | `-- ms@0.7.2 
| | | +-- engine.io-parser@1.3.2 
| | | | +-- after@0.8.2 
| | | | +-- arraybuffer.slice@0.0.6 
| | | | +-- base64-arraybuffer@0.1.5 
| | | | +-- blob@0.0.4 
| | | | `-- wtf-8@1.0.0 
| | | `-- ws@1.1.2 
| | |   +-- options@0.0.6 
| | |   `-- ultron@1.0.2 
| | +-- has-binary@0.1.7 
| | | `-- isarray@0.0.1 
| | +-- object-assign@4.1.0 
| | +-- socket.io-adapter@0.5.0 
| | | `-- debug@2.3.3 
| | |   `-- ms@0.7.2 
| | +-- socket.io-client@1.7.3 
| | | +-- backo2@1.0.2 
| | | +-- component-bind@1.0.0 
| | | +-- component-emitter@1.2.1 
| | | +-- debug@2.3.3 
| | | | `-- ms@0.7.2 
| | | +-- engine.io-client@1.8.3 
| | | | +-- component-emitter@1.2.1 
| | | | +-- component-inherit@0.0.3 
| | | | +-- debug@2.3.3 
| | | | | `-- ms@0.7.2 
| | | | +-- has-cors@1.1.0 
| | | | +-- parsejson@0.0.3 
| | | | +-- parseqs@0.0.5 
| | | | +-- xmlhttprequest-ssl@1.5.3 
| | | | `-- yeast@0.1.2 
| | | +-- indexof@0.0.1 
| | | +-- object-component@0.0.3 
| | | +-- parseuri@0.0.5 
| | | | `-- better-assert@1.0.2 
| | | |   `-- callsite@1.0.0 
| | | `-- to-array@0.1.4 
| | `-- socket.io-parser@2.3.1 
| |   +-- component-emitter@1.1.2 
| |   +-- debug@2.2.0 
| |   | `-- ms@0.7.1 
| |   +-- isarray@0.0.1 
| |   `-- json3@3.3.2 
| +-- tmp@0.0.31 
| `-- useragent@2.2.1 
|   `-- lru-cache@2.2.4 
+-- karma-chrome-launcher@2.2.0 
| `-- fs-access@1.0.1 
|   `-- null-check@1.0.0 
+-- karma-coverage@1.1.1 
| +-- dateformat@1.0.12 
| | +-- get-stdin@4.0.1 
| | `-- meow@3.7.0 
| |   +-- camelcase-keys@2.1.0 
| |   | `-- camelcase@2.1.1 
| |   +-- decamelize@1.2.0 
| |   +-- loud-rejection@1.6.0 
| |   | `-- currently-unhandled@0.4.1 
| |   |   `-- array-find-index@1.0.2 
| |   +-- map-obj@1.0.1 
| |   +-- normalize-package-data@2.4.0 
| |   | +-- hosted-git-info@2.5.0 
| |   | +-- is-builtin-module@1.0.0 
| |   | | `-- builtin-modules@1.1.1 
| |   | `-- validate-npm-package-license@3.0.1 
| |   |   +-- spdx-correct@1.0.2 
| |   |   | `-- spdx-license-ids@1.2.2 
| |   |   `-- spdx-expression-parse@1.0.4 
| |   +-- read-pkg-up@1.0.1 
| |   | +-- find-up@1.1.2 
| |   | | +-- path-exists@2.1.0 
| |   | | `-- pinkie-promise@2.0.1 
| |   | |   `-- pinkie@2.0.4 
| |   | `-- read-pkg@1.1.0 
| |   |   +-- load-json-file@1.1.0 
| |   |   | +-- parse-json@2.2.0 
| |   |   | | `-- error-ex@1.3.1 
| |   |   | |   `-- is-arrayish@0.2.1 
| |   |   | +-- pify@2.3.0 
| |   |   | `-- strip-bom@2.0.0 
| |   |   |   `-- is-utf8@0.2.1 
| |   |   `-- path-type@1.1.0 
| |   +-- redent@1.0.0 
| |   | +-- indent-string@2.1.0 
| |   | | `-- repeating@2.0.1 
| |   | |   `-- is-finite@1.0.2 
| |   | `-- strip-indent@1.0.1 
| |   `-- trim-newlines@1.0.0 
| `-- lodash@3.10.1 
+-- karma-jasmine@1.1.0 
+-- node-gyp@3.6.2 
| +-- fstream@1.0.11 
| | `-- inherits@2.0.3 
| +-- glob@7.1.2 
| | +-- fs.realpath@1.0.0 
| | +-- inflight@1.0.6 
| | `-- path-is-absolute@1.0.1 
| +-- graceful-fs@4.1.11 
| +-- minimatch@3.0.4 
| | `-- brace-expansion@1.1.8 
| |   +-- balanced-match@1.0.0 
| |   `-- concat-map@0.0.1 
| +-- mkdirp@0.5.1 
| | `-- minimist@0.0.8 
| +-- nopt@3.0.6 
| | `-- abbrev@1.1.1 
| +-- npmlog@4.1.2 
| | +-- are-we-there-yet@1.1.4 
| | | +-- delegates@1.0.0 
| | | `-- readable-stream@2.3.3 
| | |   +-- isarray@1.0.0 
| | |   +-- process-nextick-args@1.0.7 
| | |   +-- string_decoder@1.0.3 
| | |   `-- util-deprecate@1.0.2 
| | +-- console-control-strings@1.1.0 
| | +-- gauge@2.7.4 
| | | +-- aproba@1.2.0 
| | | +-- has-unicode@2.0.1 
| | | +-- object-assign@4.1.1 
| | | +-- signal-exit@3.0.2 
| | | +-- string-width@1.0.2 
| | | | +-- code-point-at@1.1.0 
| | | | `-- is-fullwidth-code-point@1.0.0 
| | | |   `-- number-is-nan@1.0.1 
| | | `-- wide-align@1.1.2 
| | `-- set-blocking@2.0.0 
| +-- osenv@0.1.4 
| | +-- os-homedir@1.0.2 
| | `-- os-tmpdir@1.0.2 
| +-- request@2.83.0 
| | +-- aws-sign2@0.7.0 
| | +-- aws4@1.6.0 
| | +-- caseless@0.12.0 
| | +-- combined-stream@1.0.5 
| | | `-- delayed-stream@1.0.0 
| | +-- extend@3.0.1 
| | +-- forever-agent@0.6.1 
| | +-- form-data@2.3.1 
| | | `-- asynckit@0.4.0 
| | +-- har-validator@5.0.3 
| | | +-- ajv@5.2.3 
| | | | +-- co@4.6.0 
| | | | +-- fast-deep-equal@1.0.0 
| | | | +-- json-schema-traverse@0.3.1 
| | | | `-- json-stable-stringify@1.0.1 
| | | |   `-- jsonify@0.0.0 
| | | `-- har-schema@2.0.0 
| | +-- hawk@6.0.2 
| | | +-- boom@4.3.1 
| | | +-- cryptiles@3.1.2 
| | | | `-- boom@5.2.0 
| | | +-- hoek@4.2.0 
| | | `-- sntp@2.0.2 
| | +-- http-signature@1.2.0 
| | | +-- assert-plus@1.0.0 
| | | +-- jsprim@1.4.1 
| | | | +-- extsprintf@1.3.0 
| | | | +-- json-schema@0.2.3 
| | | | `-- verror@1.10.0 
| | | `-- sshpk@1.13.1 
| | |   +-- asn1@0.2.3 
| | |   +-- bcrypt-pbkdf@1.0.1 
| | |   +-- dashdash@1.14.1 
| | |   +-- ecc-jsbn@0.1.1 
| | |   +-- getpass@0.1.7 
| | |   +-- jsbn@0.1.1 
| | |   `-- tweetnacl@0.14.5 
| | +-- isstream@0.1.2 
| | +-- json-stringify-safe@5.0.1 
| | +-- mime-types@2.1.17 
| | | `-- mime-db@1.30.0 
| | +-- oauth-sign@0.8.2 
| | +-- performance-now@2.1.0 
| | +-- qs@6.5.1 
| | +-- stringstream@0.0.5 
| | +-- tough-cookie@2.3.3 
| | | `-- punycode@1.4.1 
| | +-- tunnel-agent@0.6.0 
| | `-- uuid@3.1.0 
| +-- rimraf@2.6.2 
| +-- semver@5.3.0 
| +-- tar@2.2.1 
| | `-- block-stream@0.0.9 
| `-- which@1.3.0 
|   `-- isexe@2.0.0 
+-- taffydb@2.7.3 
+-- underscore@1.8.3 
`-- websocket@1.0.24 
  +-- debug@2.6.9 
  | `-- ms@2.0.0 
  +-- nan@2.7.0 
  +-- typedarray-to-buffer@3.1.2 
  | `-- is-typedarray@1.0.0 
  `-- yaeti@0.0.6 

npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.1.2
npm WARN gzweb@1.3.0 No license field.
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- gzweb version 2.0.0
CMake Warning (dev) at CMakeLists.txt:23 (set):
  Policy CMP0053 is not set: Simplify variable reference and escape sequence
  evaluation.  Run "cmake --help-policy CMP0053" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.

  For input:

    '@PROJECT_NAME@-@GZWEB_VERSION_FULL@'

  the old evaluation rules produce:

    'gzweb-2.0.0'

  but the new evaluation rules produce:

    '@PROJECT_NAME@-@GZWEB_VERSION_FULL@'

  Using the old result for compatibility since the policy is not set.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Build type not selected: Release selected by default
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") 
-- Checking for module 'gazebo>=1.9.0'
--   Found gazebo, version 8.1.1
-- Checking for module 'jansson'
--   Found jansson, version 2.7
-- Checking for module 'gts'
--   Found gts, version 0.7.6
-- Boost version: 1.58.0
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Boost version: 1.58.0
-- Found the following Boost libraries:
--   system
--   filesystem
--   regex
--   thread
--   chrono
--   date_time
--   atomic
-- Found Protobuf: /usr/lib/x86_64-linux-gnu/libprotobuf.so  
-- Looking for tinyxml.h - found
-- Configuring done
-- Generating done
-- Build files have been written to: /root/gzweb/build
Scanning dependencies of target gzcoarse
[ 50%] Building CXX object tools/CMakeFiles/gzcoarse.dir/gzcoarse.cc.o
[100%] Linking CXX executable gzcoarse
[100%] Built target gzcoarse
gyp info it worked if it ends with ok
gyp info using node-gyp@3.6.2
gyp info using node@4.2.6 | linux | x64
gyp info spawn /usr/bin/python2
gyp info spawn args [ '/root/gzweb/node_modules/node-gyp/gyp/gyp_main.py',
gyp info spawn args   'binding.gyp',
gyp info spawn args   '-f',
gyp info spawn args   'make',
gyp info spawn args   '-I',
gyp info spawn args   '/root/gzweb/gzbridge/build/config.gypi',
gyp info spawn args   '-I',
gyp info spawn args   '/root/gzweb/node_modules/node-gyp/addon.gypi',
gyp info spawn args   '-I',
gyp info spawn args   '/root/.node-gyp/4.2.6/include/node/common.gypi',
gyp info spawn args   '-Dlibrary=shared_library',
gyp info spawn args   '-Dvisibility=default',
gyp info spawn args   '-Dnode_root_dir=/root/.node-gyp/4.2.6',
gyp info spawn args   '-Dnode_gyp_dir=/root/gzweb/node_modules/node-gyp',
gyp info spawn args   '-Dnode_lib_file=/root/.node-gyp/4.2.6/<(target_arch)/node.lib',
gyp info spawn args   '-Dmodule_root_dir=/root/gzweb/gzbridge',
gyp info spawn args   '-Dnode_engine=v8',
gyp info spawn args   '--depth=.',
gyp info spawn args   '--no-parallel',
gyp info spawn args   '--generator-output',
gyp info spawn args   'build',
gyp info spawn args   '-Goutput_dir=.' ]
gyp info ok 
gyp info it worked if it ends with ok
gyp info using node-gyp@3.6.2
gyp info using node@4.2.6 | linux | x64
gyp info spawn make
gyp info spawn args [ 'BUILDTYPE=Debug', '-C', 'build' ]
make: Entering directory '/root/gzweb/gzbridge/build'
  CXX(target) Debug/obj.target/gzbridge/GZNode.o
  CXX(target) Debug/obj.target/gzbridge/GazeboInterface.o
  CXX(target) Debug/obj.target/gzbridge/pb2json.o
  CXX(target) Debug/obj.target/gzbridge/ConfigLoader.o
  CXX(target) Debug/obj.target/gzbridge/OgreMaterialParser.o
  SOLINK_MODULE(target) Debug/obj.target/gzbridge.node
  COPY Debug/gzbridge.node
make: Leaving directory '/root/gzweb/gzbridge/build'
gyp info ok 
Downloading gazebo_models...^Fdestination directory: gazebo_models
applying clone bundle from https://media-api.atlassian.io/file/a0b14293-8c66-433d-bc3c-1e2901d1e5e5/binary?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiIxZWZmNzMzZC05MmQwLTQ5Y2EtOGQxNS0wZmUyNDJjN2M0OWYiLCJhY2Nlc3MiOnsidXJuOmZpbGVzdG9yZTpmaWxlOmEwYjE0MjkzLThjNjYtNDMzZC1iYzNjLTFlMjkwMWQxZTVlNSI6WyJyZWFkIl19LCJuYmYiOjE1MDcwNDQyMTEsImV4cCI6MTUwNzA0NDYzMX0.UKs-UZmKWrCG6EMAPgWxnAdIF6iL_CqWBVTKhN5jDBM&client=1eff733d-92d0-49ca-8d15-0fe242c7c49f
adding changesets
adding manifests
adding file changes
added 1244 changesets with 5349 changes to 2953 files (+51 heads)
finished applying clone bundle
searching for changes
adding changesets
adding manifests
adding file changes
added 5 changesets with 35 changes to 32 files (+1 heads)
updating to branch default
1775 files updated, 0 files merged, 0 files removed, 0 files unresolved
Download complete
Installing gazebo_models...-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Install path: /root/gzweb/http/client/models
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/tmp.D7Ls05P9cl/gazebo_models/build
Install complete
Gather all models on the local machine
copying local models to /root/gzweb/http/client/assets
No local models.
copying local resources to /root/gzweb/http/client/assets
No local resources
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/washer/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/washer/meshes/washer.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/washer/meshes/washer.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/washer/meshes/washer.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/polaris_ranger_ev/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/polaris_ranger_ev/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/polaris_ranger_ev/meshes/polaris.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/polaris_ranger_ev/meshes/polaris.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/polaris_ranger_ev/meshes/polaris.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/polaris_ranger_ev/materials/scripts/polaris.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/polaris_ranger_ev/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/dumpster/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/dumpster/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/dumpster/meshes/dumpster.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/dumpster/meshes/dumpster.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/dumpster/meshes/dumpster.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/dumpster/materials/scripts/dumpster.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/dumpster/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/saucepan/model-1_2.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/saucepan/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/saucepan/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/saucepan/meshes/saucepan.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/saucepan/meshes/saucepan.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/saucepan/meshes/saucepan.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/saucepan/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cricket_ball/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/frc2016_field/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/frc2016_field/meshes/walls.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/frc2016_field/meshes/walls.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/frc2016_field/meshes/walls.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/frc2016_field/meshes/turret_collide.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/frc2016_field/meshes/turret_collide.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/frc2016_field/meshes/turret_collide.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/intel_realsense_r200/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/intel_realsense_r200/meshes/realsense_r200.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/intel_realsense_r200/meshes/realsense_r200.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/intel_realsense_r200/meshes/realsense_r200.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/construction_cone/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/construction_cone/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/construction_cone/meshes/construction_cone.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/construction_cone/meshes/construction_cone.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/construction_cone/meshes/construction_cone.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/construction_cone/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_wheel_valve_wall/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_wheel_valve_wall/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_hinged_door/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/mud_box/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/mud_box/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/mud_box/materials/scripts/mud.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pr2_gripper/model-1_2.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pr2_gripper/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pr2_gripper/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pr2_gripper/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robocup09_spl_field/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robocup09_spl_field/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robocup09_spl_field/meshes/circle.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/robocup09_spl_field/meshes/circle.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/robocup09_spl_field/meshes/circle.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robocup09_spl_field/meshes/triangle.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/robocup09_spl_field/meshes/triangle.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/robocup09_spl_field/meshes/triangle.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robocup09_spl_field/materials/scripts/robocup09_spl_field.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/iris_with_standoffs/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/iris_with_standoffs/meshes/iris_prop_cw.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/iris_with_standoffs/meshes/iris_prop_cw.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/iris_with_standoffs/meshes/iris_prop_cw.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/iris_with_standoffs/meshes/iris_prop_ccw.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/iris_with_standoffs/meshes/iris_prop_ccw.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/iris_with_standoffs/meshes/iris_prop_ccw.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/iris_with_standoffs/meshes/iris.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/iris_with_standoffs/meshes/iris.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/iris_with_standoffs/meshes/iris.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/bowl/model-1_2.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/bowl/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/bowl/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/bowl/meshes/bowl.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/bowl/meshes/bowl.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/bowl/meshes/bowl.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/bowl/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/hammer/model-1_2.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/hammer/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/hammer/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/hammer/meshes/hammer.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/hammer/meshes/hammer.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/hammer/meshes/hammer.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/hammer/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/fire_hose_long_curled/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/fire_hose_long_curled/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/fire_hose_long_curled/meshes/coupling_hexagon.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/fire_hose_long_curled/meshes/coupling_hexagon.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/fire_hose_long_curled/meshes/coupling_hexagon.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/fire_hose_long_curled/meshes/connector.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/fire_hose_long_curled/meshes/connector.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/fire_hose_long_curled/meshes/connector.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/fire_hose_long_curled/materials/scripts/fire_hose_long_curled.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/wood_cube_7_5cm/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/table_marble/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/table_marble/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/table_marble/meshes/table_lightmap.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/table_marble/meshes/table_lightmap.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/table_marble/meshes/table_lightmap.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/table_marble/materials/scripts/table_lightmap.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robocup_3Dsim_goal/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robocup_3Dsim_goal/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_handle_wheel_valve/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_handle_wheel_valve/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_handle_wheel_valve/meshes/handle_wheel_valve.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/drc_practice_handle_wheel_valve/meshes/handle_wheel_valve.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/drc_practice_handle_wheel_valve/meshes/handle_wheel_valve.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/polaris_ranger_xp900_no_roll_cage/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/polaris_ranger_xp900_no_roll_cage/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/polaris_ranger_xp900_no_roll_cage/meshes/chasis.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/polaris_ranger_xp900_no_roll_cage/meshes/chasis.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/polaris_ranger_xp900_no_roll_cage/meshes/chasis.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/checkerboard_plane/checkerboard_plane.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/checkerboard_plane/meshes/checkerboard_plane.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/checkerboard_plane/meshes/checkerboard_plane.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/checkerboard_plane/meshes/checkerboard_plane.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cinder_block_2/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cinder_block_2/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cinder_block_2/meshes/cinder_block.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/cinder_block_2/meshes/cinder_block.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/cinder_block_2/meshes/cinder_block.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_4x4x40/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_4x4x40/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_4x4x40/meshes/4x4x40.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/drc_practice_4x4x40/meshes/4x4x40.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/drc_practice_4x4x40/meshes/4x4x40.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/gasket_part/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/gasket_part/meshes/gasket.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/gasket_part/meshes/gasket.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/gasket_part/meshes/gasket.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cordless_drill/model-1_2.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cordless_drill/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cordless_drill/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cordless_drill/meshes/cordless_drill.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/cordless_drill/meshes/cordless_drill.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/cordless_drill/meshes/cordless_drill.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cordless_drill/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/hokuyo/model-1_2.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/hokuyo/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/hokuyo/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/hokuyo/meshes/hokuyo.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/hokuyo/meshes/hokuyo.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/hokuyo/meshes/hokuyo.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/hokuyo/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_handle_wheel_valve_wall/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_handle_wheel_valve_wall/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/ragdoll/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/ragdoll/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/plastic_cup/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/plastic_cup/meshes/plastic_cup.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/plastic_cup/meshes/plastic_cup.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/plastic_cup/meshes/plastic_cup.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cloverleaf_interchange/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/walkway_metal_90/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cardboard_box/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cardboard_box/meshes/cardboard_box.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/cardboard_box/meshes/cardboard_box.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/cardboard_box/meshes/cardboard_box.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/nist_maze_wall_triple_holes_120/model-1_2.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/nist_maze_wall_triple_holes_120/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/nist_maze_wall_triple_holes_120/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/nist_maze_wall_triple_holes_120/meshes/nist_maze_wall_triple_holes_120.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/nist_maze_wall_triple_holes_120/meshes/nist_maze_wall_triple_holes_120.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/nist_maze_wall_triple_holes_120/meshes/nist_maze_wall_triple_holes_120.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/nist_maze_wall_triple_holes_120/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/walkway_metal_45/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/kinect/model-1_2.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/kinect/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/kinect/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/kinect/meshes/kinect.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/kinect/meshes/kinect.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/kinect/meshes/kinect.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/kinect/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/arrow_red/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/frc2016_moat/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/wooden_peg/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_hand_wheel_valve_wall/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_hand_wheel_valve_wall/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/marble_1_5cm/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/spectrum_plane/spectrum_plane.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/spectrum_plane/meshes/spectrum_plane.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/spectrum_plane/meshes/spectrum_plane.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/spectrum_plane/meshes/spectrum_plane.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/warehouse_robot/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/warehouse_robot/meshes/robot.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/warehouse_robot/meshes/robot.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/warehouse_robot/meshes/robot.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_4x4x20/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_4x4x20/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_4x4x20/meshes/4x4x20.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/drc_practice_4x4x20/meshes/4x4x20.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/drc_practice_4x4x20/meshes/4x4x20.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/wooden_case/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cafe/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cafe/meshes/cafe.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/cafe/meshes/cafe.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/cafe/meshes/cafe.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/wood_cube_2_5cm/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/stop_sign/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/stop_sign/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/stop_sign/meshes/stop_sign.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/stop_sign/meshes/stop_sign.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/stop_sign/meshes/stop_sign.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/stop_sign/materials/scripts/stopsign.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/stop_sign/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/grey_wall/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/grey_wall/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/grey_wall/materials/scripts/grey_wall.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/grey_wall/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/ur10/meshes/wrist1.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/ur10/meshes/wrist1.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/ur10/meshes/wrist1.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/ur10/meshes/wrist2.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/ur10/meshes/wrist2.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/ur10/meshes/wrist2.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/ur10/meshes/wrist3.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/ur10/meshes/wrist3.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/ur10/meshes/wrist3.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/ur10/meshes/forearm.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/ur10/meshes/forearm.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/ur10/meshes/forearm.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/ur10/meshes/shoulder.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/ur10/meshes/shoulder.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/ur10/meshes/shoulder.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/ur10/meshes/upperarm.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/ur10/meshes/upperarm.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/ur10/meshes/upperarm.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/ur10/meshes/base.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/ur10/meshes/base.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/ur10/meshes/base.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/ur10/ur10.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/number8/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/number8/materials/scripts/textures.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/winding_valley_heightmap/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/turtlebot/model-1_2.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/turtlebot/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/turtlebot/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/turtlebot/meshes/plate_0_logo.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/turtlebot/meshes/plate_0_logo.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/turtlebot/meshes/plate_0_logo.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/turtlebot/meshes/create_body.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/turtlebot/meshes/create_body.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/turtlebot/meshes/create_body.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/turtlebot/meshes/68-02403-125_Spacer.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/turtlebot/meshes/68-02403-125_Spacer.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/turtlebot/meshes/68-02403-125_Spacer.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/turtlebot/meshes/plate_2_logo.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/turtlebot/meshes/plate_2_logo.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/turtlebot/meshes/plate_2_logo.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/turtlebot/meshes/68-04552-1000-RA_Turtlebot_M-F_Standoff.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/turtlebot/meshes/68-04552-1000-RA_Turtlebot_M-F_Standoff.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/turtlebot/meshes/68-04552-1000-RA_Turtlebot_M-F_Standoff.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/turtlebot/meshes/68-04556-RA_Kinect_Standoff_Assy.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/turtlebot/meshes/68-04556-RA_Kinect_Standoff_Assy.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/turtlebot/meshes/68-04556-RA_Kinect_Standoff_Assy.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/turtlebot/meshes/68-02421-8000-RA_Turtlebot_F-F_Standoff.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/turtlebot/meshes/68-02421-8000-RA_Turtlebot_F-F_Standoff.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/turtlebot/meshes/68-02421-8000-RA_Turtlebot_F-F_Standoff.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/turtlebot/meshes/plate_1_logo.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/turtlebot/meshes/plate_1_logo.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/turtlebot/meshes/plate_1_logo.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/turtlebot/meshes/68-04552-2000-RA_Turtlebot_M-F_Standoff.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/turtlebot/meshes/68-04552-2000-RA_Turtlebot_M-F_Standoff.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/turtlebot/meshes/68-04552-2000-RA_Turtlebot_M-F_Standoff.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/turtlebot/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cessna/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cessna/meshes/cessna_rear_right_wheel.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/cessna/meshes/cessna_rear_right_wheel.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/cessna/meshes/cessna_rear_right_wheel.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cessna/meshes/cessna_rear_left_wheel.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/cessna/meshes/cessna_rear_left_wheel.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/cessna/meshes/cessna_rear_left_wheel.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cessna/meshes/rudder.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/cessna/meshes/rudder.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/cessna/meshes/rudder.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cessna/meshes/cessna_front_wheel.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/cessna/meshes/cessna_front_wheel.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/cessna/meshes/cessna_front_wheel.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cessna/meshes/left_aileron.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/cessna/meshes/left_aileron.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/cessna/meshes/left_aileron.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cessna/meshes/body.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/cessna/meshes/body.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/cessna/meshes/body.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cessna/meshes/right_aileron.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/cessna/meshes/right_aileron.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/cessna/meshes/right_aileron.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cessna/meshes/right_flap.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/cessna/meshes/right_flap.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/cessna/meshes/right_flap.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cessna/meshes/elevators.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/cessna/meshes/elevators.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/cessna/meshes/elevators.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cessna/meshes/cessna_prop.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/cessna/meshes/cessna_prop.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/cessna/meshes/cessna_prop.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cessna/meshes/left_flap.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/cessna/meshes/left_flap.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/cessna/meshes/left_flap.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_truss/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_truss/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_truss/meshes/truss.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/drc_practice_truss/meshes/truss.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/drc_practice_truss/meshes/truss.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_ball_valve/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_ball_valve/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_ball_valve/meshes/ball_valve.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/drc_practice_ball_valve/meshes/ball_valve.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/drc_practice_ball_valve/meshes/ball_valve.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_ball_valve/meshes/attachment.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/drc_practice_ball_valve/meshes/attachment.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/drc_practice_ball_valve/meshes/attachment.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cart_rigid_suspension/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/wood_cube_5cm/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/wooden_case_metal_peg/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/fire_hose_long/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/fire_hose_long/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/fire_hose_long/model_short.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/fire_hose_long/model_1link.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/fire_hose_long/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/standpipe/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/standpipe/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/standpipe/meshes/standpipe.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/standpipe/meshes/standpipe.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/standpipe/meshes/standpipe.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/wood_block_10_2_1cm/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/frc_field_2015/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/frc_field_2015/meshes/walls.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/frc_field_2015/meshes/walls.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/frc_field_2015/meshes/walls.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/frc_field_2015/meshes/ramps.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/frc_field_2015/meshes/ramps.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/frc_field_2015/meshes/ramps.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/tube_9_5mm/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/tube_9_5mm/meshes/tube_9_5.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/tube_9_5mm/meshes/tube_9_5.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/tube_9_5mm/meshes/tube_9_5.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/wooden_peg_board/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/number5/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/number5/materials/scripts/textures.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/frc2016_ramparts/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cart_soft_suspension/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/bookshelf/model-1_2.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/bookshelf/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/bookshelf/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/bookshelf/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cart_front_steer/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_hand_wheel_valve/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_hand_wheel_valve/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_hand_wheel_valve/meshes/hand_wheel_valve.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/drc_practice_hand_wheel_valve/meshes/hand_wheel_valve.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/drc_practice_hand_wheel_valve/meshes/hand_wheel_valve.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_wheel_valve_large/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_wheel_valve_large/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_wheel_valve_large/meshes/wheel_valve_large.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/drc_practice_wheel_valve_large/meshes/wheel_valve_large.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/drc_practice_wheel_valve_large/meshes/wheel_valve_large.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/metal_peg_board/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cube_20k/model-1_2.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cube_20k/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cube_20k/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cube_20k/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pioneer3at/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pioneer3at/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pioneer3at/meshes/wheel.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/pioneer3at/meshes/wheel.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/pioneer3at/meshes/wheel.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pioneer3at/meshes/chassis.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/pioneer3at/meshes/chassis.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/pioneer3at/meshes/chassis.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pioneer3at/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_weighted_door/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/follower_vehicle/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/submarine/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/frc2016_drawbridge/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/person_walking/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/person_walking/meshes/walking.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/person_walking/meshes/walking.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/person_walking/meshes/walking.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/t_brace_part/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/t_brace_part/meshes/t_brace.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/t_brace_part/meshes/t_brace.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/t_brace_part/meshes/t_brace.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/arm_part/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/arm_part/meshes/arm.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/arm_part/meshes/arm.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/arm_part/meshes/arm.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/arm_part/materials/scripts/arm_part.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/simple_gripper/model-1_2.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/simple_gripper/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/simple_gripper/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/simple_gripper/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/number7/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/number7/materials/scripts/textures.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/door_handle/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/door_handle/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/door_handle/meshes/door_handle.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/door_handle/meshes/door_handle.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/door_handle/meshes/door_handle.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/door_handle/meshes/handle.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/door_handle/meshes/handle.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/door_handle/meshes/handle.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/frc2016_ball/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/control_console/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/control_console/meshes/console.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/control_console/meshes/console.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/control_console/meshes/console.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/beer/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/beer/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/beer/materials/scripts/beer.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/fire_hydrant/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/fire_hydrant/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/fire_hydrant/meshes/fire_hydrant.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/fire_hydrant/meshes/fire_hydrant.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/fire_hydrant/meshes/fire_hydrant.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/simple_arm/model-1_2.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/simple_arm/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/simple_arm/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/simple_arm/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/lamp_post/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/lamp_post/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/lamp_post/meshes/lamp_post.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/lamp_post/meshes/lamp_post.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/lamp_post/meshes/lamp_post.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/lamp_post/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/willowgarage/model-1_2.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/willowgarage/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/willowgarage/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/willowgarage/meshes/willowgarage_collision.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/willowgarage/meshes/willowgarage_collision.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/willowgarage/meshes/willowgarage_collision.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/willowgarage/meshes/willowgarage_visual.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/willowgarage/meshes/willowgarage_visual.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/willowgarage/meshes/willowgarage_visual.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/willowgarage/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/house_2/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/house_2/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/house_2/meshes/house_2.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/house_2/meshes/house_2.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/house_2/meshes/house_2.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/house_2/materials/scripts/house_2.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/house_2/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_base_4x8/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_base_4x8/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_base_4x8/meshes/4x8ftbase.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/drc_practice_base_4x8/meshes/4x8ftbase.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/drc_practice_base_4x8/meshes/4x8ftbase.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_yellow_parking_block/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_yellow_parking_block/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_yellow_parking_block/meshes/block.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/drc_practice_yellow_parking_block/meshes/block.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/drc_practice_yellow_parking_block/meshes/block.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/submarine_buoyant/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/round_tin_top/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/round_tin_top/meshes/round_tin_top.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/round_tin_top/meshes/round_tin_top.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/round_tin_top/meshes/round_tin_top.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/grey_tote/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/grey_tote/meshes/tote.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/grey_tote/meshes/tote.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/grey_tote/meshes/tote.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/double_pendulum_with_base/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/double_pendulum_with_base/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/double_pendulum_with_base/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_wood_slats/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_wood_slats/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_wood_slats/meshes/wood_slats.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/drc_practice_wood_slats/meshes/wood_slats.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/drc_practice_wood_slats/meshes/wood_slats.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/sun/model-1_2.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/sun/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/sun/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/sun/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/create/model-1_2.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/create/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/create/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/create/meshes/create_body.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/create/meshes/create_body.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/create/meshes/create_body.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/create/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/gas_station/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/gas_station/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/gas_station/meshes/gas_station.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/gas_station/meshes/gas_station.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/gas_station/meshes/gas_station.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/gas_station/materials/scripts/gas_station.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/gas_station/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robocup_3Dsim_field/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robocup_3Dsim_field/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robocup_3Dsim_field/meshes/circle.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/robocup_3Dsim_field/meshes/circle.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/robocup_3Dsim_field/meshes/circle.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robocup_3Dsim_field/materials/scripts/robocup_3Dsim_field.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/textured_shapes/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/textured_shapes/materials/scripts/textures.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/disk_part/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/disk_part/meshes/disk.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/disk_part/meshes/disk.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/disk_part/meshes/disk.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/speed_limit_sign/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/speed_limit_sign/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/speed_limit_sign/meshes/speed_limit_sign.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/speed_limit_sign/meshes/speed_limit_sign.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/speed_limit_sign/meshes/speed_limit_sign.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/speed_limit_sign/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/osrf_elevator/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/mpl_right_arm/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_angled_barrier_45/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_angled_barrier_45/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pr2/model-1_2.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pr2/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pr2/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pr2/meshes/shoulder_v0/shoulder_pan.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/pr2/meshes/shoulder_v0/shoulder_pan.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/pr2/meshes/shoulder_v0/shoulder_pan.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pr2/meshes/shoulder_v0/upper_arm_roll.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/pr2/meshes/shoulder_v0/upper_arm_roll.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/pr2/meshes/shoulder_v0/upper_arm_roll.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pr2/meshes/shoulder_v0/shoulder_lift.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/pr2/meshes/shoulder_v0/shoulder_lift.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/pr2/meshes/shoulder_v0/shoulder_lift.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pr2/meshes/head_v0/head_tilt.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/pr2/meshes/head_v0/head_tilt.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/pr2/meshes/head_v0/head_tilt.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pr2/meshes/head_v0/head_pan.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/pr2/meshes/head_v0/head_pan.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/pr2/meshes/head_v0/head_pan.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pr2/meshes/base_v0/wheel.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/pr2/meshes/base_v0/wheel.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/pr2/meshes/base_v0/wheel.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pr2/meshes/base_v0/wheel_h.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/pr2/meshes/base_v0/wheel_h.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/pr2/meshes/base_v0/wheel_h.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pr2/meshes/base_v0/base.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/pr2/meshes/base_v0/base.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/pr2/meshes/base_v0/base.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pr2/meshes/tilting_laser_v0/tilting_hokuyo.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/pr2/meshes/tilting_laser_v0/tilting_hokuyo.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/pr2/meshes/tilting_laser_v0/tilting_hokuyo.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pr2/meshes/upper_arm_v0/elbow_flex.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/pr2/meshes/upper_arm_v0/elbow_flex.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/pr2/meshes/upper_arm_v0/elbow_flex.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pr2/meshes/upper_arm_v0/upper_arm.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/pr2/meshes/upper_arm_v0/upper_arm.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/pr2/meshes/upper_arm_v0/upper_arm.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pr2/meshes/forearm_v0/wrist_flex.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/pr2/meshes/forearm_v0/wrist_flex.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/pr2/meshes/forearm_v0/wrist_flex.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pr2/meshes/forearm_v0/forearm.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/pr2/meshes/forearm_v0/forearm.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/pr2/meshes/forearm_v0/forearm.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pr2/meshes/gripper_v0/gripper_palm.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/pr2/meshes/gripper_v0/gripper_palm.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/pr2/meshes/gripper_v0/gripper_palm.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pr2/meshes/gripper_v0/finger_tip_H_UV_100430.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/pr2/meshes/gripper_v0/finger_tip_H_UV_100430.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/pr2/meshes/gripper_v0/finger_tip_H_UV_100430.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pr2/meshes/gripper_v0/float_H_UV_100430.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/pr2/meshes/gripper_v0/float_H_UV_100430.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/pr2/meshes/gripper_v0/float_H_UV_100430.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pr2/meshes/gripper_v0/palm_H_UV_100430.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/pr2/meshes/gripper_v0/palm_H_UV_100430.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/pr2/meshes/gripper_v0/palm_H_UV_100430.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pr2/meshes/gripper_v0/l_float.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/pr2/meshes/gripper_v0/l_float.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/pr2/meshes/gripper_v0/l_float.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pr2/meshes/gripper_v0/l_finger_tip.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/pr2/meshes/gripper_v0/l_finger_tip.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/pr2/meshes/gripper_v0/l_finger_tip.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pr2/meshes/gripper_v0/finger_H_UV_100430.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/pr2/meshes/gripper_v0/finger_H_UV_100430.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/pr2/meshes/gripper_v0/finger_H_UV_100430.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pr2/meshes/gripper_v0/l_finger.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/pr2/meshes/gripper_v0/l_finger.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/pr2/meshes/gripper_v0/l_finger.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pr2/meshes/torso_v0/torso_lift.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/pr2/meshes/torso_v0/torso_lift.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/pr2/meshes/torso_v0/torso_lift.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pr2/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/orbbec_astra_camera/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/orbbec_astra_camera/meshes/orbbec_astra_camera.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/orbbec_astra_camera/meshes/orbbec_astra_camera.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/orbbec_astra_camera/meshes/orbbec_astra_camera.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/house_3/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/house_3/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/house_3/meshes/house_3.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/house_3/meshes/house_3.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/house_3/meshes/house_3.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/house_3/materials/scripts/house_3.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/house_3/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_wheel_valve/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_wheel_valve/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_wheel_valve/meshes/valve_wheel.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/drc_practice_wheel_valve/meshes/valve_wheel.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/drc_practice_wheel_valve/meshes/valve_wheel.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pulley_part/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pulley_part/meshes/pulley.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/pulley_part/meshes/pulley.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/pulley_part/meshes/pulley.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/nist_fiducial_barrel/model-1_2.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/nist_fiducial_barrel/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/nist_fiducial_barrel/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/nist_fiducial_barrel/meshes/nist_fiducial_barrel.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/nist_fiducial_barrel/meshes/nist_fiducial_barrel.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/nist_fiducial_barrel/meshes/nist_fiducial_barrel.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/nist_fiducial_barrel/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/irobot_hand/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/irobot_hand/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/irobot_hand/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_block_wall/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_block_wall/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_block_wall/meshes/block_wall.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/drc_practice_block_wall/meshes/block_wall.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/drc_practice_block_wall/meshes/block_wall.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/lunar_tranquillitatis_pit/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/lunar_tranquillitatis_pit/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/apollo15_landing_site_1000x1000/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pioneer2dx/model-1_2.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pioneer2dx/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pioneer2dx/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pioneer2dx/meshes/wheel.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/pioneer2dx/meshes/wheel.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/pioneer2dx/meshes/wheel.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pioneer2dx/meshes/chassis.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/pioneer2dx/meshes/chassis.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/pioneer2dx/meshes/chassis.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/pioneer2dx/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/number9/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/number9/materials/scripts/textures.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_ladder/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_ladder/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_ladder/meshes/ladder.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/drc_practice_ladder/meshes/ladder.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/drc_practice_ladder/meshes/ladder.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/breakable_test/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/breakable_test/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/parrot_bebop_2/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/parrot_bebop_2/meshes/hull.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/parrot_bebop_2/meshes/hull.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/parrot_bebop_2/meshes/hull.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/parrot_bebop_2/meshes/propeller_fl.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/parrot_bebop_2/meshes/propeller_fl.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/parrot_bebop_2/meshes/propeller_fl.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/parrot_bebop_2/meshes/propeller_rr.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/parrot_bebop_2/meshes/propeller_rr.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/parrot_bebop_2/meshes/propeller_rr.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/parrot_bebop_2/meshes/propeller_rl.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/parrot_bebop_2/meshes/propeller_rl.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/parrot_bebop_2/meshes/propeller_rl.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/parrot_bebop_2/meshes/propeller_fr.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/parrot_bebop_2/meshes/propeller_fr.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/parrot_bebop_2/meshes/propeller_fr.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cinder_block/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cinder_block/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cinder_block/meshes/cinder_block.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/cinder_block/meshes/cinder_block.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/cinder_block/meshes/cinder_block.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robocup_spl_ball/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robocup_spl_ball/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/nist_maze_wall_120/model-1_2.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/nist_maze_wall_120/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/nist_maze_wall_120/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/nist_maze_wall_120/meshes/nist_maze_wall_120.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/nist_maze_wall_120/meshes/nist_maze_wall_120.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/nist_maze_wall_120/meshes/nist_maze_wall_120.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/nist_maze_wall_120/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/asus_xtion_pro_camera/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/asus_xtion_pro_camera/meshes/asus_xtion_pro_camera.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/asus_xtion_pro_camera/meshes/asus_xtion_pro_camera.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/asus_xtion_pro_camera/meshes/asus_xtion_pro_camera.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/ball_bearing/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cross_joint_part/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cross_joint_part/meshes/cross_joint.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/cross_joint_part/meshes/cross_joint.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/cross_joint_part/meshes/cross_joint.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/iss_half/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/iss_half/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/number6/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/number6/materials/scripts/textures.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/table/model-1_2.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/table/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/table/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/table/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/ladder_60deg_0rails/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/hinged_door/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/hinged_door/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/hinged_door/meshes/door.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/hinged_door/meshes/door.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/hinged_door/meshes/door.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/hinged_door/meshes/frame.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/hinged_door/meshes/frame.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/hinged_door/meshes/frame.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/house_1/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/house_1/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/house_1/meshes/house_1.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/house_1/meshes/house_1.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/house_1/meshes/house_1.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/house_1/materials/scripts/house_1.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/house_1/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cabinet/model-1_2.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cabinet/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cabinet/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cabinet/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/piston_rod_part/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/piston_rod_part/meshes/piston_rod.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/piston_rod_part/meshes/piston_rod.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/piston_rod_part/meshes/piston_rod.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/src_doorway/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/src_doorway/meshes/doorway_door.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/src_doorway/meshes/doorway_door.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/src_doorway/meshes/doorway_door.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/src_doorway/meshes/doorway_base.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/src_doorway/meshes/doorway_base.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/src_doorway/meshes/doorway_base.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/src_doorway/materials/scripts/button.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/starting_pen/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/starting_pen/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/starting_pen/meshes/starting_pen.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/starting_pen/meshes/starting_pen.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/starting_pen/meshes/starting_pen.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/starting_pen/materials/scripts/starting_pen.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/starting_pen/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/metal_peg/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_2x4/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_2x4/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_2x4/meshes/2x4x48.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/drc_practice_2x4/meshes/2x4x48.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/drc_practice_2x4/meshes/2x4x48.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/iss/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/iss/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/iss/meshes/Express_Rack_Knobs.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/iss/meshes/Express_Rack_Knobs.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/iss/meshes/Express_Rack_Knobs.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/iss/meshes/USLabCombined.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/iss/meshes/USLabCombined.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/iss/meshes/USLabCombined.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/iss/meshes/usLab_lightBars_standalone.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/iss/meshes/usLab_lightBars_standalone.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/iss/meshes/usLab_lightBars_standalone.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/iss/meshes/USLab_MSG_Detail.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/iss/meshes/USLab_MSG_Detail.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/iss/meshes/USLab_MSG_Detail.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/iss/meshes/US_Lab_Racks.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/iss/meshes/US_Lab_Racks.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/iss/meshes/US_Lab_Racks.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/iss/meshes/Express_Rack_Knobs.2.C.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/iss/meshes/Express_Rack_Knobs.2.C.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/iss/meshes/Express_Rack_Knobs.2.C.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/iss/meshes/USLab.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/iss/meshes/USLab.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/iss/meshes/USLab.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/iss/meshes/USLab_Wires.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/iss/meshes/USLab_Wires.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/iss/meshes/USLab_Wires.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/iss/meshes/US_Lab_ISS_quarter.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/iss/meshes/US_Lab_ISS_quarter.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/iss/meshes/US_Lab_ISS_quarter.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/iss/meshes/US_Lab_FwdEnd.C.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/iss/meshes/US_Lab_FwdEnd.C.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/iss/meshes/US_Lab_FwdEnd.C.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/iss/meshes/USLab_MSSAV_Details.C.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/iss/meshes/USLab_MSSAV_Details.C.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/iss/meshes/USLab_MSSAV_Details.C.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/iss/meshes/US_Lab_Racks.C.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/iss/meshes/US_Lab_Racks.C.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/iss/meshes/US_Lab_Racks.C.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/iss/meshes/US_Lab_MainFrame.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/iss/meshes/US_Lab_MainFrame.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/iss/meshes/US_Lab_MainFrame.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/iss/meshes/hatch_MLI_cover1.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/iss/meshes/hatch_MLI_cover1.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/iss/meshes/hatch_MLI_cover1.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/iss/meshes/hatch_MLI_cover.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/iss/meshes/hatch_MLI_cover.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/iss/meshes/hatch_MLI_cover.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/iss/meshes/USLab_MSG_Details.C.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/iss/meshes/USLab_MSG_Details.C.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/iss/meshes/USLab_MSG_Details.C.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/iss/meshes/USLab_Wires.C.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/iss/meshes/USLab_Wires.C.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/iss/meshes/USLab_Wires.C.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/iss/meshes/USLab_Junk.C.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/iss/meshes/USLab_Junk.C.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/iss/meshes/USLab_Junk.C.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/iss/meshes/US_Lab_ISS_half.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/iss/meshes/US_Lab_ISS_half.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/iss/meshes/US_Lab_ISS_half.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/iss/meshes/US_Lab_ISS4.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/iss/meshes/US_Lab_ISS4.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/iss/meshes/US_Lab_ISS4.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/iss/meshes/US_Lab_AftEnd.C.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/iss/meshes/US_Lab_AftEnd.C.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/iss/meshes/US_Lab_AftEnd.C.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/ground_plane/model-1_2.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/ground_plane/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/ground_plane/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/ground_plane/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/camera/model-1_2.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/camera/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/camera/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/camera/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/box_target_green/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/box_target_green/meshes/mesh.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/box_target_green/meshes/mesh.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/box_target_green/meshes/mesh.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robocup14_spl_goal/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robocup14_spl_goal/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/stereo_camera/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/stereo_camera/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/stereo_camera/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/round_tin_base/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/round_tin_base/meshes/round_tin_base.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/round_tin_base/meshes/round_tin_base.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/round_tin_base/meshes/round_tin_base.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/monkey_wrench/model-1_2.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/monkey_wrench/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/monkey_wrench/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/monkey_wrench/meshes/monkey_wrench.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/monkey_wrench/meshes/monkey_wrench.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/monkey_wrench/meshes/monkey_wrench.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/monkey_wrench/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/calibration_plane/meshes/calibration_plane.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/calibration_plane/meshes/calibration_plane.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/calibration_plane/meshes/calibration_plane.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/calibration_plane/calibration_plane.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/ladder_75deg_1rails/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robocup14_spl_field/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robocup14_spl_field/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robocup14_spl_field/meshes/circle.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/robocup14_spl_field/meshes/circle.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/robocup14_spl_field/meshes/circle.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/number3/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/number3/materials/scripts/textures.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/wood_cube_10cm/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/brick_box_3x1x3/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/brick_box_3x1x3/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/brick_box_3x1x3/meshes/simple_box.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/brick_box_3x1x3/meshes/simple_box.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/brick_box_3x1x3/meshes/simple_box.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/brick_box_3x1x3/materials/scripts/brick_box.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/brick_box_3x1x3/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/hoop_red/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robocup_3Dsim_ball/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robocup_3Dsim_ball/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robocup_3Dsim_ball/meshes/ball.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/robocup_3Dsim_ball/meshes/ball.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/robocup_3Dsim_ball/meshes/ball.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/number1/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/number1/meshes/number.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/number1/meshes/number.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/number1/meshes/number.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/number1/materials/scripts/textures.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/simple_arm_gripper/model-1_2.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/simple_arm_gripper/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/simple_arm_gripper/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/simple_arm_gripper/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/first_2015_trash_can/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/first_2015_trash_can/meshes/trash_can.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/first_2015_trash_can/meshes/trash_can.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/first_2015_trash_can/meshes/trash_can.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/wooden_board/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_door_4x8/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_door_4x8/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_door_4x8/meshes/4x8ftdoor.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/drc_practice_door_4x8/meshes/4x8ftdoor.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/drc_practice_door_4x8/meshes/4x8ftdoor.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/frc2016_sallyport/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/polaris_ranger_xp900/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/polaris_ranger_xp900/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/polaris_ranger_xp900/meshes/polaris.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/polaris_ranger_xp900/meshes/polaris.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/polaris_ranger_xp900/meshes/polaris.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/polaris_ranger_xp900/materials/scripts/polaris.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_angled_barrier_135/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_angled_barrier_135/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cinder_block_wide/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cinder_block_wide/meshes/cinder_block_wide.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/cinder_block_wide/meshes/cinder_block_wide.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/cinder_block_wide/meshes/cinder_block_wide.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/powerplant/model-1_2.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/powerplant/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/powerplant/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/powerplant/meshes/powerplant.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/powerplant/meshes/powerplant.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/powerplant/meshes/powerplant.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/powerplant/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/zephyr_delta_wing/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/zephyr_delta_wing/meshes/wing.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/zephyr_delta_wing/meshes/wing.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/zephyr_delta_wing/meshes/wing.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/ladder_60deg_2rails/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/number4/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/number4/materials/scripts/textures.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/ladder_60deg_1rails/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/mailbox/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/mailbox/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/mailbox/meshes/mailbox.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/mailbox/meshes/mailbox.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/mailbox/meshes/mailbox.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/mailbox/materials/scripts/mailbox.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/mailbox/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_wheel_valve_large_wall/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_wheel_valve_large_wall/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/utility_cart/model-1_2.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/utility_cart/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/utility_cart/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/utility_cart/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_ball_valve_wall/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_ball_valve_wall/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/frc2016_roughterrain/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/gimbal_small_2d/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/gimbal_small_2d/meshes/base_main.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/gimbal_small_2d/meshes/base_main.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/gimbal_small_2d/meshes/base_main.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/gimbal_small_2d/meshes/tilt.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/gimbal_small_2d/meshes/tilt.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/gimbal_small_2d/meshes/tilt.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/gimbal_small_2d/meshes/base_arm.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/gimbal_small_2d/meshes/base_arm.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/gimbal_small_2d/meshes/base_arm.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/wooden_case_wooden_peg/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/ladder_75deg_2rails/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_blue_cylinder/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_blue_cylinder/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_blue_cylinder/meshes/cylinder.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/drc_practice_blue_cylinder/meshes/cylinder.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/drc_practice_blue_cylinder/meshes/cylinder.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/youbot/model-1_2.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/youbot/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/youbot/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/youbot/meshes/arm/arm1.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/youbot/meshes/arm/arm1.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/youbot/meshes/arm/arm1.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/youbot/meshes/arm/arm4.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/youbot/meshes/arm/arm4.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/youbot/meshes/arm/arm4.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/youbot/meshes/arm/arm0.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/youbot/meshes/arm/arm0.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/youbot/meshes/arm/arm0.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/youbot/meshes/arm/arm3.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/youbot/meshes/arm/arm3.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/youbot/meshes/arm/arm3.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/youbot/meshes/arm/arm2.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/youbot/meshes/arm/arm2.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/youbot/meshes/arm/arm2.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/youbot/meshes/arm/arm5.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/youbot/meshes/arm/arm5.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/youbot/meshes/arm/arm5.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/youbot/meshes/base/back-left_wheel.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/youbot/meshes/base/back-left_wheel.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/youbot/meshes/base/back-left_wheel.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/youbot/meshes/base/front-left_wheel.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/youbot/meshes/base/front-left_wheel.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/youbot/meshes/base/front-left_wheel.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/youbot/meshes/base/back-right_wheel.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/youbot/meshes/base/back-right_wheel.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/youbot/meshes/base/back-right_wheel.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/youbot/meshes/base/front-right_wheel.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/youbot/meshes/base/front-right_wheel.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/youbot/meshes/base/front-right_wheel.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/youbot/meshes/base/base.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/youbot/meshes/base/base.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/youbot/meshes/base/base.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/youbot/meshes/plate/plate.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/youbot/meshes/plate/plate.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/youbot/meshes/plate/plate.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/youbot/materials/scripts/youbot.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/youbot/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robonaut/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robonaut/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robonaut/meshes/Left_Palm.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/robonaut/meshes/Left_Palm.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/robonaut/meshes/Left_Palm.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robonaut/meshes/Left_Thumb_MtCar.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/robonaut/meshes/Left_Thumb_MtCar.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/robonaut/meshes/Left_Thumb_MtCar.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robonaut/meshes/Right_Elbow.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/robonaut/meshes/Right_Elbow.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/robonaut/meshes/Right_Elbow.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robonaut/meshes/Finger_Proximal.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/robonaut/meshes/Finger_Proximal.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/robonaut/meshes/Finger_Proximal.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robonaut/meshes/Left_Thumb_Carp.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/robonaut/meshes/Left_Thumb_Carp.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/robonaut/meshes/Left_Thumb_Carp.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robonaut/meshes/Backpack.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/robonaut/meshes/Backpack.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/robonaut/meshes/Backpack.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robonaut/meshes/Stanchion_Baseplate.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/robonaut/meshes/Stanchion_Baseplate.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/robonaut/meshes/Stanchion_Baseplate.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robonaut/meshes/Left_Elbow.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/robonaut/meshes/Left_Elbow.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/robonaut/meshes/Left_Elbow.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robonaut/meshes/Head.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/robonaut/meshes/Head.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/robonaut/meshes/Head.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robonaut/meshes/Right_Palm.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/robonaut/meshes/Right_Palm.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/robonaut/meshes/Right_Palm.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robonaut/meshes/Right_Shoulder_Upper.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/robonaut/meshes/Right_Shoulder_Upper.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/robonaut/meshes/Right_Shoulder_Upper.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robonaut/meshes/Left_Forearm.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/robonaut/meshes/Left_Forearm.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/robonaut/meshes/Left_Forearm.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robonaut/meshes/Neck_Lower.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/robonaut/meshes/Neck_Lower.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/robonaut/meshes/Neck_Lower.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robonaut/meshes/Thumb_Proximal.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/robonaut/meshes/Thumb_Proximal.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/robonaut/meshes/Thumb_Proximal.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robonaut/meshes/Body.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/robonaut/meshes/Body.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/robonaut/meshes/Body.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robonaut/meshes/Right_Shoulder_Lower.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/robonaut/meshes/Right_Shoulder_Lower.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/robonaut/meshes/Right_Shoulder_Lower.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robonaut/meshes/Right_Upper_Arm.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/robonaut/meshes/Right_Upper_Arm.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/robonaut/meshes/Right_Upper_Arm.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robonaut/meshes/Transforms.txt']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robonaut/meshes/Body_Cover.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/robonaut/meshes/Body_Cover.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/robonaut/meshes/Body_Cover.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robonaut/meshes/Stanchion.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/robonaut/meshes/Stanchion.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/robonaut/meshes/Stanchion.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robonaut/meshes/Right_Forearm.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/robonaut/meshes/Right_Forearm.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/robonaut/meshes/Right_Forearm.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robonaut/meshes/Thumb_Dist.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/robonaut/meshes/Thumb_Dist.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/robonaut/meshes/Thumb_Dist.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robonaut/meshes/Finger_Dist.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/robonaut/meshes/Finger_Dist.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/robonaut/meshes/Finger_Dist.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robonaut/meshes/Left_Shoulder_Lower.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/robonaut/meshes/Left_Shoulder_Lower.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/robonaut/meshes/Left_Shoulder_Lower.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robonaut/meshes/Left_Upper_Arm.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/robonaut/meshes/Left_Upper_Arm.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/robonaut/meshes/Left_Upper_Arm.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robonaut/meshes/Finger_Mid.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/robonaut/meshes/Finger_Mid.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/robonaut/meshes/Finger_Mid.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robonaut/meshes/Neck_Upper.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/robonaut/meshes/Neck_Upper.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/robonaut/meshes/Neck_Upper.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robonaut/meshes/Right_Thumb_MtCar.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/robonaut/meshes/Right_Thumb_MtCar.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/robonaut/meshes/Right_Thumb_MtCar.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/robonaut/meshes/Left_Shoulder_Upper.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/robonaut/meshes/Left_Shoulder_Upper.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/robonaut/meshes/Left_Shoulder_Upper.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/stone_10_2_5_1cm/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/quadrotor/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/quadrotor/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/quadrotor/meshes/quadrotor_base.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/quadrotor/meshes/quadrotor_base.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/quadrotor/meshes/quadrotor_base.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/coke_can/model-1_2.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/coke_can/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/coke_can/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/coke_can/meshes/coke_can.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/coke_can/meshes/coke_can.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/coke_can/meshes/coke_can.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/coke_can/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/fire_station/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/fire_station/meshes/fire_station.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/fire_station/meshes/fire_station.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/fire_station/meshes/fire_station.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/fire_station/materials/scripts/fire_station.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/frc2016_lowbar/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/submarine_sinking/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/frc2016_portcullis/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/number2/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/number2/materials/scripts/textures.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_white_jersey_barrier/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_white_jersey_barrier/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_white_jersey_barrier/meshes/jersey_barrier.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/drc_practice_white_jersey_barrier/meshes/jersey_barrier.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/drc_practice_white_jersey_barrier/meshes/jersey_barrier.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/frc2016_chevaldefrise/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/asphalt_plane/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/asphalt_plane/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/asphalt_plane/materials/scripts/asphalt.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/gear_part/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/gear_part/meshes/gear.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/gear_part/meshes/gear.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/gear_part/meshes/gear.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/demo_joint_types/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/demo_joint_types/materials/scripts/reference.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/demo_joint_types/materials/scripts/child.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/demo_joint_types/materials/scripts/legend.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/demo_joint_types/materials/scripts/parent.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/nist_simple_ramp_120/model-1_2.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/nist_simple_ramp_120/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/nist_simple_ramp_120/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/nist_simple_ramp_120/meshes/nist_simple_ramp_120.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/nist_simple_ramp_120/meshes/nist_simple_ramp_120.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/nist_simple_ramp_120/meshes/nist_simple_ramp_120.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/nist_simple_ramp_120/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/iris_with_standoffs_demo/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/euro_pallet/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/euro_pallet/meshes/pallet.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/euro_pallet/meshes/pallet.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/euro_pallet/meshes/pallet.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/mass_on_rails/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/vrc_driving_terrain/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/vrc_driving_terrain/materials/scripts/grass.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/husky/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/husky/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/husky/husky-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/tube_2_25cm/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/tube_2_25cm/meshes/tube_2_25.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/tube_2_25cm/meshes/tube_2_25.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/tube_2_25cm/meshes/tube_2_25.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/u_joint_part/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/u_joint_part/meshes/u_joint.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/u_joint_part/meshes/u_joint.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/u_joint_part/meshes/u_joint.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/nist_maze_wall_240/model-1_2.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/nist_maze_wall_240/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/nist_maze_wall_240/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/nist_maze_wall_240/meshes/nist_maze_wall_240.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/nist_maze_wall_240/meshes/nist_maze_wall_240.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/nist_maze_wall_240/meshes/nist_maze_wall_240.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/nist_maze_wall_240/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_orange_jersey_barrier/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_orange_jersey_barrier/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_orange_jersey_barrier/meshes/jersey_barrier.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/drc_practice_orange_jersey_barrier/meshes/jersey_barrier.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/drc_practice_orange_jersey_barrier/meshes/jersey_barrier.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/walkway_metal_straight/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/box_target_red/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/box_target_red/meshes/mesh.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/box_target_red/meshes/mesh.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/box_target_red/meshes/mesh.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/person_standing/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/person_standing/meshes/standing.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/person_standing/meshes/standing.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/person_standing/meshes/standing.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/office_building/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/office_building/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/office_building/meshes/office_building.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/office_building/meshes/office_building.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/office_building/meshes/office_building.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/office_building/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_2x6/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_2x6/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_2x6/meshes/2x6x48.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/drc_practice_2x6/meshes/2x6x48.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/drc_practice_2x6/meshes/2x6x48.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/kitchen_dining/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/kitchen_dining/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/kitchen_dining/meshes/kitchen_dining.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/kitchen_dining/meshes/kitchen_dining.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/kitchen_dining/meshes/kitchen_dining.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/kitchen_dining/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/depth_camera/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/frc2016_rockwall/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/mpl_right_forearm/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/nist_elevated_floor_120/model-1_2.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/nist_elevated_floor_120/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/nist_elevated_floor_120/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/nist_elevated_floor_120/meshes/nist_elevated_floor_120.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/nist_elevated_floor_120/meshes/nist_elevated_floor_120.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/nist_elevated_floor_120/meshes/nist_elevated_floor_120.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/nist_elevated_floor_120/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/jersey_barrier/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/jersey_barrier/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/jersey_barrier/meshes/jersey_barrier.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/jersey_barrier/meshes/jersey_barrier.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/jersey_barrier/meshes/jersey_barrier.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/mars_rover/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/mars_rover/meshes/rover.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/mars_rover/meshes/rover.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/mars_rover/meshes/rover.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_valve_wall/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_valve_wall/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/drc_practice_valve_wall/meshes/five_dice_wall.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/drc_practice_valve_wall/meshes/five_dice_wall.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/drc_practice_valve_wall/meshes/five_dice_wall.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/nist_stairs_120/model-1_2.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/nist_stairs_120/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/nist_stairs_120/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/nist_stairs_120/meshes/nist_stairs_120.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/nist_stairs_120/meshes/nist_stairs_120.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/nist_stairs_120/meshes/nist_stairs_120.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/nist_stairs_120/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/fast_food/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/fast_food/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/fast_food/meshes/fast_food.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/fast_food/meshes/fast_food.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/fast_food/meshes/fast_food.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/fast_food/materials/scripts/fast_food.material']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/fast_food/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cafe_table/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cafe_table/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/cafe_table/meshes/cafe_table.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/cafe_table/meshes/cafe_table.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/cafe_table/meshes/cafe_table.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/construction_barrel/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/construction_barrel/model-1_4.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/construction_barrel/meshes/construction_barrel.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/construction_barrel/meshes/construction_barrel.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/construction_barrel/meshes/construction_barrel.dae']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/construction_barrel/model-1_3.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/ladder_75deg_0rails/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/car_wheel/model.sdf']
['sed', '-i', '-e', 's/\\(\\.tga\\|\\.tiff\\|\\.tif\\|\\.jpg\\|\\.jpeg\\|\\.gif\\)/\\.png/g', '/root/gzweb/http/client/assets/car_wheel/meshes/car_wheel.dae']
['sed', '-i', '-e', 's/\\(>\\)\\(.*\\/\\)\\(.*\\.png\\)/\\1\\.\\.\\/materials\\/textures\\/\\3/g', '/root/gzweb/http/client/assets/car_wheel/meshes/car_wheel.dae']
['sed', '-i', '-e', '/[a-zA-Z0-9_\\.\\/\\-]\\+materials\\/textures/!s/\\([a-zA-Z0-9_\\-]\\+\\)\\(\\.png\\W\\)/\\.\\.\\/materials\\/textures\\/\\1\\2/g', '/root/gzweb/http/client/assets/car_wheel/meshes/car_wheel.dae']
Generating a thumbnail for each model. Make sure gazebo is not running
Creating thumbnail for apollo15_landing_site_1000x1000
Creating thumbnail for arm_part
@Kukanani
Copy link
Author

Kukanani commented Oct 3, 2017

After leaving my computer for much longer during the build, I found that the script does make progress, but each thumbnail takes about 15 minutes to generate. This is pretty unsustainable, any advice on making it run faster?

@ruffsl
Copy link
Member

ruffsl commented Oct 3, 2017

It looks like it built fine just a recently as a few days ago:
https://hub.docker.com/r/osrf/gazebo/builds/bisvee7fudoqphcvsaix57f/

So gzweb does take a considerable time to build if rendering all model thumbnails.
My guess is that the absence of hardware acceleration during build time is not helping.

Additionally, a X virtual framebuffer is used to accommodate the missing X server:

&& xvfb-run -s "-screen 0 1280x1024x24" ./deploy.sh -m

Could link link long log file from a gist or etc.?
I edited you're post to collapes the log.
That would just help keep issues readable.

@iche033
Copy link

iche033 commented Oct 3, 2017

You can disable thumbnail creation if that's causing problems. They can always be generated later. In this line, instead of running ./deploy -m just do ./deploy

@Kukanani
Copy link
Author

Kukanani commented Oct 3, 2017

Thanks for the tip! The whole container still isn't running for me, but this specific issue is resolved by removing -m.

@iche033
Copy link

iche033 commented Oct 3, 2017

It probably failed at the last CMD? The start_gzweb.sh script has been removed, you can replace it with the cmds in pull request #87

@ruffsl
Copy link
Member

ruffsl commented Oct 3, 2017

I just tested it localy and the build took:

$ time docker build -t osrf/gazebo:gzweb8 .
Sending build context to Docker daemon   2.56kB
Step 1/8 : FROM gazebo:libgazebo8
 ---> a364da67a3ac
...
Removing intermediate container af46d7b3dfcb
Successfully built aca93b8a2feb
Successfully tagged osrf/gazebo:gzweb8

real	117m48.523s
user	0m0.228s
sys	0m0.072s

I think shiping gzweb with the icons is nice for users who might being starting off with gzweb prebuilt in a container and perhaps expecting the interface to be fully functional and rendered. The build time for these tags are only incurred by the Docker Hub build farm and still fit under build time limits, but end users reusing the generated images don't need to spend their own CPU hours rendering or compiling.

If you are developing in container with dockerfiles derived from these, perhaps you could just copy out the thumbnail directory into a volume, then just mount that at runtime for the container? That way you can tweak and rebuild the source code quickly, skip the rendering, but still have fully populated UI with testing.

@Kukanani
Copy link
Author

Kukanani commented Oct 5, 2017 via email

@ruffsl
Copy link
Member

ruffsl commented Oct 23, 2017

@Kukanani : thumbnails are not required, and if you don't need to build them then you may change the dockerfile to needs. However, I think as long as the Docker Hub build farm can pre build the gzweb with thumbnails, then there not much reason to not provide it.

I suppose we could split the adding of thumbnails into a separate tag, so that there could be an intermediate tag with a minimal gzweb footprint. But nested tags are only really well handled in the official library. Perhaps this could be done once gzweb is released as a debian package so that the tags can be hosted under the official library?

@iche033
Copy link

iche033 commented Oct 23, 2017

it may be a while until gzweb is stable and released as deb.

If most uses are just pulling from docker hub build farm instead of building it themselves then I think we could leave the thumbnail generation step in there

@ruffsl
Copy link
Member

ruffsl commented Oct 23, 2017

Ok, closing for now.
We can come back to this when gzweb is perhaps more stable for release, or when DockerHub gets better at nested tagging.

@ruffsl ruffsl closed this as completed Oct 23, 2017
@Kukanani
Copy link
Author

Kukanani commented Oct 24, 2017 via email

@ruffsl
Copy link
Member

ruffsl commented Oct 24, 2017

Would ./deploy.sh -t work for your use case? Perhaps this would be more appropriate for gzweb's issue tracker? I'm not sure how much influence over the deploy script we would have here.
https://bitbucket.org/osrf/gzweb/issues/64/missing-image-assets

@Kukanani
Copy link
Author

Kukanani commented Oct 24, 2017

Sorry, maybe my use case isn't clear. I want to run gzweb without the Gazebo model database and without thumbnails so that the docker image builds in a reasonable amount of time. Using -m local should hypothetically do the trick, but still results in thumbnails being generated.

Either way, the original issue is resolved (technically a non-issue), but building my container still takes a very long time.

@iche033
Copy link

iche033 commented Oct 24, 2017

I ticketed an issue on gzweb to disable thumbnail generation on deploy unless specified:
https://bitbucket.org/osrf/gzweb/issues/122

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants