Mouse events hacking in PCL 1.6.0
Hello everyone,
I am working with PCL 1.6.0 source. And I could see my .pcd files responding to mouse. Now I want to move my pcd file with some other values(without the interference of mouse). I am successful in disabling the mouse events by editing the file interactor_style.cpp in PCL source. So that I could not move .pcd file with the mouse. The point I did was I just commented the line Superclass::OnMouseMove(). But I could not make it respond with my own values.I dont understand what does that line (Superclass::OnMouseMove()) do . Is there any way that I can replace that mouse events with user defined values. Or can I find any file where this superclass is defined so that I can pass my params instead of those predefined mouse events. Actually I am not that familiar with PCL. Any help would be greatly appreciated.
Thankyou
Asked by skygals on 2013-07-22 01:48:03 UTC
Comments
This sounds like a pcl question. I suggest you ask on the pcl-users mailing list.
Asked by tfoote on 2013-10-06 21:29:28 UTC