Robotics StackExchange | Archived questions

[Err] [ClientConfig.cc:270] Parser error [4]

Hi, I'm relatevely new in GAZEBO. I just notice this error when opening gazebo: [Err] [ClientConfig.cc:270] Parser error [4] . nevertheless it opens gazebo. How can I solve it? can someone help me?

Asked by merlino on 2019-07-24 15:33:04 UTC

Comments

Answers

That error is coming from Ignition Fuel Tools when it tries to parse the YAML configuration file. You can:

  1. Ignore the error, as it doesn't affect functionality.
  2. Delete the configuration file ~/.ignition/fuel/config.yaml, which may be broken. The next time you launch Gazebo a new file should be created.

Asked by chapulina on 2019-07-25 10:48:23 UTC

Comments