clemense / yourdfpy

Python parser for URDFs
MIT License
122 stars 13 forks source link

multiple urdf robots loaded #42

Open nashmit opened 1 year ago

nashmit commented 1 year ago

What is the correct approach when you want to load multiple urdf robots as part of the same scene/viewer? Currently, it doesn't seem possible ( using proper channels ) and if that is the case it will be a nice feature.

(use case: let's say you want to do optimal control and you want to render the final state of the robot too, using some transparency or a different color )