maliput / maliput_malidrive

Open-source ready OpenDrive backend for Maliput
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

Include junction ID when reporting that a connection does not exist #56

Closed liangfok closed 3 years ago

liangfok commented 3 years ago

For example, see the warning message:

./install/maliput_malidrive/bin/maliput_malidrive/applications/xodr_validate --xodr_file install/malidrive/share/malidrive/resources/odr/figure8_trafficlights/figure8_trafficlights.xodr
[WARNING] Connection missing. There is no connection road id: 95 that matches with an incoming road id: 5
...

It would be helpful to print the junction ID that is missing the connection.

francocipollone commented 3 years ago

As discussed on slack. Also, the message level could be downgraded from warning to debug. https://github.com/ToyotaResearchInstitute/maliput_malidrive/issues/57