Gazebo | Ignition | Community
Ask Your Question
0

All files that define gazebo model path

asked 2018-12-18 11:35:54 -0500

randerson gravatar image

I am with a problem that was to be easy to solve, nevertheless it is requiting considering time. My problem is:

Where exactly gazebo declares the model path variable. I found the same question and a good answer here.

But, for my case, it not explain all the model paths that are showed by Gazebo in its Insert window when it is ran in my computer.

I just can not explain the origin of the last path that appears, which has the address: /home/nut/model_editor_models.

I will be glad for any help.

Ps.: I using tha gazebo 7.0.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-12-18 12:02:21 -0500

chapulina gravatar image

Local paths come from:

  • The GAZEBO_MODEL_PATH environment variable, which is usually set by sourcing the setup.sh script , but is often incremented in several other ways.
  • The [model_paths] item in ~/.gazebo/gui.ini (this is how ~/model_editor_models and ~/building_editor_models are usually added)
  • The ~/.gazebo/models path is always checked

Online paths come from:

  • The GAZEBO_MODEL_DATABASE_URI environment variable, which defaults to http://models.gazebosim.org
  • If you have Fuel Tools enabled, the list of servers in ~/.ignition/fuel/config.yaml
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-12-18 11:35:54 -0500

Seen: 2,754 times

Last updated: Dec 18 '18