ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi,

It seems this GUI problem occurs when your script try to resize the window when it starts. Try to comment the size (or set an appropriate one) in the .world file. This works for me.

# configure the GUI window
window
( 
  # size [ 591.000 638.000 ]
  center [ 100 100 ] 
  show_data 1
)