We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
npm run deploy --- -m -t
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"
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?
the plugin libModelPropShop
The text was updated successfully, but these errors were encountered:
Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).
Do you have any problems running Gazebo with a GUI on that setup?
Sorry, something went wrong.
Original comment by dyz (Bitbucket: dyz).
gazebo runs normally without any problems.
i tried gazebo 7 and 9, the error reports are identical.
No branches or pull requests
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?The text was updated successfully, but these errors were encountered: