osrf / gzweb

Web client for Gazebo classic simulation
http://gazebosim.org/gzweb
Other
62 stars 60 forks source link

fail to generate thumbnails #164

Open osrf-migration opened 5 years ago

osrf-migration commented 5 years ago

Original report (archived issue) by dyz (Bitbucket: dyz).


with nodejs11 and gazebo7/9

after running npm run deploy --- -m -t, models are downloaded successfully, but failed at generating thumbnails step, is says, for every model:

Creating thumbnail for ambulance
gzserver: /usr/include/boost/smart_ptr/shared_ptr.hpp:648: typename boost::detail::sp_member_access<T>::type boost::shared_ptr<T>::operator->() const [with T = gazebo::rendering::Scene; typename boost::detail::sp_member_access<T>::type = gazebo::rendering::Scene*]: Assertion `px != 0' failed.
./tools/gzthumbnails.sh: line 6: 20263 Aborted (core dumped) gzserver -s libModelPropShop.so $DIR/green.world --propshop-save "$ASSETS/${dir##/}/thumbnails" --propshop-model "$ASSETS/${dir##/}/model.sdf"

that seem the plugin libModelPropShop failed. does it a bug?

osrf-migration commented 5 years ago

Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


Do you have any problems running Gazebo with a GUI on that setup?

osrf-migration commented 5 years ago

Original comment by dyz (Bitbucket: dyz).


gazebo runs normally without any problems.

i tried gazebo 7 and 9, the error reports are identical.