Skip to content
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

Open
rickytan opened this issue Oct 18, 2014 · 5 comments
Open

There's no trigger() method #2

rickytan opened this issue Oct 18, 2014 · 5 comments

Comments

@rickytan
Copy link

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

@rickytan
Copy link
Author

好吧,这个不是问题了。另外想问下,你们的 data 是 openni 2 的,代码中用的是 openni 1 ,这个如何协调的?

@Ivy147
Copy link

Ivy147 commented Mar 2, 2016

I have got the same error,can you tell me how do you solve it?thank you.

@zhangxaochen
Copy link

I've checked some versions of PCL trunk, seems there is no ONIGrabber::trigger method. The only occurance of this method is in repo: https://github.com/qianyizh/stanfordpcl . So I had to build that repo first to make this compile...

@rickytan
Copy link
Author

One of subclass has a trigger() method, you cast it to that type

@rangerlcy
Copy link

Hi, all.
Did you can compile and run GraphOptimizer model? when I run it, the program enter Eigen assert like

"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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants