osrf / gzweb

Web client for Gazebo classic simulation

Home Page:http://gazebosim.org/gzweb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fail to add model from database gazebo9 + gzweb, gzweb9

osrf-migration opened this issue · comments

Original report (archived issue) by Will Baker (Bitbucket: William Baker).

The original report had attachments: Dockerfile


Using a modified docker file from https://github.com/osrf/docker_images/blob/master/gazebo/9/ubuntu/bionic/gzweb9/Dockerfile

(Added node 8 ppa, removed npm and nodejs-legacy installs)

and docker run -it -p 7681:7681 -p 8080:8080 --name gzweb osrf/gazebo:gzweb9
I can add basic shapes and lights, I can see the thumbnails for the models in the database but I cant add them, I do not see any

I've had success with the gzweb8 docker.

Please let me know if there is anything else I can provide

Original comment by Ian Chen (Bitbucket: Ian Chen, GitHub: iche033).


I think pull request #173 should fix this problem.

when testing using the attached Dockerfile, I noticed that the grey color material is not available. Sourcing the gazebo setup.sh file before building gzweb may fix that problem, e.g.

source /usr/share/gazebo/setup.sh

Original comment by Will Baker (Bitbucket: William Baker).


Thanks, confirmed this branch works.

Original comment by Ian Chen (Bitbucket: Ian Chen, GitHub: iche033).


  • changed state from "new" to "resolved"