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

Stage not showing execution time

asked 2018-08-17 07:04:08 -0500

woz gravatar image

updated 2018-08-17 13:06:43 -0500

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

edit retag flag offensive close merge delete

Comments

1

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

gvdhoorn gravatar image gvdhoorn  ( 2018-08-17 12:49:10 -0500 )edit

@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.

woz gravatar image woz  ( 2018-08-17 13:08:28 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2020-02-02 20:46:14 -0500

Rezeck gravatar image

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
)
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-08-17 07:04:08 -0500

Seen: 197 times

Last updated: Aug 17 '18