Robotics StackExchange | Archived questions

Stage not showing execution time

Hi,

I just installed Ubuntu 18.04 and ROS Melodic from the scratch. Everything is working fine, except by the fact that stage does not display its execution time on the left bottom bar where it was supposed to be. Previously I had used Ubuntu 16.04 + ROS Kinect and never had such problem. Does anyone had the same issue? I installed ROS Melodic (Desktop-Full Install) according to melodic installation tutorial. Also, I already tried to reinstall the stage package by sudo apt-get install --reinstall ros-melodic-stage-ros, but it didn't work. Can someone help me?

Execution time not displaying

Asked by woz on 2018-08-17 07:04:08 UTC

Comments

Please attach your image directly to your question. I've given you sufficient karma for that.

Asked by gvdhoorn on 2018-08-17 12:49:10 UTC

@gvdhoorn, thank you. I edited my post and added the image. As you can see on the bottom left of my stage simulator, there is no execution time info (just a gray rectangle, where it was supposed to be). As I explained, when I was using Ubuntu 16.04 + Kinect, the execution time used to be there.

Asked by woz on 2018-08-17 13:08:28 UTC

Answers

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
)

Asked by Rezeck on 2020-02-02 21:46:14 UTC

Comments