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

Fix #740: Segmentation fault when "r" is pressed #742

Merged

Conversation

xiangxw
Copy link
Contributor

@xiangxw xiangxw commented Jun 12, 2014

Segmentation fault when "r" is pressed in PCLVisualizer.
The previous pull request #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.

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.
@taketwo
Copy link
Member

taketwo commented Jun 12, 2014

Thanks, this fixes the problem for me.

@taketwo taketwo mentioned this pull request Jun 12, 2014
taketwo added a commit that referenced this pull request Jun 12, 2014
Fix #740 and #732: Segmentation fault when "r" is pressed
@taketwo taketwo merged commit 82d0099 into PointCloudLibrary:master Jun 12, 2014
@xiangxw xiangxw deleted the fix_pclvisualizer_r_pressed branch June 12, 2014 11:59
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

Successfully merging this pull request may close these issues.

2 participants