project-aslan/Aslan

[BUG] Missing model.config

Closed this issue · 5 comments

[Err] [InsertModelWidget.cc:302] Missing model.config for model "/home/mustafa/.gazebo/models/meshes"
[Err] [InsertModelWidget.cc:302] Missing model.config for model "/home/mustafa/.gazebo/models/sd_description"
[Err] [InsertModelWidget.cc:302] Missing model.config for model "/home/mustafa/.gazebo/models/sd_docs"
[Err] [InsertModelWidget.cc:302] Missing model.config for model "/home/mustafa/Aslan/src/vehicle_simulation/gazebo/sd_twizy_model/streetdrone_model/sd_description/meshes"
[Err] [InsertModelWidget.cc:302] Missing model.config for model "/home/mustafa/Aslan/src/vehicle_simulation/gazebo/sd_twizy_model/streetdrone_model/sd_description/urdf"
[Err] [InsertModelWidget.cc:302] Missing model.config for model "/opt/ros/kinetic/share/turtlebot3_gazebo/models/turtlebot3_autorace"
[Err] [InsertModelWidget.cc:302] Missing model.config for model "/home/mustafa/Aslan/src/vehicle_simulation/gazebo/sd_twizy_model/streetdrone_model/sd_control/../sd_control"
[Err] [InsertModelWidget.cc:302] Missing model.config for model "/home/mustafa/Aslan/src/vehicle_simulation/gazebo/sd_twizy_model/streetdrone_model/sd_control/../sd_description"
[Err] [InsertModelWidget.cc:302] Missing model.config for model "/home/mustafa/Aslan/src/vehicle_simulation/gazebo/sd_twizy_model/streetdrone_model/sd_control/../sd_docs"
[Err] [InsertModelWidget.cc:302] Missing model.config for model "/home/mustafa/Aslan/src/vehicle_simulation/gazebo/sd_twizy_model/streetdrone_model/sd_control/../sd_robot"

This is known in Gazebo. That error can just be considered a warning, so you can ignore it. It doesn't affect the functionality of the stack.

Hi,
I ran the docker and occured the same problem.
Screenshot from 2020-11-05 11-02-45

And the Gazebo stuck in "Preparing your world ..." as follows:
Screenshot from 2020-11-05 11-04-19

What's the solution to this stuck problem? This actually affects the functionality of the stack.

Thanks!

Hi Mustafa,
Can You tell us which world are you trying to load??
On the docker gazebo takes about 10-13 mins to open. It is a known issue in docker and ROS when using graphics on docker

I'll wait 12 13 minutes as you said on next try.
also gives the same error in all worlds

Hi @mustafakurban ,
As mentioned above this error is known in Gazebo and can just be considered a warning, so you can ignore it. It doesn't affect the functionality of the stack.
You can find more details here and here
The error won't go away, but it's also not an issue.

Hi @sqn175,
If you are trying to run Gazebo from the docker, it will take some time to load. The missing model.config error won't go away.
If you still have issues with Gazebo and rviz when running the docker, make sure you have installed the nvidia drivers that are suitable for your machine and that nvidia-docker is installed properly in your machine.