osrf / subt

This repostory contains software for the virtual track of the DARPA SubT Challenge. Within this repository you will find Gazebo simulation assets, ROS interfaces, support scripts and plugins, and documentation needed to compete in the SubT Virtual Challenge.
Other
309 stars 97 forks source link

Empty GUI #174

Closed osrf-migration closed 5 years ago

osrf-migration commented 5 years ago

Original report (archived issue) by GoRobotGo (Bitbucket: GoRobotGo).

The original report had attachments: emptygui.png


With the latest version the GUI is empty in the catkin version. See attached image. This is after waiting for objects to download for a few minutes and after a reboot and restarting ign.

Start command:

ign launch -v 4 tunnel_circuit_practice.ign robotName1:=X1 robotConfig1:=X1_SENSOR_CONFIG_1

osrf-migration commented 5 years ago

Original comment by Alfredo Bencomo (Bitbucket: bencomo).


Update your system to pick the latest libignition-launch package

$ sudo apt-get update && sudo apt-get upgrade

Or you can also try this:

$ sudo apt-get install --only-upgrade libignition-launch
osrf-migration commented 5 years ago

Original comment by GoRobotGo (Bitbucket: GoRobotGo).


Thank you for the fast fix for that issue. Updating the libignition-launch resolves the issue.

osrf-migration commented 5 years ago

Original comment by Alfredo Bencomo (Bitbucket: bencomo).


osrf-migration commented 5 years ago

Original comment by Alfredo Bencomo (Bitbucket: bencomo).