-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Pressing "r" enables rubber-band selection mode #740
Comments
Also see issue #732 |
I guess this "sometimes" is exactly when "r" was pressed before. For me the bug does not occur if compiled without the pull request in question. |
@taketwo ok I will have a look at this. |
Yes I didn't spot that 😉
I second that |
I don't have a computer right now and I will try to figure this out tomorrow. Sorry for the trouble. |
I think I find the problem. My pull request does not handle the 'r' keyboard event correctly and pass the event to vtkInteractorStyleRubberBandPick, which enables rubber-band selection mode when 'r' is pressed. I will fix this later 😊 |
Segmentation fault when "r" is pressed in PCLVisualizer. The previous pull request PointCloudLibrary#703 does not handle the "r" keyboard event correctly and pass the event to vtkInteractorStyleRubberBandPick, which enables rubber-band selection mode when 'r' is pressed.
Here is the pull request to fix this: #742. |
You introduce a warning at PCL compilation:
We can't switch anymore to surface representation (press H to display the help in a visualizer) I got some weird artefact's I have never seen before, I can't reproduce them, it happened only the first time I launched a visualizer with the new version installed: But it might come from my graphic card which runs through optimus/bumblebee ! |
@VictorLamoine |
Everything is working now! This functionality is really handy I love it! |
@xiangxw On a separate note, I noticed that when starting
The information about camera is printed right in the middle of file loading output. Do you think it would possible to fix? (I.e. move "Restore..." before "Loading..." or after "[done...".) |
@taketwo Yes I noticed that before. I will try to fix this. |
Actually you requested a pull :) |
haha, sorry for my bad english. |
Seems like #703 introduced a bug. In PCL visualizer after pressing "r" to reset view the rubber-band selection mode is getting enabled, and instead of manipulating the camera, one starts to select points with mouse, which most of the times ends up in a segmentation fault.
@xiangxw Could you please have a look?
The text was updated successfully, but these errors were encountered: