-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
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
There's no trigger()
method
#2
Comments
好吧,这个不是问题了。另外想问下,你们的 data 是 openni 2 的,代码中用的是 openni 1 ,这个如何协调的? |
I have got the same error,can you tell me how do you solve it?thank you. |
I've checked some versions of PCL trunk, seems there is no |
One of subclass has a |
Hi, all. "DenseBase::resize() does not actually allow to resize." and Assertion failed: (!(RowsAtCompileTime!=Dynamic) || (nbRows==RowsAtCompileTime)) && (!(ColsAtCompileTime!=Dynamic) || (nbCols==ColsAtCompileTime)) && (!(RowsAtCompileTime==Dynamic && MaxRowsAtCompileTime!=Dynamic) || (nbRows<=MaxRowsAtCompileTime)) && (!(ColsAtCompileTime==Dynamic && MaxColsAtCompileTime!=Dynamic) || (nbCols<=MaxColsAtCompileTime)) && nbRows>=0 && nbCols>=0 && "Invalid sizes when resizing a matrix or array.", file d:\pcl 1.8.0\3rdparty\eigen\eigen3\eigen\src\core\plainobjectbase.h, line 241 |
which version of
PCL
did you use?I use 1.6.0 on VS2010, and it raise a compilation error on LINE 103, FILE
IntegrateApp.cpp
The text was updated successfully, but these errors were encountered: