Assertion `px != 0' failed
Posted chriscoder
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Assertion `px != 0' failed相关的知识,希望对你有一定的参考价值。
- 错误信息
/usr/include/boost/smart_ptr/shared_ptr.hpp:646: typename boost::detail::sp_dereference<t>::type boost::shared_ptr<t>::operator*() const [with T = pcl::PointCloud<pcl::pointxyz>; typename boost::detail::sp_dereference<t>::type = pcl::PointCloud<pcl::pointxyz>&]: Assertion `px != 0' failed. Aborted (core dumped)
Assertion ‘px != 0‘ failed. means that you‘re using a boost::shared_ptr before it‘s initialized somewhere.
以上是关于Assertion `px != 0' failed的主要内容,如果未能解决你的问题,请参考以下文章