icub-models icon indicating copy to clipboard operation
icub-models copied to clipboard

Warning when loading the model in urdfdom-py

Open traversaro opened this issue 2 years ago • 0 comments

Running the example in https://github.com/ami-iit/ADAM#jax-interface results in a lot of warnings:

Unknown tag "sensor" in /robot[@name='iCub']
Unknown tag "sensor" in /robot[@name='iCub']
Unknown tag "sensor" in /robot[@name='iCub']
Unknown tag "sensor" in /robot[@name='iCub']
Unknown tag "sensor" in /robot[@name='iCub']
Unknown tag "sensor" in /robot[@name='iCub']
Unknown tag "sensor" in /robot[@name='iCub']
Unknown tag "sensor" in /robot[@name='iCub']
Unknown tag "sensor" in /robot[@name='iCub']
Unknown tag "sensor" in /robot[@name='iCub']

Probably this is urdfdom-py related?

Let's use this discussion to understand if there is anything we can do to fix this.

traversaro avatar Dec 06 '23 01:12 traversaro