moveit / moveit_setup_assistant

THIS REPO HAS MOVED TO https://github.com/ros-planning/moveit
8 stars 20 forks source link

Setup Assistant vertical size too big #82

Closed Samsagax closed 9 years ago

Samsagax commented 10 years ago

The current Moveit setup assistant is too tall for screens resolutions 768px tall or less.

The problem is the window is not resizable and it's useless in a laptop with 1366x768 resolutions.

Here is a pic:

captura de pantalla de 2014-03-13 15 00 11

The lower buttons are unreachable.

ktiwari9 commented 10 years ago

I have the same problem. Any suggestions on how to solve this ?

hersh commented 10 years ago

What version are you using? My fix for this was supposed to have been released in 0.5.9.

My fix was to use 700 pixels as the minimum height. What's the vertical resolution of your screen?

For a proper fix, the layout of the GUI elements on the intro screen needs to be changed. That's a bigger job than I have time for right now, but if you want to work on it, I'll be happy to look it over.

LeonhardEuler commented 10 years ago

I've found a workaround. If you can't change you vertical resolution and you have multiple desktop workspaces, you can access the buttons by moving the assistant window halfway to one of the workspaces in the top row and switching to a lower workspace.

davetcoleman commented 10 years ago

I just checked the hydro-devel source code version and it is currently 732 pixels using @hersh's fix. Please confirm you are still experiencing this issue in debian version 0.5.9 otherwise I'd like to close this.