Gazebo | Ignition | Community
Ask Your Question
0

[Ignition Edifice] ERROR: Non-unique names detected in XML children of model...

asked 2021-06-02 10:43:33 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

Hi everyone,

I have this problem when I run the demo worlds available for Ignition Edifice:

Warning [Model.cc:170] Non-unique names detected in XML children of model with name[demo_name]

For example, in the case of the "multicopter_velocity_control.sdf", in addtiion to the previous message, gazebo shows a strange thing in the world (see image below).

image description

It happens for different world samples in Ignition Edifice.

Could you help with these issues? Please.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-06-09 04:27:26 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

The mesh problem that is causing this mess on screen is a known issue with locales.

Setting this environment variable will solve it:

export LC_NUMERIC="C"

The "Warning [Model.cc:170] Non-unique names detected in XML children of model with name[demo_name]" is related to a link/joint/tag in the SDF model with same name that other link/joint/tag. It is not exactly a problem and the simulation will work fine. You could open the SDF model and try to search which one have the same name and change it, or just ignore this warning.

edit flag offensive delete link more

Comments

Thanks! It worked!!!

victor_sillerico gravatar imagevictor_sillerico ( 2021-07-01 08:49:26 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2021-06-02 10:43:33 -0500

Seen: 1,770 times

Last updated: Jun 09 '21