Gazebo | Ignition | Community
Ask Your Question
0

Gazbo GUI too slow in Ubutu18.04

asked 2020-06-18 01:51:50 -0500

yang gravatar image

Hi,

I'm trying to use PX4 gazebo SITL to make a drone simulation under Ubuntu 18.04. However, once the gazebo GUI was started, the system became extremely slow and took minutes to react. I also tried to use the gzclient on mac and connect it to the server in ubuntu, but the following errors were showed:

[Msg] Waiting for model database update to complete... [Wrn] [FuelModelDatabase.cc:248] URI not supported by Fuel [model://uuv_hippocampus/meshes/uuv_hippocampus_prop.stl] [Wrn] [SystemPaths.cc:464] File or path does not exist [""] [model://uuv_hippocampus/meshes/uuv_hippocampus_prop.stl] [Err] [Visual.cc:3034] No mesh specified

Does anyone have any ideas?

Cheers

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-06-20 16:44:24 -0500

stephanr gravatar image

Gazebo cannot find the STL files and therefore searches the database, which can take a few minutes.

You can either specify the absolute path in the model file, or set the GAZEBO_MODEL_PATH to find the "models" folder. It's usually:

export GAZEBO_MODEL_PATH ="~/.gazebo/models"

Have a look at this tutorial.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-06-18 01:51:50 -0500

Seen: 601 times

Last updated: Jun 20 '20