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

small fix: wrong scale of initial cloud viewer (PCLVisualizer) #1125

Merged
merged 1 commit into from
Jan 29, 2015
Merged

Conversation

mdkus
Copy link
Contributor

@mdkus mdkus commented Jan 29, 2015

The initial windows size of the cloud viewer without a user given parameter should be half of the screen size, but it is 1/4 of the screen size (test: e.g. 'pcl_pcd_grabber_viewer'). Unfortunatly vtk's 'GetScreenSize' function returns the window size as pointer instead of the screen size. So the call of 'win_->SetSize' reduces the window size again to one half, thus a total of 1/4. The variable should be decoupled on pcl side and not carried as pointer.

taketwo added a commit that referenced this pull request Jan 29, 2015
small fix: wrong scale of initial cloud viewer (PCLVisualizer)
@taketwo taketwo merged commit 78ebe06 into PointCloudLibrary:master Jan 29, 2015
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